COLOR #08070C

HEX: #08070C
RGB: (8,7,12)

Color info

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

RGB color model

#08070C color RGB value is (8,7,12).

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

RGB channels and saturation

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

8
7
12

R + G + B ~ 4%. #08070C is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 7 + 12 = 27 (100%)
R 8 of 27 ~ 29.63%
G 7 of 27 ~ 25.93%
B 12 of 27 ~ 44.44%

%29.63
%25.93
%44.44

CMYK color model

#08070C color CMYK value is (33,42,0,95).

  • cyan value is 33.33%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(33,42,0,95)
C33M42Y0K95 
(33%,42%,0%,95%)
(0.33/0.42/0.00/0.95)	

CMYK percentages

%33.33
%41.67
%0
%95.29

Codes

Color #08070C in popluar color models

08070C
RGB8712
HSL252°26.32%3.73%
HSB/HSV252°41.67%4.71%
CMYK33.33%41.67%0.00%
95.29%

Color #08070C in popluar number systems.

HEX08070C
Decimal8712
Binary10001111100
Octal10714

Shades and tints

Shades of #08070C

#08070C
(8,7,12)
#08070B
(8,7,11)
#08070A
(8,7,10)
#080709
(8,7,9)
#080708
(8,7,8)
#080707
(8,7,7)
#080706
(8,7,6)
#080705
(8,7,5)
#080704
(8,7,4)
#080703
(8,7,3)
#080702
(8,7,2)
#000000
(0,0,0)

Tints of #08070C

#08070C
(8,7,12)
#1E1D22
(30,29,34)
#343338
(52,51,56)
#4A494E
(74,73,78)
#605F64
(96,95,100)
#76757A
(118,117,122)
#8C8B90
(140,139,144)
#A2A1A6
(162,161,166)
#B8B7BC
(184,183,188)
#CECDD2
(206,205,210)
#E4E3E8
(228,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08070C color. Also use rgb(8,7,12) instead hex code.

Text Font Color

.myTextColor { color: #08070C; }

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

This text font color is #08070C.


Background Color

.myBgColor { background-color: #08070C; }

<div style="background-color:#08070C">Inner text</div>

This div background color is #08070C.


Border color

.myBorderColor { border: 1px solid #08070C; }

<div style="border:3px solid #08070C">Div</div>

This div border color is #08070C.


Opacity

.myOpacity80 { color: #08070C; opacity: 0.8; }

<p style="color:#08070C;opacity:0.8;">80%</p>

Text with #08070C 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 #08070C;}

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

This text has shadow with #08070C color.

.textShadow {text-shadow: 3px 3px 1px #08070C, 3px 3px 1px red;}

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

This text has shadow with #08070C primary color and red secondary color.


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

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

This text has shadow with #08070C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08070C on black background.


Color preview on white background

This text has color #08070C on white background.



Black color preview on #08070C background

This text has black color on #08070C background.


White color preview on #08070C background

This text has white color on #08070C background.