COLOR #060812

HEX: #060812
RGB: (6,8,18)

Color info

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

RGB color model

#060812 color RGB value is (6,8,18).

  • red value is 6;
  • green value is 8;
  • blue value is 18.
RGB:
(6,8,18)
(2%,3%,7%)

RGB channels and saturation

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

6
8
18

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

Portions of RGB colors in percentages

R + G + B =
6 + 8 + 18 = 32 (100%)
R 6 of 32 ~ 18.75%
G 8 of 32 ~ 25%
B 18 of 32 ~ 56.25%

%18.75
%25
%56.25

CMYK color model

#060812 color CMYK value is (67,56,0,93).

  • cyan value is 66.67%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(67,56,0,93)
C67M56Y0K93 
(67%,56%,0%,93%)
(0.67/0.56/0.00/0.93)	

CMYK percentages

%66.67
%55.56
%0
%92.94

Codes

Color #060812 in popluar color models

060812
RGB6818
HSL230°50.00%4.71%
HSB/HSV230°66.67%7.06%
CMYK66.67%55.56%0.00%
92.94%

Color #060812 in popluar number systems.

HEX060812
Decimal6818
Binary110100010010
Octal61022

Shades and tints

Shades of #060812

#060812
(6,8,18)
#060811
(6,8,17)
#060810
(6,8,16)
#06080F
(6,8,15)
#06080E
(6,8,14)
#06080D
(6,8,13)
#06080C
(6,8,12)
#06080B
(6,8,11)
#06080A
(6,8,10)
#060809
(6,8,9)
#060808
(6,8,8)
#000000
(0,0,0)

Tints of #060812

#060812
(6,8,18)
#1C1E27
(28,30,39)
#32343C
(50,52,60)
#484A51
(72,74,81)
#5E6066
(94,96,102)
#74767B
(116,118,123)
#8A8C90
(138,140,144)
#A0A2A5
(160,162,165)
#B6B8BA
(182,184,186)
#CCCECF
(204,206,207)
#E2E4E4
(226,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060812; }

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

This text font color is #060812.


Background Color

.myBgColor { background-color: #060812; }

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

This div background color is #060812.


Border color

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

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

This div border color is #060812.


Opacity

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

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

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

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

This text has shadow with #060812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060812 on black background.


Color preview on white background

This text has color #060812 on white background.



Black color preview on #060812 background

This text has black color on #060812 background.


White color preview on #060812 background

This text has white color on #060812 background.