COLOR #080A0C

HEX: #080A0C
RGB: (8,10,12)

Color info

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

RGB color model

#080A0C color RGB value is (8,10,12).

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

RGB channels and saturation

R 8 of 255 = 3%
G 10 of 255 = 4%
B 12 of 255 = 5%

8
10
12

R + G + B ~ 4%. #080A0C is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 10 + 12 = 30 (100%)
R 8 of 30 ~ 26.67%
G 10 of 30 ~ 33.33%
B 12 of 30 ~ 40%

%26.67
%33.33
%40

CMYK color model

#080A0C color CMYK value is (33,17,0,95).

  • cyan value is 33.33%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK: (33,17,0,95) C33M17Y0K95 (33%,17%,0%,95%) (0.33/0.17/0.00/0.95)

CMYK percentages

%33.33
%16.67
%0
%95.29

Codes

Color #080A0C in popluar color models

080A0C
RGB81012
HSL210°20.00%3.92%
HSB/HSV210°33.33%4.71%
CMYK33.33%16.67%0.00%
95.29%

Color #080A0C in popluar number systems.

HEX080A0C
Decimal81012
Binary100010101100
Octal101214

Shades and tints

Shades of #080A0C

#080A0C
(8,10,12)
#080A0B
(8,10,11)
#080A0A
(8,10,10)
#080A09
(8,10,9)
#080A08
(8,10,8)
#080A07
(8,10,7)
#080A06
(8,10,6)
#080A05
(8,10,5)
#080A04
(8,10,4)
#080A03
(8,10,3)
#080A02
(8,10,2)
#000000
(0,0,0)

Tints of #080A0C

#080A0C
(8,10,12)
#1E2022
(30,32,34)
#343638
(52,54,56)
#4A4C4E
(74,76,78)
#606264
(96,98,100)
#76787A
(118,120,122)
#8C8E90
(140,142,144)
#A2A4A6
(162,164,166)
#B8BABC
(184,186,188)
#CED0D2
(206,208,210)
#E4E6E8
(228,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080A0C; }

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

This text font color is #080A0C.


Background Color

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

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

This div background color is #080A0C.


Border color

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

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

This div border color is #080A0C.


Opacity

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

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

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

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

This text has shadow with #080A0C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #080A0C on black background.


Color preview on white background

This text has color #080A0C on white background.



Black color preview on #080A0C background

This text has black color on #080A0C background.


White color preview on #080A0C background

This text has white color on #080A0C background.