COLOR #091C20

HEX: #091C20
RGB: (9,28,32)

Color info

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

RGB color model

#091C20 color RGB value is (9,28,32).

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

RGB channels and saturation

R 9 of 255 = 4%
G 28 of 255 = 11%
B 32 of 255 = 13%

9
28
32

R + G + B ~ 9%. #091C20 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 28 + 32 = 69 (100%)
R 9 of 69 ~ 13.04%
G 28 of 69 ~ 40.58%
B 32 of 69 ~ 46.38%

%13.04
%40.58
%46.38

CMYK color model

#091C20 color CMYK value is (72,13,0,87).

  • cyan value is 71.88%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(72,13,0,87)
C72M13Y0K87 
(72%,13%,0%,87%)
(0.72/0.13/0.00/0.87)	

CMYK percentages

%71.88
%12.5
%0
%87.45

Codes

Color #091C20 in popluar color models

091C20
RGB92832
HSL190°56.10%8.04%
HSB/HSV190°71.88%12.55%
CMYK71.88%12.50%0.00%
87.45%

Color #091C20 in popluar number systems.

HEX091C20
Decimal92832
Binary100111100100000
Octal113440

Shades and tints

Shades of #091C20

#091C20
(9,28,32)
#091A1E
(9,26,30)
#09181C
(9,24,28)
#09161A
(9,22,26)
#091418
(9,20,24)
#091216
(9,18,22)
#091014
(9,16,20)
#090E12
(9,14,18)
#090C10
(9,12,16)
#090A0E
(9,10,14)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #091C20

#091C20
(9,28,32)
#1F3034
(31,48,52)
#354448
(53,68,72)
#4B585C
(75,88,92)
#616C70
(97,108,112)
#778084
(119,128,132)
#8D9498
(141,148,152)
#A3A8AC
(163,168,172)
#B9BCC0
(185,188,192)
#CFD0D4
(207,208,212)
#E5E4E8
(229,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091C20; }

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

This text font color is #091C20.


Background Color

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

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

This div background color is #091C20.


Border color

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

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

This div border color is #091C20.


Opacity

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

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

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

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

This text has shadow with #091C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091C20 on black background.


Color preview on white background

This text has color #091C20 on white background.



Black color preview on #091C20 background

This text has black color on #091C20 background.


White color preview on #091C20 background

This text has white color on #091C20 background.