COLOR #094321

HEX: #094321 RGB: (9,67,33)

Color info

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

RGB color model

#094321 color RGB value is (9,67,33).

RGB: (9,67,33) (4%, 26%, 13%)

RGB channels and saturation

R 9 of 255 = 4%
G 67 of 255 = 26%
B 33 of 255 = 13%

9
67
33

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

Portions of RGB colors in percentages

R + G + B = 9 + 67 + 33 = 109 (100%)
R 9 of 109 ~ 8.26%
G 67 of 109 ~ 61.47%
B 33 of 109 ~ 30.28'%

%61.47
%30.28

CMYK color model

#094321 color CMYK value is (87,0,51,74).

  • cyan value is 86.57%
  • magenta value is 0.00%
  • yellow value is 50.75%
  • key color value is 73.73%

CMYK: (87,0,51,74)
C87M0Y51K74 (87%, 0%, 51%, 74%)
(0.87 / 0.00 / 0.51 / 0.74)

CMYK percentages

%86.57
%0
%50.75
%73.73

Codes

Color #094321 in popluar color models

09 43 21
RGB 9 67 33
HSL 145° 76.32% 14.90%
HSB/HSV 145° 86.57% 26.27%
CMYK 86.57% 0.00% 50.75%
73.73%

Color #094321 in popluar number systems.

HEX 09 43 21
Decimal 9 67 33
Binary 1001 1000011 100001
Octal 11 103 41

Shades and tints

Shades of #094321

#094321
(9,67,33)
#093D1E
(9,61,30)
#09371B
(9,55,27)
#093118
(9,49,24)
#092B15
(9,43,21)
#092512
(9,37,18)
#091F0F
(9,31,15)
#09190C
(9,25,12)
#091309
(9,19,9)
#090D06
(9,13,6)
#090703
(9,7,3)
#000000
(0,0,0)

Tints of #094321

#094321
(9,67,33)
#1F5435
(31,84,53)
#356549
(53,101,73)
#4B765D
(75,118,93)
#618771
(97,135,113)
#779885
(119,152,133)
#8DA999
(141,169,153)
#A3BAAD
(163,186,173)
#B9CBC1
(185,203,193)
#CFDCD5
(207,220,213)
#E5EDE9
(229,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #094321; }

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

This text font color is #094321.

Background Color

.myBgColor { background-color: #094321; }

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

This div background color is #094321.

Border color

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

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

This div border color is #094321.

Opacity

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

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

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

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

This text has shadow with #094321 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #094321.

Preview

Color preview on black background

This text has color #094321 on black background.


Color preview on white background

This text has color #094321 on white background.


Black color preview on #094321 background

This text has black color on #094321 background.


White color preview on #094321 background

This text has white color on #094321 background.


Related colors

Complementary color

Complementary color for #hex is #F6BCDE.


I love getcolorcode.com

Triadic colors

1 #210943 and #432109 with #094321 are triadic colors.

2 #214309 and #430921 with #094321 are triadic colors.