COLOR #09861D

HEX: #09861D RGB: (9,134,29)

Color info

#09861D contains mainly green color. Web safe color of #09861D is #009933 (or #093).

RGB color model

#09861D color RGB value is (9,134,29).

RGB: (9,134,29) (4%, 53%, 11%)

RGB channels and saturation

R 9 of 255 = 4%
G 134 of 255 = 53%
B 29 of 255 = 11%

9
134
29

R + G + B ~ 23%. #09861D is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 134 + 29 = 172 (100%)
R 9 of 172 ~ 5.23%
G 134 of 172 ~ 77.91%
B 29 of 172 ~ 16.86'%

%77.91
%16.86

CMYK color model

#09861D color CMYK value is (93,0,78,47).

  • cyan value is 93.28%
  • magenta value is 0.00%
  • yellow value is 78.36%
  • key color value is 47.45%
CMYK: (93,0,78,47) C93M0Y78K47 (93%,0%,78%,47%) (0.93/0.00/0.78/0.47) 

CMYK percentages

%93.28
%0
%78.36
%47.45

Codes

Color #09861D in popluar color models

09 86 1D
RGB 9 134 29
HSL 130° 87.41% 28.04%
HSB/HSV 130° 93.28% 52.55%
CMYK 93.28% 0.00% 78.36%
47.45%

Color #09861D in popluar number systems.

HEX 09 86 1D
Decimal 9 134 29
Binary 1001 10000110 11101
Octal 11 206 35

Shades and tints

Shades of #09861D

#09861D
(9,134,29)
#097A1B
(9,122,27)
#096E19
(9,110,25)
#096217
(9,98,23)
#095615
(9,86,21)
#094A13
(9,74,19)
#093E11
(9,62,17)
#09320F
(9,50,15)
#09260D
(9,38,13)
#091A0B
(9,26,11)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #09861D

#09861D
(9,134,29)
#1F9131
(31,145,49)
#359C45
(53,156,69)
#4BA759
(75,167,89)
#61B26D
(97,178,109)
#77BD81
(119,189,129)
#8DC895
(141,200,149)
#A3D3A9
(163,211,169)
#B9DEBD
(185,222,189)
#CFE9D1
(207,233,209)
#E5F4E5
(229,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09861D color. Also use rgb(9,134,29) instead hex code.

Text Font Color

.myTextColor { color: #09861D; }

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

This text font color is #09861D.

Background Color

.myBgColor { background-color: #09861D; }

<div style="background-color:#09861D">Inner text</div>

This div background color is #09861D.

Border color

.myBorderColor { border: 1px solid #09861D; }

<div style="border:3px solid #09861D">Div</div>

This div border color is #09861D.

Opacity

.myOpacity80 { color: #09861D; opacity: 0.8; }

<p style="color:#09861D;opacity:0.8;">80%</p>

Text with #09861D 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 #09861D;}

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

This text has shadow with #09861D color.


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

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

This text has shadow with #09861D primary color and red secondary color.


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

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

This text has shadow with #09861D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #09861D.

Preview

Color preview on black background

This text has color #09861D on black background.


Color preview on white background

This text has color #09861D on white background.


Black color preview on #09861D background

This text has black color on #09861D background.


White color preview on #09861D background

This text has white color on #09861D background.


Related colors

Complementary color

Complementary color for #hex is #F679E2.


I love getcolorcode.com

Triadic colors

1 #1D0986 and #861D09 with #09861D are triadic colors.

2 #1D8609 and #86091D with #09861D are triadic colors.