COLOR #094220

HEX: #094220
RGB: (9,66,32)

Color info

#094220 contains red, green and blue colors in about the same proportion. Web safe color of #094220 is #003333 (or #033).

RGB color model

#094220 color RGB value is (9,66,32).

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

RGB channels and saturation

R 9 of 255 = 4%
G 66 of 255 = 26%
B 32 of 255 = 13%

9
66
32

R + G + B ~ 14%. #094220 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 66 + 32 = 107 (100%)
R 9 of 107 ~ 8.41%
G 66 of 107 ~ 61.68%
B 32 of 107 ~ 29.91%

%61.68
%29.91

CMYK color model

#094220 color CMYK value is (86,0,52,74).

  • cyan value is 86.36%
  • magenta value is 0.00%
  • yellow value is 51.52%
  • key color value is 74.12%
CMYK:
(86,0,52,74)
C86M0Y52K74 
(86%,0%,52%,74%)
(0.86/0.00/0.52/0.74)	

CMYK percentages

%86.36
%0
%51.52
%74.12

Codes

Color #094220 in popluar color models

094220
RGB96632
HSL144°76.00%14.71%
HSB/HSV144°86.36%25.88%
CMYK86.36%0.00%51.52%
74.12%

Color #094220 in popluar number systems.

HEX094220
Decimal96632
Binary10011000010100000
Octal1110240

Shades and tints

Shades of #094220

#094220
(9,66,32)
#093C1E
(9,60,30)
#09361C
(9,54,28)
#09301A
(9,48,26)
#092A18
(9,42,24)
#092416
(9,36,22)
#091E14
(9,30,20)
#091812
(9,24,18)
#091210
(9,18,16)
#090C0E
(9,12,14)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #094220

#094220
(9,66,32)
#1F5334
(31,83,52)
#356448
(53,100,72)
#4B755C
(75,117,92)
#618670
(97,134,112)
#779784
(119,151,132)
#8DA898
(141,168,152)
#A3B9AC
(163,185,172)
#B9CAC0
(185,202,192)
#CFDBD4
(207,219,212)
#E5ECE8
(229,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094220; }

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

This text font color is #094220.


Background Color

.myBgColor { background-color: #094220; }

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

This div background color is #094220.


Border color

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

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

This div border color is #094220.


Opacity

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

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

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

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

This text has shadow with #094220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094220 on black background.


Color preview on white background

This text has color #094220 on white background.



Black color preview on #094220 background

This text has black color on #094220 background.


White color preview on #094220 background

This text has white color on #094220 background.