COLOR #094521

HEX: #094521
RGB: (9,69,33)

Color info

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

RGB color model

#094521 color RGB value is (9,69,33).

  • red value is 9;
  • green value is 69;
  • blue value is 33.
RGB:
(9,69,33)
(4%,27%,13%)

RGB channels and saturation

R 9 of 255 = 4%
G 69 of 255 = 27%
B 33 of 255 = 13%

9
69
33

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

Portions of RGB colors in percentages

R + G + B =
9 + 69 + 33 = 111 (100%)
R 9 of 111 ~ 8.11%
G 69 of 111 ~ 62.16%
B 33 of 111 ~ 29.73%

%62.16
%29.73

CMYK color model

#094521 color CMYK value is (87,0,52,73).

  • cyan value is 86.96%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 72.94%
CMYK:
(87,0,52,73)
C87M0Y52K73 
(87%,0%,52%,73%)
(0.87/0.00/0.52/0.73)	

CMYK percentages

%86.96
%0
%52.17
%72.94

Codes

Color #094521 in popluar color models

094521
RGB96933
HSL144°76.92%15.29%
HSB/HSV144°86.96%27.06%
CMYK86.96%0.00%52.17%
72.94%

Color #094521 in popluar number systems.

HEX094521
Decimal96933
Binary10011000101100001
Octal1110541

Shades and tints

Shades of #094521

#094521
(9,69,33)
#093F1E
(9,63,30)
#09391B
(9,57,27)
#093318
(9,51,24)
#092D15
(9,45,21)
#092712
(9,39,18)
#09210F
(9,33,15)
#091B0C
(9,27,12)
#091509
(9,21,9)
#090F06
(9,15,6)
#090903
(9,9,3)
#000000
(0,0,0)

Tints of #094521

#094521
(9,69,33)
#1F5535
(31,85,53)
#356549
(53,101,73)
#4B755D
(75,117,93)
#618571
(97,133,113)
#779585
(119,149,133)
#8DA599
(141,165,153)
#A3B5AD
(163,181,173)
#B9C5C1
(185,197,193)
#CFD5D5
(207,213,213)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094521 color. Also use rgb(9,69,33) instead hex code.

Text Font Color

.myTextColor { color: #094521; }

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

This text font color is #094521.


Background Color

.myBgColor { background-color: #094521; }

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

This div background color is #094521.


Border color

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

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

This div border color is #094521.


Opacity

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

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

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

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

This text has shadow with #094521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094521 on black background.


Color preview on white background

This text has color #094521 on white background.



Black color preview on #094521 background

This text has black color on #094521 background.


White color preview on #094521 background

This text has white color on #094521 background.