COLOR #094E19

HEX: #094E19
RGB: (9,78,25)

Color info

#094E19 contains mainly green and blue colors. Web safe color of #094E19 is #006600 (or #060).

RGB color model

#094E19 color RGB value is (9,78,25).

  • red value is 9;
  • green value is 78;
  • blue value is 25.
RGB:
(9,78,25)
(4%,31%,10%)

RGB channels and saturation

R 9 of 255 = 4%
G 78 of 255 = 31%
B 25 of 255 = 10%

9
78
25

R + G + B ~ 15%. #094E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 78 + 25 = 112 (100%)
R 9 of 112 ~ 8.04%
G 78 of 112 ~ 69.64%
B 25 of 112 ~ 22.32%

%69.64
%22.32

CMYK color model

#094E19 color CMYK value is (88,0,68,69).

  • cyan value is 88.46%
  • magenta value is 0.00%
  • yellow value is 67.95%
  • key color value is 69.41%
CMYK:
(88,0,68,69)
C88M0Y68K69 
(88%,0%,68%,69%)
(0.88/0.00/0.68/0.69)	

CMYK percentages

%88.46
%0
%67.95
%69.41

Codes

Color #094E19 in popluar color models

094E19
RGB97825
HSL134°79.31%17.06%
HSB/HSV134°88.46%30.59%
CMYK88.46%0.00%67.95%
69.41%

Color #094E19 in popluar number systems.

HEX094E19
Decimal97825
Binary1001100111011001
Octal1111631

Shades and tints

Shades of #094E19

#094E19
(9,78,25)
#094717
(9,71,23)
#094015
(9,64,21)
#093913
(9,57,19)
#093211
(9,50,17)
#092B0F
(9,43,15)
#09240D
(9,36,13)
#091D0B
(9,29,11)
#091609
(9,22,9)
#090F07
(9,15,7)
#090805
(9,8,5)
#000000
(0,0,0)

Tints of #094E19

#094E19
(9,78,25)
#1F5E2D
(31,94,45)
#356E41
(53,110,65)
#4B7E55
(75,126,85)
#618E69
(97,142,105)
#779E7D
(119,158,125)
#8DAE91
(141,174,145)
#A3BEA5
(163,190,165)
#B9CEB9
(185,206,185)
#CFDECD
(207,222,205)
#E5EEE1
(229,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094E19 color. Also use rgb(9,78,25) instead hex code.

Text Font Color

.myTextColor { color: #094E19; }

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

This text font color is #094E19.


Background Color

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

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

This div background color is #094E19.


Border color

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

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

This div border color is #094E19.


Opacity

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

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

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

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

This text has shadow with #094E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094E19 on black background.


Color preview on white background

This text has color #094E19 on white background.



Black color preview on #094E19 background

This text has black color on #094E19 background.


White color preview on #094E19 background

This text has white color on #094E19 background.