COLOR #090813

HEX: #090813
RGB: (9,8,19)

Color info

#090813 contains red, green and blue colors in about the same proportion. Web safe color of #090813 is #000000 (or #000).

RGB color model

#090813 color RGB value is (9,8,19).

  • red value is 9;
  • green value is 8;
  • blue value is 19.
RGB:
(9,8,19)
(4%,3%,7%)

RGB channels and saturation

R 9 of 255 = 4%
G 8 of 255 = 3%
B 19 of 255 = 7%

9
8
19

R + G + B ~ 5%. #090813 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 8 + 19 = 36 (100%)
R 9 of 36 ~ 25%
G 8 of 36 ~ 22.22%
B 19 of 36 ~ 52.78%

%25
%22.22
%52.78

CMYK color model

#090813 color CMYK value is (53,58,0,93).

  • cyan value is 52.63%
  • magenta value is 57.89%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(53,58,0,93)
C53M58Y0K93 
(53%,58%,0%,93%)
(0.53/0.58/0.00/0.93)	

CMYK percentages

%52.63
%57.89
%0
%92.55

Codes

Color #090813 in popluar color models

090813
RGB9819
HSL245°40.74%5.29%
HSB/HSV245°57.89%7.45%
CMYK52.63%57.89%0.00%
92.55%

Color #090813 in popluar number systems.

HEX090813
Decimal9819
Binary1001100010011
Octal111023

Shades and tints

Shades of #090813

#090813
(9,8,19)
#090812
(9,8,18)
#090811
(9,8,17)
#090810
(9,8,16)
#09080F
(9,8,15)
#09080E
(9,8,14)
#09080D
(9,8,13)
#09080C
(9,8,12)
#09080B
(9,8,11)
#09080A
(9,8,10)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #090813

#090813
(9,8,19)
#1F1E28
(31,30,40)
#35343D
(53,52,61)
#4B4A52
(75,74,82)
#616067
(97,96,103)
#77767C
(119,118,124)
#8D8C91
(141,140,145)
#A3A2A6
(163,162,166)
#B9B8BB
(185,184,187)
#CFCED0
(207,206,208)
#E5E4E5
(229,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090813; }

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

This text font color is #090813.


Background Color

.myBgColor { background-color: #090813; }

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

This div background color is #090813.


Border color

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

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

This div border color is #090813.


Opacity

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

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

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

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

This text has shadow with #090813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090813 on black background.


Color preview on white background

This text has color #090813 on white background.



Black color preview on #090813 background

This text has black color on #090813 background.


White color preview on #090813 background

This text has white color on #090813 background.