COLOR #091F2E

HEX: #091F2E
RGB: (9,31,46)

Color info

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

RGB color model

#091F2E color RGB value is (9,31,46).

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

RGB channels and saturation

R 9 of 255 = 4%
G 31 of 255 = 12%
B 46 of 255 = 18%

9
31
46

R + G + B ~ 11%. #091F2E is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 31 + 46 = 86 (100%)
R 9 of 86 ~ 10.47%
G 31 of 86 ~ 36.05%
B 46 of 86 ~ 53.49%

%10.47
%36.05
%53.49

CMYK color model

#091F2E color CMYK value is (80,33,0,82).

  • cyan value is 80.43%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(80,33,0,82)
C80M33Y0K82 
(80%,33%,0%,82%)
(0.80/0.33/0.00/0.82)	

CMYK percentages

%80.43
%32.61
%0
%81.96

Codes

Color #091F2E in popluar color models

091F2E
RGB93146
HSL204°67.27%10.78%
HSB/HSV204°80.43%18.04%
CMYK80.43%32.61%0.00%
81.96%

Color #091F2E in popluar number systems.

HEX091F2E
Decimal93146
Binary100111111101110
Octal113756

Shades and tints

Shades of #091F2E

#091F2E
(9,31,46)
#091D2A
(9,29,42)
#091B26
(9,27,38)
#091922
(9,25,34)
#09171E
(9,23,30)
#09151A
(9,21,26)
#091316
(9,19,22)
#091112
(9,17,18)
#090F0E
(9,15,14)
#090D0A
(9,13,10)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #091F2E

#091F2E
(9,31,46)
#1F3341
(31,51,65)
#354754
(53,71,84)
#4B5B67
(75,91,103)
#616F7A
(97,111,122)
#77838D
(119,131,141)
#8D97A0
(141,151,160)
#A3ABB3
(163,171,179)
#B9BFC6
(185,191,198)
#CFD3D9
(207,211,217)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091F2E color. Also use rgb(9,31,46) instead hex code.

Text Font Color

.myTextColor { color: #091F2E; }

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

This text font color is #091F2E.


Background Color

.myBgColor { background-color: #091F2E; }

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

This div background color is #091F2E.


Border color

.myBorderColor { border: 1px solid #091F2E; }

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

This div border color is #091F2E.


Opacity

.myOpacity80 { color: #091F2E; opacity: 0.8; }

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

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

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

This text has shadow with #091F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091F2E on black background.


Color preview on white background

This text has color #091F2E on white background.



Black color preview on #091F2E background

This text has black color on #091F2E background.


White color preview on #091F2E background

This text has white color on #091F2E background.