COLOR #094A12

HEX: #094A12
RGB: (9,74,18)

Color info

#094A12 contains mainly green and blue colors. Web safe color of #094A12 is #003300 (or #030).

RGB color model

#094A12 color RGB value is (9,74,18).

  • red value is 9;
  • green value is 74;
  • blue value is 18.
RGB:
(9,74,18)
(4%,29%,7%)

RGB channels and saturation

R 9 of 255 = 4%
G 74 of 255 = 29%
B 18 of 255 = 7%

9
74
18

R + G + B ~ 13%. #094A12 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 74 + 18 = 101 (100%)
R 9 of 101 ~ 8.91%
G 74 of 101 ~ 73.27%
B 18 of 101 ~ 17.82%

%73.27
%17.82

CMYK color model

#094A12 color CMYK value is (88,0,76,71).

  • cyan value is 87.84%
  • magenta value is 0.00%
  • yellow value is 75.68%
  • key color value is 70.98%
CMYK:
(88,0,76,71)
C88M0Y76K71 
(88%,0%,76%,71%)
(0.88/0.00/0.76/0.71)	

CMYK percentages

%87.84
%0
%75.68
%70.98

Codes

Color #094A12 in popluar color models

094A12
RGB97418
HSL128°78.31%16.27%
HSB/HSV128°87.84%29.02%
CMYK87.84%0.00%75.68%
70.98%

Color #094A12 in popluar number systems.

HEX094A12
Decimal97418
Binary1001100101010010
Octal1111222

Shades and tints

Shades of #094A12

#094A12
(9,74,18)
#094411
(9,68,17)
#093E10
(9,62,16)
#09380F
(9,56,15)
#09320E
(9,50,14)
#092C0D
(9,44,13)
#09260C
(9,38,12)
#09200B
(9,32,11)
#091A0A
(9,26,10)
#091409
(9,20,9)
#090E08
(9,14,8)
#000000
(0,0,0)

Tints of #094A12

#094A12
(9,74,18)
#1F5A27
(31,90,39)
#356A3C
(53,106,60)
#4B7A51
(75,122,81)
#618A66
(97,138,102)
#779A7B
(119,154,123)
#8DAA90
(141,170,144)
#A3BAA5
(163,186,165)
#B9CABA
(185,202,186)
#CFDACF
(207,218,207)
#E5EAE4
(229,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094A12 color. Also use rgb(9,74,18) instead hex code.

Text Font Color

.myTextColor { color: #094A12; }

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

This text font color is #094A12.


Background Color

.myBgColor { background-color: #094A12; }

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

This div background color is #094A12.


Border color

.myBorderColor { border: 1px solid #094A12; }

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

This div border color is #094A12.


Opacity

.myOpacity80 { color: #094A12; opacity: 0.8; }

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

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

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

This text has shadow with #094A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094A12 on black background.


Color preview on white background

This text has color #094A12 on white background.



Black color preview on #094A12 background

This text has black color on #094A12 background.


White color preview on #094A12 background

This text has white color on #094A12 background.