COLOR #09331E

HEX: #09331E
RGB: (9,51,30)

Color info

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

RGB color model

#09331E color RGB value is (9,51,30).

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

RGB channels and saturation

R 9 of 255 = 4%
G 51 of 255 = 20%
B 30 of 255 = 12%

9
51
30

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

Portions of RGB colors in percentages

R + G + B =
9 + 51 + 30 = 90 (100%)
R 9 of 90 ~ 10%
G 51 of 90 ~ 56.67%
B 30 of 90 ~ 33.33%

%10
%56.67
%33.33

CMYK color model

#09331E color CMYK value is (82,0,41,80).

  • cyan value is 82.35%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 80.00%
CMYK:
(82,0,41,80)
C82M0Y41K80 
(82%,0%,41%,80%)
(0.82/0.00/0.41/0.80)	

CMYK percentages

%82.35
%0
%41.18
%80

Codes

Color #09331E in popluar color models

09331E
RGB95130
HSL150°70.00%11.76%
HSB/HSV150°82.35%20.00%
CMYK82.35%0.00%41.18%
80.00%

Color #09331E in popluar number systems.

HEX09331E
Decimal95130
Binary100111001111110
Octal116336

Shades and tints

Shades of #09331E

#09331E
(9,51,30)
#092F1C
(9,47,28)
#092B1A
(9,43,26)
#092718
(9,39,24)
#092316
(9,35,22)
#091F14
(9,31,20)
#091B12
(9,27,18)
#091710
(9,23,16)
#09130E
(9,19,14)
#090F0C
(9,15,12)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #09331E

#09331E
(9,51,30)
#1F4532
(31,69,50)
#355746
(53,87,70)
#4B695A
(75,105,90)
#617B6E
(97,123,110)
#778D82
(119,141,130)
#8D9F96
(141,159,150)
#A3B1AA
(163,177,170)
#B9C3BE
(185,195,190)
#CFD5D2
(207,213,210)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09331E; }

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

This text font color is #09331E.


Background Color

.myBgColor { background-color: #09331E; }

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

This div background color is #09331E.


Border color

.myBorderColor { border: 1px solid #09331E; }

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

This div border color is #09331E.


Opacity

.myOpacity80 { color: #09331E; opacity: 0.8; }

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

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

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

This text has shadow with #09331E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09331E on black background.


Color preview on white background

This text has color #09331E on white background.



Black color preview on #09331E background

This text has black color on #09331E background.


White color preview on #09331E background

This text has white color on #09331E background.