COLOR #094D2F

HEX: #094D2F
RGB: (9,77,47)

Color info

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

RGB color model

#094D2F color RGB value is (9,77,47).

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

RGB channels and saturation

R 9 of 255 = 4%
G 77 of 255 = 30%
B 47 of 255 = 18%

9
77
47

R + G + B ~ 17%. #094D2F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 77 + 47 = 133 (100%)
R 9 of 133 ~ 6.77%
G 77 of 133 ~ 57.89%
B 47 of 133 ~ 35.34%

%57.89
%35.34

CMYK color model

#094D2F color CMYK value is (88,0,39,70).

  • cyan value is 88.31%
  • magenta value is 0.00%
  • yellow value is 38.96%
  • key color value is 69.80%
CMYK:
(88,0,39,70)
C88M0Y39K70 
(88%,0%,39%,70%)
(0.88/0.00/0.39/0.70)	

CMYK percentages

%88.31
%0
%38.96
%69.8

Codes

Color #094D2F in popluar color models

094D2F
RGB97747
HSL154°79.07%16.86%
HSB/HSV154°88.31%30.20%
CMYK88.31%0.00%38.96%
69.80%

Color #094D2F in popluar number systems.

HEX094D2F
Decimal97747
Binary10011001101101111
Octal1111557

Shades and tints

Shades of #094D2F

#094D2F
(9,77,47)
#09462B
(9,70,43)
#093F27
(9,63,39)
#093823
(9,56,35)
#09311F
(9,49,31)
#092A1B
(9,42,27)
#092317
(9,35,23)
#091C13
(9,28,19)
#09150F
(9,21,15)
#090E0B
(9,14,11)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #094D2F

#094D2F
(9,77,47)
#1F5D41
(31,93,65)
#356D53
(53,109,83)
#4B7D65
(75,125,101)
#618D77
(97,141,119)
#779D89
(119,157,137)
#8DAD9B
(141,173,155)
#A3BDAD
(163,189,173)
#B9CDBF
(185,205,191)
#CFDDD1
(207,221,209)
#E5EDE3
(229,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094D2F; }

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

This text font color is #094D2F.


Background Color

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

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

This div background color is #094D2F.


Border color

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

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

This div border color is #094D2F.


Opacity

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

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

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

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

This text has shadow with #094D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094D2F on black background.


Color preview on white background

This text has color #094D2F on white background.



Black color preview on #094D2F background

This text has black color on #094D2F background.


White color preview on #094D2F background

This text has white color on #094D2F background.