COLOR #094806

HEX: #094806
RGB: (9,72,6)

Color info

#094806 contains mainly green color. Web safe color of #094806 is #003300 (or #030).

RGB color model

#094806 color RGB value is (9,72,6).

  • red value is 9;
  • green value is 72;
  • blue value is 6.
RGB:
(9,72,6)
(4%,28%,2%)

RGB channels and saturation

R 9 of 255 = 4%
G 72 of 255 = 28%
B 6 of 255 = 2%

9
72
6

R + G + B ~ 11%. #094806 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 72 + 6 = 87 (100%)
R 9 of 87 ~ 10.34%
G 72 of 87 ~ 82.76%
B 6 of 87 ~ 6.9%

%10.34
%82.76

CMYK color model

#094806 color CMYK value is (88,0,92,72).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 91.67%
  • key color value is 71.76%
CMYK:
(88,0,92,72)
C88M0Y92K72 
(88%,0%,92%,72%)
(0.88/0.00/0.92/0.72)	

CMYK percentages

%87.5
%0
%91.67
%71.76

Codes

Color #094806 in popluar color models

094806
RGB9726
HSL117°84.62%15.29%
HSB/HSV117°91.67%28.24%
CMYK87.50%0.00%91.67%
71.76%

Color #094806 in popluar number systems.

HEX094806
Decimal9726
Binary10011001000110
Octal111106

Shades and tints

Shades of #094806

#094806
(9,72,6)
#094206
(9,66,6)
#093C06
(9,60,6)
#093606
(9,54,6)
#093006
(9,48,6)
#092A06
(9,42,6)
#092406
(9,36,6)
#091E06
(9,30,6)
#091806
(9,24,6)
#091206
(9,18,6)
#090C06
(9,12,6)
#000000
(0,0,0)

Tints of #094806

#094806
(9,72,6)
#1F581C
(31,88,28)
#356832
(53,104,50)
#4B7848
(75,120,72)
#61885E
(97,136,94)
#779874
(119,152,116)
#8DA88A
(141,168,138)
#A3B8A0
(163,184,160)
#B9C8B6
(185,200,182)
#CFD8CC
(207,216,204)
#E5E8E2
(229,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094806 color. Also use rgb(9,72,6) instead hex code.

Text Font Color

.myTextColor { color: #094806; }

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

This text font color is #094806.


Background Color

.myBgColor { background-color: #094806; }

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

This div background color is #094806.


Border color

.myBorderColor { border: 1px solid #094806; }

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

This div border color is #094806.


Opacity

.myOpacity80 { color: #094806; opacity: 0.8; }

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

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

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

This text has shadow with #094806 color.

.textShadow {text-shadow: 3px 3px 1px #094806, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #094806;
-webkit-box-shadow: 1px 1px 3px 2px #094806;
box-shadow:1px 1px 3px 2px #094806;">
Div content here</div>
This div box has shadow with color #094806.

Preview

Color preview on black background

This text has color #094806 on black background.


Color preview on white background

This text has color #094806 on white background.



Black color preview on #094806 background

This text has black color on #094806 background.


White color preview on #094806 background

This text has white color on #094806 background.