COLOR #091F20

HEX: #091F20
RGB: (9,31,32)

Color info

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

RGB color model

#091F20 color RGB value is (9,31,32).

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

RGB channels and saturation

R 9 of 255 = 4%
G 31 of 255 = 12%
B 32 of 255 = 13%

9
31
32

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

Portions of RGB colors in percentages

R + G + B =
9 + 31 + 32 = 72 (100%)
R 9 of 72 ~ 12.5%
G 31 of 72 ~ 43.06%
B 32 of 72 ~ 44.44%

%12.5
%43.06
%44.44

CMYK color model

#091F20 color CMYK value is (72,3,0,87).

  • cyan value is 71.88%
  • magenta value is 3.12%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(72,3,0,87)
C72M3Y0K87 
(72%,3%,0%,87%)
(0.72/0.03/0.00/0.87)	

CMYK percentages

%71.88
%3.12
%0
%87.45

Codes

Color #091F20 in popluar color models

091F20
RGB93132
HSL183°56.10%8.04%
HSB/HSV183°71.88%12.55%
CMYK71.88%3.12%0.00%
87.45%

Color #091F20 in popluar number systems.

HEX091F20
Decimal93132
Binary100111111100000
Octal113740

Shades and tints

Shades of #091F20

#091F20
(9,31,32)
#091D1E
(9,29,30)
#091B1C
(9,27,28)
#09191A
(9,25,26)
#091718
(9,23,24)
#091516
(9,21,22)
#091314
(9,19,20)
#091112
(9,17,18)
#090F10
(9,15,16)
#090D0E
(9,13,14)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #091F20

#091F20
(9,31,32)
#1F3334
(31,51,52)
#354748
(53,71,72)
#4B5B5C
(75,91,92)
#616F70
(97,111,112)
#778384
(119,131,132)
#8D9798
(141,151,152)
#A3ABAC
(163,171,172)
#B9BFC0
(185,191,192)
#CFD3D4
(207,211,212)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091F20; }

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

This text font color is #091F20.


Background Color

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

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

This div background color is #091F20.


Border color

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

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

This div border color is #091F20.


Opacity

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

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

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

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

This text has shadow with #091F20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091F20 on black background.


Color preview on white background

This text has color #091F20 on white background.



Black color preview on #091F20 background

This text has black color on #091F20 background.


White color preview on #091F20 background

This text has white color on #091F20 background.