COLOR #080D10

HEX: #080D10
RGB: (8,13,16)

Color info

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

RGB color model

#080D10 color RGB value is (8,13,16).

  • red value is 8;
  • green value is 13;
  • blue value is 16.
RGB:
(8,13,16)
(3%,5%,6%)

RGB channels and saturation

R 8 of 255 = 3%
G 13 of 255 = 5%
B 16 of 255 = 6%

8
13
16

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

Portions of RGB colors in percentages

R + G + B =
8 + 13 + 16 = 37 (100%)
R 8 of 37 ~ 21.62%
G 13 of 37 ~ 35.14%
B 16 of 37 ~ 43.24%

%21.62
%35.14
%43.24

CMYK color model

#080D10 color CMYK value is (50,19,0,94).

  • cyan value is 50.00%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 93.73%
CMYK:
(50,19,0,94)
C50M19Y0K94 
(50%,19%,0%,94%)
(0.50/0.19/0.00/0.94)	

CMYK percentages

%50
%18.75
%0
%93.73

Codes

Color #080D10 in popluar color models

080D10
RGB81316
HSL203°33.33%4.71%
HSB/HSV203°50.00%6.27%
CMYK50.00%18.75%0.00%
93.73%

Color #080D10 in popluar number systems.

HEX080D10
Decimal81316
Binary1000110110000
Octal101520

Shades and tints

Shades of #080D10

#080D10
(8,13,16)
#080C0F
(8,12,15)
#080B0E
(8,11,14)
#080A0D
(8,10,13)
#08090C
(8,9,12)
#08080B
(8,8,11)
#08070A
(8,7,10)
#080609
(8,6,9)
#080508
(8,5,8)
#080407
(8,4,7)
#080306
(8,3,6)
#000000
(0,0,0)

Tints of #080D10

#080D10
(8,13,16)
#1E2325
(30,35,37)
#34393A
(52,57,58)
#4A4F4F
(74,79,79)
#606564
(96,101,100)
#767B79
(118,123,121)
#8C918E
(140,145,142)
#A2A7A3
(162,167,163)
#B8BDB8
(184,189,184)
#CED3CD
(206,211,205)
#E4E9E2
(228,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #080D10 color. Also use rgb(8,13,16) instead hex code.

Text Font Color

.myTextColor { color: #080D10; }

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

This text font color is #080D10.


Background Color

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

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

This div background color is #080D10.


Border color

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

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

This div border color is #080D10.


Opacity

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

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

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

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

This text has shadow with #080D10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080D10 on black background.


Color preview on white background

This text has color #080D10 on white background.



Black color preview on #080D10 background

This text has black color on #080D10 background.


White color preview on #080D10 background

This text has white color on #080D10 background.