COLOR #08090B

HEX: #08090B RGB: (8,9,11)

Color info

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

RGB color model

#08090B color RGB value is (8,9,11).

RGB: (8,9,11) (3%, 4%, 4%)

RGB channels and saturation

R 8 of 255 = 3%
G 9 of 255 = 4%
B 11 of 255 = 4%

8
9
11

R + G + B ~ 4%. #08090B is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 9 + 11 = 28 (100%)
R 8 of 28 ~ 28.57%
G 9 of 28 ~ 32.14%
B 11 of 28 ~ 39.29'%

%28.57
%32.14
%39.29

CMYK color model

#08090B color CMYK value is (27,18,0,96).

  • cyan value is 27.27%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 95.69%

CMYK: (27,18,0,96)
C27M18Y0K96 (27%, 18%, 0%, 96%)
(0.27 / 0.18 / 0.00 / 0.96)

CMYK percentages

%27.27
%18.18
%0
%95.69

Codes

Color #08090B in popluar color models

08 09 0B
RGB 8 9 11
HSL 220° 15.79% 3.73%
HSB/HSV 220° 27.27% 4.31%
CMYK 27.27% 18.18% 0.00%
95.69%

Color #08090B in popluar number systems.

HEX 08 09 0B
Decimal 8 9 11
Binary 1000 1001 1011
Octal 10 11 13

Shades and tints

Shades of #08090B

#08090B
(8,9,11)
#08090A
(8,9,10)
#080909
(8,9,9)
#080908
(8,9,8)
#080907
(8,9,7)
#080906
(8,9,6)
#080905
(8,9,5)
#080904
(8,9,4)
#080903
(8,9,3)
#080902
(8,9,2)
#080901
(8,9,1)
#000000
(0,0,0)

Tints of #08090B

#08090B
(8,9,11)
#1E1F21
(30,31,33)
#343537
(52,53,55)
#4A4B4D
(74,75,77)
#606163
(96,97,99)
#767779
(118,119,121)
#8C8D8F
(140,141,143)
#A2A3A5
(162,163,165)
#B8B9BB
(184,185,187)
#CECFD1
(206,207,209)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08090B; }

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

This text font color is #08090B.

Background Color

.myBgColor { background-color: #08090B; }

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

This div background color is #08090B.

Border color

.myBorderColor { border: 1px solid #08090B; }

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

This div border color is #08090B.

Opacity

.myOpacity80 { color: #08090B; opacity: 0.8; }

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

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

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

This text has shadow with #08090B color.


.textShadow {text-shadow: 3px 3px 1px #08090B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #08090B; -webkit-box-shadow: 1px 1px 3px 2px #08090B; box-shadow:1px 1px 3px 2px #08090B;">
Div content here
</div>

This div box has shadow with color #08090B.

Preview

Color preview on black background

This text has color #08090B on black background.


Color preview on white background

This text has color #08090B on white background.


Black color preview on #08090B background

This text has black color on #08090B background.


White color preview on #08090B background

This text has white color on #08090B background.


Related colors

Complementary color

Complementary color for #hex is #F7F6F4.


I love getcolorcode.com

Triadic colors

1 #0B0809 and #090B08 with #08090B are triadic colors.

2 #0B0908 and #09080B with #08090B are triadic colors.