COLOR #0A5921

HEX: #0A5921 RGB: (10,89,33)

Color info

#0A5921 contains mainly green and blue colors. Web safe color of #0A5921 is #006633 (or #063).

RGB color model

#0A5921 color RGB value is (10,89,33).

RGB: (10,89,33) (4%, 35%, 13%)

RGB channels and saturation

R 10 of 255 = 4%
G 89 of 255 = 35%
B 33 of 255 = 13%

10
89
33

R + G + B ~ 17%. #0A5921 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 89 + 33 = 132 (100%)
R 10 of 132 ~ 7.58%
G 89 of 132 ~ 67.42%
B 33 of 132 ~ 25'%

%67.42
%25

CMYK color model

#0A5921 color CMYK value is (89,0,63,65).

  • cyan value is 88.76%
  • magenta value is 0.00%
  • yellow value is 62.92%
  • key color value is 65.10%

CMYK: (89,0,63,65)
C89M0Y63K65 (89%, 0%, 63%, 65%)
(0.89 / 0.00 / 0.63 / 0.65)

CMYK percentages

%88.76
%0
%62.92
%65.1

Codes

Color #0A5921 in popluar color models

0A 59 21
RGB 10 89 33
HSL 137° 79.80% 19.41%
HSB/HSV 137° 88.76% 34.90%
CMYK 88.76% 0.00% 62.92%
65.10%

Color #0A5921 in popluar number systems.

HEX 0A 59 21
Decimal 10 89 33
Binary 1010 1011001 100001
Octal 12 131 41

Shades and tints

Shades of #0A5921

#0A5921
(10,89,33)
#0A511E
(10,81,30)
#0A491B
(10,73,27)
#0A4118
(10,65,24)
#0A3915
(10,57,21)
#0A3112
(10,49,18)
#0A290F
(10,41,15)
#0A210C
(10,33,12)
#0A1909
(10,25,9)
#0A1106
(10,17,6)
#0A0903
(10,9,3)
#000000
(0,0,0)

Tints of #0A5921

#0A5921
(10,89,33)
#206835
(32,104,53)
#367749
(54,119,73)
#4C865D
(76,134,93)
#629571
(98,149,113)
#78A485
(120,164,133)
#8EB399
(142,179,153)
#A4C2AD
(164,194,173)
#BAD1C1
(186,209,193)
#D0E0D5
(208,224,213)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5921 color. Also use rgb(10,89,33) instead hex code.

Text Font Color

.myTextColor { color: #0A5921; }

<p style="color:#0A5921">This sample text font color is #0A5921.</p>

This text font color is #0A5921.

Background Color

.myBgColor { background-color: #0A5921; }

<div style="background-color:#0A5921">Inner text</div>

This div background color is #0A5921.

Border color

.myBorderColor { border: 1px solid #0A5921; }

<div style="border:3px solid #0A5921">Div</div>

This div border color is #0A5921.

Opacity

.myOpacity80 { color: #0A5921; opacity: 0.8; }

<p style="color:#0A5921;opacity:0.8;">80%</p>

Text with #0A5921 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0A5921;}

<p style="text-shadow: 3px 3px 1px #0A5921">Text here.</p>

This text has shadow with #0A5921 color.


.textShadow {text-shadow: 3px 3px 1px #0A5921', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0A5921, 5px 5px 20px red">Text here.</p>

This text has shadow with #0A5921 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0A5921, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0A5921, Direction=45, Strength=4)">Text</p>

This text has shadow with #0A5921 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0A5921;
-webkit-box-shadow: 1px 1px 3px 2px #0A5921;
box-shadow: 1px 1px 3px 2px #0A5921;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0A5921; -webkit-box-shadow: 1px 1px 3px 2px #0A5921; box-shadow:1px 1px 3px 2px #0A5921;">
Div content here
</div>

This div box has shadow with color #0A5921.

Preview

Color preview on black background

This text has color #0A5921 on black background.


Color preview on white background

This text has color #0A5921 on white background.


Black color preview on #0A5921 background

This text has black color on #0A5921 background.


White color preview on #0A5921 background

This text has white color on #0A5921 background.


Related colors

Complementary color

Complementary color for #hex is #F5A6DE.


I love getcolorcode.com

Triadic colors

1 #210A59 and #59210A with #0A5921 are triadic colors.

2 #21590A and #590A21 with #0A5921 are triadic colors.