COLOR #094902

HEX: #094902
RGB: (9,73,2)

Color info

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

RGB color model

#094902 color RGB value is (9,73,2).

  • red value is 9;
  • green value is 73;
  • blue value is 2.
RGB:
(9,73,2)
(4%,29%,1%)

RGB channels and saturation

R 9 of 255 = 4%
G 73 of 255 = 29%
B 2 of 255 = 1%

9
73
2

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

Portions of RGB colors in percentages

R + G + B =
9 + 73 + 2 = 84 (100%)
R 9 of 84 ~ 10.71%
G 73 of 84 ~ 86.9%
B 2 of 84 ~ 2.38%

%10.71
%86.9

CMYK color model

#094902 color CMYK value is (88,0,97,71).

  • cyan value is 87.67%
  • magenta value is 0.00%
  • yellow value is 97.26%
  • key color value is 71.37%
CMYK:
(88,0,97,71)
C88M0Y97K71 
(88%,0%,97%,71%)
(0.88/0.00/0.97/0.71)	

CMYK percentages

%87.67
%0
%97.26
%71.37

Codes

Color #094902 in popluar color models

094902
RGB9732
HSL114°94.67%14.71%
HSB/HSV114°97.26%28.63%
CMYK87.67%0.00%97.26%
71.37%

Color #094902 in popluar number systems.

HEX094902
Decimal9732
Binary1001100100110
Octal111112

Shades and tints

Shades of #094902

#094902
(9,73,2)
#094302
(9,67,2)
#093D02
(9,61,2)
#093702
(9,55,2)
#093102
(9,49,2)
#092B02
(9,43,2)
#092502
(9,37,2)
#091F02
(9,31,2)
#091902
(9,25,2)
#091302
(9,19,2)
#090D02
(9,13,2)
#000000
(0,0,0)

Tints of #094902

#094902
(9,73,2)
#1F5919
(31,89,25)
#356930
(53,105,48)
#4B7947
(75,121,71)
#61895E
(97,137,94)
#779975
(119,153,117)
#8DA98C
(141,169,140)
#A3B9A3
(163,185,163)
#B9C9BA
(185,201,186)
#CFD9D1
(207,217,209)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094902 color. Also use rgb(9,73,2) instead hex code.

Text Font Color

.myTextColor { color: #094902; }

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

This text font color is #094902.


Background Color

.myBgColor { background-color: #094902; }

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

This div background color is #094902.


Border color

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

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

This div border color is #094902.


Opacity

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

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

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

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

This text has shadow with #094902 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094902 on black background.


Color preview on white background

This text has color #094902 on white background.



Black color preview on #094902 background

This text has black color on #094902 background.


White color preview on #094902 background

This text has white color on #094902 background.