COLOR #080A13

HEX: #080A13
RGB: (8,10,19)

Color info

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

RGB color model

#080A13 color RGB value is (8,10,19).

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

RGB channels and saturation

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

8
10
19

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

Portions of RGB colors in percentages

R + G + B =
8 + 10 + 19 = 37 (100%)
R 8 of 37 ~ 21.62%
G 10 of 37 ~ 27.03%
B 19 of 37 ~ 51.35%

%21.62
%27.03
%51.35

CMYK color model

#080A13 color CMYK value is (58,47,0,93).

  • cyan value is 57.89%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(58,47,0,93)
C58M47Y0K93 
(58%,47%,0%,93%)
(0.58/0.47/0.00/0.93)	

CMYK percentages

%57.89
%47.37
%0
%92.55

Codes

Color #080A13 in popluar color models

080A13
RGB81019
HSL229°40.74%5.29%
HSB/HSV229°57.89%7.45%
CMYK57.89%47.37%0.00%
92.55%

Color #080A13 in popluar number systems.

HEX080A13
Decimal81019
Binary1000101010011
Octal101223

Shades and tints

Shades of #080A13

#080A13
(8,10,19)
#080A12
(8,10,18)
#080A11
(8,10,17)
#080A10
(8,10,16)
#080A0F
(8,10,15)
#080A0E
(8,10,14)
#080A0D
(8,10,13)
#080A0C
(8,10,12)
#080A0B
(8,10,11)
#080A0A
(8,10,10)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #080A13

#080A13
(8,10,19)
#1E2028
(30,32,40)
#34363D
(52,54,61)
#4A4C52
(74,76,82)
#606267
(96,98,103)
#76787C
(118,120,124)
#8C8E91
(140,142,145)
#A2A4A6
(162,164,166)
#B8BABB
(184,186,187)
#CED0D0
(206,208,208)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080A13; }

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

This text font color is #080A13.


Background Color

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

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

This div background color is #080A13.


Border color

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

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

This div border color is #080A13.


Opacity

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

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

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

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

This text has shadow with #080A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080A13 on black background.


Color preview on white background

This text has color #080A13 on white background.



Black color preview on #080A13 background

This text has black color on #080A13 background.


White color preview on #080A13 background

This text has white color on #080A13 background.