COLOR #094216

HEX: #094216
RGB: (9,66,22)

Color info

#094216 contains red, green and blue colors in about the same proportion. Web safe color of #094216 is #003300 (or #030).

RGB color model

#094216 color RGB value is (9,66,22).

  • red value is 9;
  • green value is 66;
  • blue value is 22.
RGB:
(9,66,22)
(4%,26%,9%)

RGB channels and saturation

R 9 of 255 = 4%
G 66 of 255 = 26%
B 22 of 255 = 9%

9
66
22

R + G + B ~ 13%. #094216 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 66 + 22 = 97 (100%)
R 9 of 97 ~ 9.28%
G 66 of 97 ~ 68.04%
B 22 of 97 ~ 22.68%

%68.04
%22.68

CMYK color model

#094216 color CMYK value is (86,0,67,74).

  • cyan value is 86.36%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 74.12%
CMYK:
(86,0,67,74)
C86M0Y67K74 
(86%,0%,67%,74%)
(0.86/0.00/0.67/0.74)	

CMYK percentages

%86.36
%0
%66.67
%74.12

Codes

Color #094216 in popluar color models

094216
RGB96622
HSL134°76.00%14.71%
HSB/HSV134°86.36%25.88%
CMYK86.36%0.00%66.67%
74.12%

Color #094216 in popluar number systems.

HEX094216
Decimal96622
Binary1001100001010110
Octal1110226

Shades and tints

Shades of #094216

#094216
(9,66,22)
#093C14
(9,60,20)
#093612
(9,54,18)
#093010
(9,48,16)
#092A0E
(9,42,14)
#09240C
(9,36,12)
#091E0A
(9,30,10)
#091808
(9,24,8)
#091206
(9,18,6)
#090C04
(9,12,4)
#090602
(9,6,2)
#000000
(0,0,0)

Tints of #094216

#094216
(9,66,22)
#1F532B
(31,83,43)
#356440
(53,100,64)
#4B7555
(75,117,85)
#61866A
(97,134,106)
#77977F
(119,151,127)
#8DA894
(141,168,148)
#A3B9A9
(163,185,169)
#B9CABE
(185,202,190)
#CFDBD3
(207,219,211)
#E5ECE8
(229,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094216 color. Also use rgb(9,66,22) instead hex code.

Text Font Color

.myTextColor { color: #094216; }

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

This text font color is #094216.


Background Color

.myBgColor { background-color: #094216; }

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

This div background color is #094216.


Border color

.myBorderColor { border: 1px solid #094216; }

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

This div border color is #094216.


Opacity

.myOpacity80 { color: #094216; opacity: 0.8; }

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

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

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

This text has shadow with #094216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094216 on black background.


Color preview on white background

This text has color #094216 on white background.



Black color preview on #094216 background

This text has black color on #094216 background.


White color preview on #094216 background

This text has white color on #094216 background.