COLOR #091E20

HEX: #091E20
RGB: (9,30,32)

Color info

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

RGB color model

#091E20 color RGB value is (9,30,32).

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

RGB channels and saturation

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

9
30
32

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

Portions of RGB colors in percentages

R + G + B =
9 + 30 + 32 = 71 (100%)
R 9 of 71 ~ 12.68%
G 30 of 71 ~ 42.25%
B 32 of 71 ~ 45.07%

%12.68
%42.25
%45.07

CMYK color model

#091E20 color CMYK value is (72,6,0,87).

  • cyan value is 71.88%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(72,6,0,87)
C72M6Y0K87 
(72%,6%,0%,87%)
(0.72/0.06/0.00/0.87)	

CMYK percentages

%71.88
%6.25
%0
%87.45

Codes

Color #091E20 in popluar color models

091E20
RGB93032
HSL185°56.10%8.04%
HSB/HSV185°71.88%12.55%
CMYK71.88%6.25%0.00%
87.45%

Color #091E20 in popluar number systems.

HEX091E20
Decimal93032
Binary100111110100000
Octal113640

Shades and tints

Shades of #091E20

#091E20
(9,30,32)
#091C1E
(9,28,30)
#091A1C
(9,26,28)
#09181A
(9,24,26)
#091618
(9,22,24)
#091416
(9,20,22)
#091214
(9,18,20)
#091012
(9,16,18)
#090E10
(9,14,16)
#090C0E
(9,12,14)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #091E20

#091E20
(9,30,32)
#1F3234
(31,50,52)
#354648
(53,70,72)
#4B5A5C
(75,90,92)
#616E70
(97,110,112)
#778284
(119,130,132)
#8D9698
(141,150,152)
#A3AAAC
(163,170,172)
#B9BEC0
(185,190,192)
#CFD2D4
(207,210,212)
#E5E6E8
(229,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091E20; }

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

This text font color is #091E20.


Background Color

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

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

This div background color is #091E20.


Border color

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

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

This div border color is #091E20.


Opacity

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

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

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

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

This text has shadow with #091E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091E20 on black background.


Color preview on white background

This text has color #091E20 on white background.



Black color preview on #091E20 background

This text has black color on #091E20 background.


White color preview on #091E20 background

This text has white color on #091E20 background.