COLOR #094F1C

HEX: #094F1C
RGB: (9,79,28)

Color info

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

RGB color model

#094F1C color RGB value is (9,79,28).

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

RGB channels and saturation

R 9 of 255 = 4%
G 79 of 255 = 31%
B 28 of 255 = 11%

9
79
28

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

Portions of RGB colors in percentages

R + G + B =
9 + 79 + 28 = 116 (100%)
R 9 of 116 ~ 7.76%
G 79 of 116 ~ 68.1%
B 28 of 116 ~ 24.14%

%68.1
%24.14

CMYK color model

#094F1C color CMYK value is (89,0,65,69).

  • cyan value is 88.61%
  • magenta value is 0.00%
  • yellow value is 64.56%
  • key color value is 69.02%
CMYK:
(89,0,65,69)
C89M0Y65K69 
(89%,0%,65%,69%)
(0.89/0.00/0.65/0.69)	

CMYK percentages

%88.61
%0
%64.56
%69.02

Codes

Color #094F1C in popluar color models

094F1C
RGB97928
HSL136°79.55%17.25%
HSB/HSV136°88.61%30.98%
CMYK88.61%0.00%64.56%
69.02%

Color #094F1C in popluar number systems.

HEX094F1C
Decimal97928
Binary1001100111111100
Octal1111734

Shades and tints

Shades of #094F1C

#094F1C
(9,79,28)
#09481A
(9,72,26)
#094118
(9,65,24)
#093A16
(9,58,22)
#093314
(9,51,20)
#092C12
(9,44,18)
#092510
(9,37,16)
#091E0E
(9,30,14)
#09170C
(9,23,12)
#09100A
(9,16,10)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #094F1C

#094F1C
(9,79,28)
#1F5F30
(31,95,48)
#356F44
(53,111,68)
#4B7F58
(75,127,88)
#618F6C
(97,143,108)
#779F80
(119,159,128)
#8DAF94
(141,175,148)
#A3BFA8
(163,191,168)
#B9CFBC
(185,207,188)
#CFDFD0
(207,223,208)
#E5EFE4
(229,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094F1C; }

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

This text font color is #094F1C.


Background Color

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

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

This div background color is #094F1C.


Border color

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

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

This div border color is #094F1C.


Opacity

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

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

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

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

This text has shadow with #094F1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094F1C on black background.


Color preview on white background

This text has color #094F1C on white background.



Black color preview on #094F1C background

This text has black color on #094F1C background.


White color preview on #094F1C background

This text has white color on #094F1C background.