COLOR #090920

HEX: #090920
RGB: (9,9,32)

Color info

#090920 contains red, green and blue colors in about the same proportion. Web safe color of #090920 is #000033 (or #003).

RGB color model

#090920 color RGB value is (9,9,32).

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

RGB channels and saturation

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

9
9
32

R + G + B ~ 7%. #090920 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 9 + 32 = 50 (100%)
R 9 of 50 ~ 18%
G 9 of 50 ~ 18%
B 32 of 50 ~ 64%

%18
%18
%64

CMYK color model

#090920 color CMYK value is (72,72,0,87).

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

CMYK percentages

%71.88
%71.88
%0
%87.45

Codes

Color #090920 in popluar color models

090920
RGB9932
HSL240°56.10%8.04%
HSB/HSV240°71.88%12.55%
CMYK71.88%71.88%0.00%
87.45%

Color #090920 in popluar number systems.

HEX090920
Decimal9932
Binary10011001100000
Octal111140

Shades and tints

Shades of #090920

#090920
(9,9,32)
#09091E
(9,9,30)
#09091C
(9,9,28)
#09091A
(9,9,26)
#090918
(9,9,24)
#090916
(9,9,22)
#090914
(9,9,20)
#090912
(9,9,18)
#090910
(9,9,16)
#09090E
(9,9,14)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #090920

#090920
(9,9,32)
#1F1F34
(31,31,52)
#353548
(53,53,72)
#4B4B5C
(75,75,92)
#616170
(97,97,112)
#777784
(119,119,132)
#8D8D98
(141,141,152)
#A3A3AC
(163,163,172)
#B9B9C0
(185,185,192)
#CFCFD4
(207,207,212)
#E5E5E8
(229,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090920; }

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

This text font color is #090920.


Background Color

.myBgColor { background-color: #090920; }

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

This div background color is #090920.


Border color

.myBorderColor { border: 1px solid #090920; }

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

This div border color is #090920.


Opacity

.myOpacity80 { color: #090920; opacity: 0.8; }

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

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

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

This text has shadow with #090920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090920 on black background.


Color preview on white background

This text has color #090920 on white background.



Black color preview on #090920 background

This text has black color on #090920 background.


White color preview on #090920 background

This text has white color on #090920 background.