COLOR #094F1E

HEX: #094F1E RGB: (9,79,30)

Color info

#094F1E contains mainly green and blue colors. Web safe color of #094F1E is #006633 (or #063).

RGB color model

#094F1E color RGB value is (9,79,30).

RGB: (9,79,30) (4%, 31%, 12%)

RGB channels and saturation

R 9 of 255 = 4%
G 79 of 255 = 31%
B 30 of 255 = 12%

9
79
30

R + G + B ~ 16%. #094F1E is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 79 + 30 = 118 (100%)
R 9 of 118 ~ 7.63%
G 79 of 118 ~ 66.95%
B 30 of 118 ~ 25.42'%

%66.95
%25.42

CMYK color model

#094F1E color CMYK value is (89,0,62,69).

  • cyan value is 88.61%
  • magenta value is 0.00%
  • yellow value is 62.03%
  • key color value is 69.02%

CMYK: (89,0,62,69)
C89M0Y62K69 (89%, 0%, 62%, 69%)
(0.89 / 0.00 / 0.62 / 0.69)

CMYK percentages

%88.61
%0
%62.03
%69.02

Codes

Color #094F1E in popluar color models

09 4F 1E
RGB 9 79 30
HSL 138° 79.55% 17.25%
HSB/HSV 138° 88.61% 30.98%
CMYK 88.61% 0.00% 62.03%
69.02%

Color #094F1E in popluar number systems.

HEX 09 4F 1E
Decimal 9 79 30
Binary 1001 1001111 11110
Octal 11 117 36

Shades and tints

Shades of #094F1E

#094F1E
(9,79,30)
#09481C
(9,72,28)
#09411A
(9,65,26)
#093A18
(9,58,24)
#093316
(9,51,22)
#092C14
(9,44,20)
#092512
(9,37,18)
#091E10
(9,30,16)
#09170E
(9,23,14)
#09100C
(9,16,12)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #094F1E

#094F1E
(9,79,30)
#1F5F32
(31,95,50)
#356F46
(53,111,70)
#4B7F5A
(75,127,90)
#618F6E
(97,143,110)
#779F82
(119,159,130)
#8DAF96
(141,175,150)
#A3BFAA
(163,191,170)
#B9CFBE
(185,207,190)
#CFDFD2
(207,223,210)
#E5EFE6
(229,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094F1E color. Also use rgb(9,79,30) instead hex code.

Text Font Color

.myTextColor { color: #094F1E; }

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

This text font color is #094F1E.

Background Color

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

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

This div background color is #094F1E.

Border color

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

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

This div border color is #094F1E.

Opacity

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

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

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

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

This text has shadow with #094F1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #094F1E.

Preview

Color preview on black background

This text has color #094F1E on black background.


Color preview on white background

This text has color #094F1E on white background.


Black color preview on #094F1E background

This text has black color on #094F1E background.


White color preview on #094F1E background

This text has white color on #094F1E background.


Related colors

Complementary color

Complementary color for #hex is #F6B0E1.


I love getcolorcode.com

Triadic colors

1 #1E094F and #4F1E09 with #094F1E are triadic colors.

2 #1E4F09 and #4F091E with #094F1E are triadic colors.