COLOR #090508

HEX: #090508
RGB: (9,5,8)

Color info

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

RGB color model

#090508 color RGB value is (9,5,8).

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

RGB channels and saturation

R 9 of 255 = 4%
G 5 of 255 = 2%
B 8 of 255 = 3%

9
5
8

R + G + B ~ 3%. #090508 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 5 + 8 = 22 (100%)
R 9 of 22 ~ 40.91%
G 5 of 22 ~ 22.73%
B 8 of 22 ~ 36.36%

%40.91
%22.73
%36.36

CMYK color model

#090508 color CMYK value is (0,44,11,96).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 11.11%
  • key color value is 96.47%
CMYK: (0,44,11,96) C0M44Y11K96 (0%,44%,11%,96%) (0.00/0.44/0.11/0.96)

CMYK percentages

%0
%44.44
%11.11
%96.47

Codes

Color #090508 in popluar color models

090508
RGB958
HSL315°28.57%2.75%
HSB/HSV315°44.44%3.53%
CMYK0.00%44.44%11.11%
96.47%

Color #090508 in popluar number systems.

HEX090508
Decimal958
Binary10011011000
Octal11510

Shades and tints

Tints of #090508

#090508
(9,5,8)
#1F1B1E
(31,27,30)
#353134
(53,49,52)
#4B474A
(75,71,74)
#615D60
(97,93,96)
#777376
(119,115,118)
#8D898C
(141,137,140)
#A39FA2
(163,159,162)
#B9B5B8
(185,181,184)
#CFCBCE
(207,203,206)
#E5E1E4
(229,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090508; }

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

This text font color is #090508.


Background Color

.myBgColor { background-color: #090508; }

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

This div background color is #090508.


Border color

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

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

This div border color is #090508.


Opacity

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

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

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

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

This text has shadow with #090508 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #090508 on black background.


Color preview on white background

This text has color #090508 on white background.



Black color preview on #090508 background

This text has black color on #090508 background.


White color preview on #090508 background

This text has white color on #090508 background.