COLOR #093321

HEX: #093321
RGB: (9,51,33)

Color info

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

RGB color model

#093321 color RGB value is (9,51,33).

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

RGB channels and saturation

R 9 of 255 = 4%
G 51 of 255 = 20%
B 33 of 255 = 13%

9
51
33

R + G + B ~ 12%. #093321 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 51 + 33 = 93 (100%)
R 9 of 93 ~ 9.68%
G 51 of 93 ~ 54.84%
B 33 of 93 ~ 35.48%

%9.68
%54.84
%35.48

CMYK color model

#093321 color CMYK value is (82,0,35,80).

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 80.00%
CMYK:
(82,0,35,80)
C82M0Y35K80 
(82%,0%,35%,80%)
(0.82/0.00/0.35/0.80)	

CMYK percentages

%82.35
%0
%35.29
%80

Codes

Color #093321 in popluar color models

093321
RGB95133
HSL154°70.00%11.76%
HSB/HSV154°82.35%20.00%
CMYK82.35%0.00%35.29%
80.00%

Color #093321 in popluar number systems.

HEX093321
Decimal95133
Binary1001110011100001
Octal116341

Shades and tints

Shades of #093321

#093321
(9,51,33)
#092F1E
(9,47,30)
#092B1B
(9,43,27)
#092718
(9,39,24)
#092315
(9,35,21)
#091F12
(9,31,18)
#091B0F
(9,27,15)
#09170C
(9,23,12)
#091309
(9,19,9)
#090F06
(9,15,6)
#090B03
(9,11,3)
#000000
(0,0,0)

Tints of #093321

#093321
(9,51,33)
#1F4535
(31,69,53)
#355749
(53,87,73)
#4B695D
(75,105,93)
#617B71
(97,123,113)
#778D85
(119,141,133)
#8D9F99
(141,159,153)
#A3B1AD
(163,177,173)
#B9C3C1
(185,195,193)
#CFD5D5
(207,213,213)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093321; }

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

This text font color is #093321.


Background Color

.myBgColor { background-color: #093321; }

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

This div background color is #093321.


Border color

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

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

This div border color is #093321.


Opacity

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

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

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

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

This text has shadow with #093321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093321 on black background.


Color preview on white background

This text has color #093321 on white background.



Black color preview on #093321 background

This text has black color on #093321 background.


White color preview on #093321 background

This text has white color on #093321 background.