COLOR #080712

HEX: #080712 RGB: (8,7,18)

Color info

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

RGB color model

#080712 color RGB value is (8,7,18).

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

RGB channels and saturation

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

8
7
18

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

Portions of RGB colors in percentages

R + G + B = 8 + 7 + 18 = 33 (100%)
R 8 of 33 ~ 24.24%
G 7 of 33 ~ 21.21%
B 18 of 33 ~ 54.55'%

%24.24
%21.21
%54.55

CMYK color model

#080712 color CMYK value is (56,61,0,93).

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

CMYK: (56,61,0,93)
C56M61Y0K93 (56%, 61%, 0%, 93%)
(0.56 / 0.61 / 0.00 / 0.93)

CMYK percentages

%55.56
%61.11
%0
%92.94

Codes

Color #080712 in popluar color models

08 07 12
RGB 8 7 18
HSL 245° 44.00% 4.90%
HSB/HSV 245° 61.11% 7.06%
CMYK 55.56% 61.11% 0.00%
92.94%

Color #080712 in popluar number systems.

HEX 08 07 12
Decimal 8 7 18
Binary 1000 111 10010
Octal 10 7 22

Shades and tints

Shades of #080712

#080712
(8,7,18)
#080711
(8,7,17)
#080710
(8,7,16)
#08070F
(8,7,15)
#08070E
(8,7,14)
#08070D
(8,7,13)
#08070C
(8,7,12)
#08070B
(8,7,11)
#08070A
(8,7,10)
#080709
(8,7,9)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #080712

#080712
(8,7,18)
#1E1D27
(30,29,39)
#34333C
(52,51,60)
#4A4951
(74,73,81)
#605F66
(96,95,102)
#76757B
(118,117,123)
#8C8B90
(140,139,144)
#A2A1A5
(162,161,165)
#B8B7BA
(184,183,186)
#CECDCF
(206,205,207)
#E4E3E4
(228,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080712; }

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

This text font color is #080712.

Background Color

.myBgColor { background-color: #080712; }

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

This div background color is #080712.

Border color

.myBorderColor { border: 1px solid #080712; }

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

This div border color is #080712.

Opacity

.myOpacity80 { color: #080712; opacity: 0.8; }

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

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

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

This text has shadow with #080712 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #080712.

Preview

Color preview on black background

This text has color #080712 on black background.


Color preview on white background

This text has color #080712 on white background.


Black color preview on #080712 background

This text has black color on #080712 background.


White color preview on #080712 background

This text has white color on #080712 background.


Related colors

Complementary color

Complementary color for #hex is #F7F8ED.


I love getcolorcode.com

Triadic colors

1 #120807 and #071208 with #080712 are triadic colors.

2 #120708 and #070812 with #080712 are triadic colors.