COLOR #080B05

HEX: #080B05 RGB: (8,11,5)

Color info

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

RGB color model

#080B05 color RGB value is (8,11,5).

RGB: (8,11,5) (3%, 4%, 2%)

RGB channels and saturation

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

8
11
5

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

Portions of RGB colors in percentages

R + G + B = 8 + 11 + 5 = 24 (100%)
R 8 of 24 ~ 33.33%
G 11 of 24 ~ 45.83%
B 5 of 24 ~ 20.83'%

%33.33
%45.83
%20.83

CMYK color model

#080B05 color CMYK value is (27,0,55,96).

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

CMYK: (27,0,55,96)
C27M0Y55K96 (27%, 0%, 55%, 96%)
(0.27 / 0.00 / 0.55 / 0.96)

CMYK percentages

%27.27
%0
%54.55
%95.69

Codes

Color #080B05 in popluar color models

08 0B 05
RGB 8 11 5
HSL 90° 37.50% 3.14%
HSB/HSV 90° 54.55% 4.31%
CMYK 27.27% 0.00% 54.55%
95.69%

Color #080B05 in popluar number systems.

HEX 08 0B 05
Decimal 8 11 5
Binary 1000 1011 101
Octal 10 13 5

Shades and tints

Shades of #080B05

#080B05
(8,11,5)
#080A05
(8,10,5)
#080905
(8,9,5)
#080805
(8,8,5)
#080705
(8,7,5)
#080605
(8,6,5)
#080505
(8,5,5)
#080405
(8,4,5)
#080305
(8,3,5)
#080205
(8,2,5)
#080105
(8,1,5)
#000000
(0,0,0)

Tints of #080B05

#080B05
(8,11,5)
#1E211B
(30,33,27)
#343731
(52,55,49)
#4A4D47
(74,77,71)
#60635D
(96,99,93)
#767973
(118,121,115)
#8C8F89
(140,143,137)
#A2A59F
(162,165,159)
#B8BBB5
(184,187,181)
#CED1CB
(206,209,203)
#E4E7E1
(228,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080B05; }

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

This text font color is #080B05.

Background Color

.myBgColor { background-color: #080B05; }

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

This div background color is #080B05.

Border color

.myBorderColor { border: 1px solid #080B05; }

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

This div border color is #080B05.

Opacity

.myOpacity80 { color: #080B05; opacity: 0.8; }

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

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

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

This text has shadow with #080B05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #080B05.

Preview

Color preview on black background

This text has color #080B05 on black background.


Color preview on white background

This text has color #080B05 on white background.


Black color preview on #080B05 background

This text has black color on #080B05 background.


White color preview on #080B05 background

This text has white color on #080B05 background.


Related colors

Complementary color

Complementary color for #hex is #F7F4FA.


I love getcolorcode.com

Triadic colors

1 #05080B and #0B0508 with #080B05 are triadic colors.

2 #050B08 and #0B0805 with #080B05 are triadic colors.