COLOR #080C13

HEX: #080C13
RGB: (8,12,19)

Color info

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

RGB color model

#080C13 color RGB value is (8,12,19).

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

RGB channels and saturation

R 8 of 255 = 3%
G 12 of 255 = 5%
B 19 of 255 = 7%

8
12
19

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

Portions of RGB colors in percentages

R + G + B =
8 + 12 + 19 = 39 (100%)
R 8 of 39 ~ 20.51%
G 12 of 39 ~ 30.77%
B 19 of 39 ~ 48.72%

%20.51
%30.77
%48.72

CMYK color model

#080C13 color CMYK value is (58,37,0,93).

  • cyan value is 57.89%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(58,37,0,93)
C58M37Y0K93 
(58%,37%,0%,93%)
(0.58/0.37/0.00/0.93)	

CMYK percentages

%57.89
%36.84
%0
%92.55

Codes

Color #080C13 in popluar color models

080C13
RGB81219
HSL218°40.74%5.29%
HSB/HSV218°57.89%7.45%
CMYK57.89%36.84%0.00%
92.55%

Color #080C13 in popluar number systems.

HEX080C13
Decimal81219
Binary1000110010011
Octal101423

Shades and tints

Shades of #080C13

#080C13
(8,12,19)
#080B12
(8,11,18)
#080A11
(8,10,17)
#080910
(8,9,16)
#08080F
(8,8,15)
#08070E
(8,7,14)
#08060D
(8,6,13)
#08050C
(8,5,12)
#08040B
(8,4,11)
#08030A
(8,3,10)
#080209
(8,2,9)
#000000
(0,0,0)

Tints of #080C13

#080C13
(8,12,19)
#1E2228
(30,34,40)
#34383D
(52,56,61)
#4A4E52
(74,78,82)
#606467
(96,100,103)
#767A7C
(118,122,124)
#8C9091
(140,144,145)
#A2A6A6
(162,166,166)
#B8BCBB
(184,188,187)
#CED2D0
(206,210,208)
#E4E8E5
(228,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080C13; }

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

This text font color is #080C13.


Background Color

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

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

This div background color is #080C13.


Border color

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

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

This div border color is #080C13.


Opacity

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

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

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

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

This text has shadow with #080C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080C13 on black background.


Color preview on white background

This text has color #080C13 on white background.



Black color preview on #080C13 background

This text has black color on #080C13 background.


White color preview on #080C13 background

This text has white color on #080C13 background.