COLOR #09201C

HEX: #09201C
RGB: (9,32,28)

Color info

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

RGB color model

#09201C color RGB value is (9,32,28).

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

RGB channels and saturation

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

9
32
28

R + G + B ~ 9%. #09201C is dark color.

Portions of RGB colors in percentages

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

%13.04
%46.38
%40.58

CMYK color model

#09201C color CMYK value is (72,0,13,87).

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

CMYK percentages

%71.88
%0
%12.5
%87.45

Codes

Color #09201C in popluar color models

09201C
RGB93228
HSL170°56.10%8.04%
HSB/HSV170°71.88%12.55%
CMYK71.88%0.00%12.50%
87.45%

Color #09201C in popluar number systems.

HEX09201C
Decimal93228
Binary100110000011100
Octal114034

Shades and tints

Shades of #09201C

#09201C
(9,32,28)
#091E1A
(9,30,26)
#091C18
(9,28,24)
#091A16
(9,26,22)
#091814
(9,24,20)
#091612
(9,22,18)
#091410
(9,20,16)
#09120E
(9,18,14)
#09100C
(9,16,12)
#090E0A
(9,14,10)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #09201C

#09201C
(9,32,28)
#1F3430
(31,52,48)
#354844
(53,72,68)
#4B5C58
(75,92,88)
#61706C
(97,112,108)
#778480
(119,132,128)
#8D9894
(141,152,148)
#A3ACA8
(163,172,168)
#B9C0BC
(185,192,188)
#CFD4D0
(207,212,208)
#E5E8E4
(229,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09201C; }

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

This text font color is #09201C.


Background Color

.myBgColor { background-color: #09201C; }

<div style="background-color:#09201C">Inner text</div>

This div background color is #09201C.


Border color

.myBorderColor { border: 1px solid #09201C; }

<div style="border:3px solid #09201C">Div</div>

This div border color is #09201C.


Opacity

.myOpacity80 { color: #09201C; opacity: 0.8; }

<p style="color:#09201C;opacity:0.8;">80%</p>

Text with #09201C 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 #09201C;}

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

This text has shadow with #09201C color.

.textShadow {text-shadow: 3px 3px 1px #09201C, 3px 3px 1px red;}

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

This text has shadow with #09201C primary color and red secondary color.


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

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

This text has shadow with #09201C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09201C on black background.


Color preview on white background

This text has color #09201C on white background.



Black color preview on #09201C background

This text has black color on #09201C background.


White color preview on #09201C background

This text has white color on #09201C background.