COLOR #094F28

HEX: #094F28
RGB: (9,79,40)

Color info

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

RGB color model

#094F28 color RGB value is (9,79,40).

  • red value is 9;
  • green value is 79;
  • blue value is 40.
RGB:
(9,79,40)
(4%,31%,16%)

RGB channels and saturation

R 9 of 255 = 4%
G 79 of 255 = 31%
B 40 of 255 = 16%

9
79
40

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

Portions of RGB colors in percentages

R + G + B =
9 + 79 + 40 = 128 (100%)
R 9 of 128 ~ 7.03%
G 79 of 128 ~ 61.72%
B 40 of 128 ~ 31.25%

%61.72
%31.25

CMYK color model

#094F28 color CMYK value is (89,0,49,69).

  • cyan value is 88.61%
  • magenta value is 0.00%
  • yellow value is 49.37%
  • key color value is 69.02%
CMYK:
(89,0,49,69)
C89M0Y49K69 
(89%,0%,49%,69%)
(0.89/0.00/0.49/0.69)	

CMYK percentages

%88.61
%0
%49.37
%69.02

Codes

Color #094F28 in popluar color models

094F28
RGB97940
HSL147°79.55%17.25%
HSB/HSV147°88.61%30.98%
CMYK88.61%0.00%49.37%
69.02%

Color #094F28 in popluar number systems.

HEX094F28
Decimal97940
Binary10011001111101000
Octal1111750

Shades and tints

Shades of #094F28

#094F28
(9,79,40)
#094825
(9,72,37)
#094122
(9,65,34)
#093A1F
(9,58,31)
#09331C
(9,51,28)
#092C19
(9,44,25)
#092516
(9,37,22)
#091E13
(9,30,19)
#091710
(9,23,16)
#09100D
(9,16,13)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #094F28

#094F28
(9,79,40)
#1F5F3B
(31,95,59)
#356F4E
(53,111,78)
#4B7F61
(75,127,97)
#618F74
(97,143,116)
#779F87
(119,159,135)
#8DAF9A
(141,175,154)
#A3BFAD
(163,191,173)
#B9CFC0
(185,207,192)
#CFDFD3
(207,223,211)
#E5EFE6
(229,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094F28; }

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

This text font color is #094F28.


Background Color

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

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

This div background color is #094F28.


Border color

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

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

This div border color is #094F28.


Opacity

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

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

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

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

This text has shadow with #094F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094F28 on black background.


Color preview on white background

This text has color #094F28 on white background.



Black color preview on #094F28 background

This text has black color on #094F28 background.


White color preview on #094F28 background

This text has white color on #094F28 background.