COLOR #093311

HEX: #093311
RGB: (9,51,17)

Color info

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

RGB color model

#093311 color RGB value is (9,51,17).

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

RGB channels and saturation

R 9 of 255 = 4%
G 51 of 255 = 20%
B 17 of 255 = 7%

9
51
17

R + G + B ~ 10%. #093311 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 51 + 17 = 77 (100%)
R 9 of 77 ~ 11.69%
G 51 of 77 ~ 66.23%
B 17 of 77 ~ 22.08%

%11.69
%66.23
%22.08

CMYK color model

#093311 color CMYK value is (82,0,67,80).

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 80.00%
CMYK:
(82,0,67,80)
C82M0Y67K80 
(82%,0%,67%,80%)
(0.82/0.00/0.67/0.80)	

CMYK percentages

%82.35
%0
%66.67
%80

Codes

Color #093311 in popluar color models

093311
RGB95117
HSL131°70.00%11.76%
HSB/HSV131°82.35%20.00%
CMYK82.35%0.00%66.67%
80.00%

Color #093311 in popluar number systems.

HEX093311
Decimal95117
Binary100111001110001
Octal116321

Shades and tints

Shades of #093311

#093311
(9,51,17)
#092F10
(9,47,16)
#092B0F
(9,43,15)
#09270E
(9,39,14)
#09230D
(9,35,13)
#091F0C
(9,31,12)
#091B0B
(9,27,11)
#09170A
(9,23,10)
#091309
(9,19,9)
#090F08
(9,15,8)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #093311

#093311
(9,51,17)
#1F4526
(31,69,38)
#35573B
(53,87,59)
#4B6950
(75,105,80)
#617B65
(97,123,101)
#778D7A
(119,141,122)
#8D9F8F
(141,159,143)
#A3B1A4
(163,177,164)
#B9C3B9
(185,195,185)
#CFD5CE
(207,213,206)
#E5E7E3
(229,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #093311; }

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

This text font color is #093311.


Background Color

.myBgColor { background-color: #093311; }

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

This div background color is #093311.


Border color

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

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

This div border color is #093311.


Opacity

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

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

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

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

This text has shadow with #093311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093311 on black background.


Color preview on white background

This text has color #093311 on white background.



Black color preview on #093311 background

This text has black color on #093311 background.


White color preview on #093311 background

This text has white color on #093311 background.