COLOR #09312E

HEX: #09312E
RGB: (9,49,46)

Color info

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

RGB color model

#09312E color RGB value is (9,49,46).

  • red value is 9;
  • green value is 49;
  • blue value is 46.
RGB:
(9,49,46)
(4%,19%,18%)

RGB channels and saturation

R 9 of 255 = 4%
G 49 of 255 = 19%
B 46 of 255 = 18%

9
49
46

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

Portions of RGB colors in percentages

R + G + B =
9 + 49 + 46 = 104 (100%)
R 9 of 104 ~ 8.65%
G 49 of 104 ~ 47.12%
B 46 of 104 ~ 44.23%

%47.12
%44.23

CMYK color model

#09312E color CMYK value is (82,0,6,81).

  • cyan value is 81.63%
  • magenta value is 0.00%
  • yellow value is 6.12%
  • key color value is 80.78%
CMYK:
(82,0,6,81)
C82M0Y6K81 
(82%,0%,6%,81%)
(0.82/0.00/0.06/0.81)	

CMYK percentages

%81.63
%0
%6.12
%80.78

Codes

Color #09312E in popluar color models

09312E
RGB94946
HSL176°68.97%11.37%
HSB/HSV176°81.63%19.22%
CMYK81.63%0.00%6.12%
80.78%

Color #09312E in popluar number systems.

HEX09312E
Decimal94946
Binary1001110001101110
Octal116156

Shades and tints

Shades of #09312E

#09312E
(9,49,46)
#092D2A
(9,45,42)
#092926
(9,41,38)
#092522
(9,37,34)
#09211E
(9,33,30)
#091D1A
(9,29,26)
#091916
(9,25,22)
#091512
(9,21,18)
#09110E
(9,17,14)
#090D0A
(9,13,10)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #09312E

#09312E
(9,49,46)
#1F4341
(31,67,65)
#355554
(53,85,84)
#4B6767
(75,103,103)
#61797A
(97,121,122)
#778B8D
(119,139,141)
#8D9DA0
(141,157,160)
#A3AFB3
(163,175,179)
#B9C1C6
(185,193,198)
#CFD3D9
(207,211,217)
#E5E5EC
(229,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09312E color. Also use rgb(9,49,46) instead hex code.

Text Font Color

.myTextColor { color: #09312E; }

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

This text font color is #09312E.


Background Color

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

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

This div background color is #09312E.


Border color

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

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

This div border color is #09312E.


Opacity

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

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

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

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

This text has shadow with #09312E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09312E on black background.


Color preview on white background

This text has color #09312E on white background.



Black color preview on #09312E background

This text has black color on #09312E background.


White color preview on #09312E background

This text has white color on #09312E background.