COLOR #094D1B

HEX: #094D1B
RGB: (9,77,27)

Color info

#094D1B contains mainly green and blue colors. Web safe color of #094D1B is #003333 (or #033).

RGB color model

#094D1B color RGB value is (9,77,27).

  • red value is 9;
  • green value is 77;
  • blue value is 27.
RGB:
(9,77,27)
(4%,30%,11%)

RGB channels and saturation

R 9 of 255 = 4%
G 77 of 255 = 30%
B 27 of 255 = 11%

9
77
27

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

Portions of RGB colors in percentages

R + G + B =
9 + 77 + 27 = 113 (100%)
R 9 of 113 ~ 7.96%
G 77 of 113 ~ 68.14%
B 27 of 113 ~ 23.89%

%68.14
%23.89

CMYK color model

#094D1B color CMYK value is (88,0,65,70).

  • cyan value is 88.31%
  • magenta value is 0.00%
  • yellow value is 64.94%
  • key color value is 69.80%
CMYK:
(88,0,65,70)
C88M0Y65K70 
(88%,0%,65%,70%)
(0.88/0.00/0.65/0.70)	

CMYK percentages

%88.31
%0
%64.94
%69.8

Codes

Color #094D1B in popluar color models

094D1B
RGB97727
HSL136°79.07%16.86%
HSB/HSV136°88.31%30.20%
CMYK88.31%0.00%64.94%
69.80%

Color #094D1B in popluar number systems.

HEX094D1B
Decimal97727
Binary1001100110111011
Octal1111533

Shades and tints

Shades of #094D1B

#094D1B
(9,77,27)
#094619
(9,70,25)
#093F17
(9,63,23)
#093815
(9,56,21)
#093113
(9,49,19)
#092A11
(9,42,17)
#09230F
(9,35,15)
#091C0D
(9,28,13)
#09150B
(9,21,11)
#090E09
(9,14,9)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #094D1B

#094D1B
(9,77,27)
#1F5D2F
(31,93,47)
#356D43
(53,109,67)
#4B7D57
(75,125,87)
#618D6B
(97,141,107)
#779D7F
(119,157,127)
#8DAD93
(141,173,147)
#A3BDA7
(163,189,167)
#B9CDBB
(185,205,187)
#CFDDCF
(207,221,207)
#E5EDE3
(229,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094D1B color. Also use rgb(9,77,27) instead hex code.

Text Font Color

.myTextColor { color: #094D1B; }

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

This text font color is #094D1B.


Background Color

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

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

This div background color is #094D1B.


Border color

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

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

This div border color is #094D1B.


Opacity

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

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

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

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

This text has shadow with #094D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094D1B on black background.


Color preview on white background

This text has color #094D1B on white background.



Black color preview on #094D1B background

This text has black color on #094D1B background.


White color preview on #094D1B background

This text has white color on #094D1B background.