COLOR #080A12

HEX: #080A12 RGB: (8,10,18)

Color info

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

RGB color model

#080A12 color RGB value is (8,10,18).

RGB: (8,10,18) (3%, 4%, 7%)

RGB channels and saturation

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

8
10
18

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

Portions of RGB colors in percentages

R + G + B = 8 + 10 + 18 = 36 (100%)
R 8 of 36 ~ 22.22%
G 10 of 36 ~ 27.78%
B 18 of 36 ~ 50'%

%22.22
%27.78
%50

CMYK color model

#080A12 color CMYK value is (56,44,0,93).

  • cyan value is 55.56%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 92.94%

CMYK: (56,44,0,93)
C56M44Y0K93 (56%, 44%, 0%, 93%)
(0.56 / 0.44 / 0.00 / 0.93)

CMYK percentages

%55.56
%44.44
%0
%92.94

Codes

Color #080A12 in popluar color models

08 0A 12
RGB 8 10 18
HSL 228° 38.46% 5.10%
HSB/HSV 228° 55.56% 7.06%
CMYK 55.56% 44.44% 0.00%
92.94%

Color #080A12 in popluar number systems.

HEX 08 0A 12
Decimal 8 10 18
Binary 1000 1010 10010
Octal 10 12 22

Shades and tints

Shades of #080A12

#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)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #080A12

#080A12
(8,10,18)
#1E2027
(30,32,39)
#34363C
(52,54,60)
#4A4C51
(74,76,81)
#606266
(96,98,102)
#76787B
(118,120,123)
#8C8E90
(140,142,144)
#A2A4A5
(162,164,165)
#B8BABA
(184,186,186)
#CED0CF
(206,208,207)
#E4E6E4
(228,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080A12; }

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

This text font color is #080A12.

Background Color

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

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

This div background color is #080A12.

Border color

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

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

This div border color is #080A12.

Opacity

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

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

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

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

This text has shadow with #080A12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #080A12.

Preview

Color preview on black background

This text has color #080A12 on black background.


Color preview on white background

This text has color #080A12 on white background.


Black color preview on #080A12 background

This text has black color on #080A12 background.


White color preview on #080A12 background

This text has white color on #080A12 background.


Related colors

Complementary color

Complementary color for #hex is #F7F5ED.


I love getcolorcode.com

Triadic colors

1 #12080A and #0A1208 with #080A12 are triadic colors.

2 #120A08 and #0A0812 with #080A12 are triadic colors.