COLOR #060C12

HEX: #060C12
RGB: (6,12,18)

Color info

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

RGB color model

#060C12 color RGB value is (6,12,18).

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

RGB channels and saturation

R 6 of 255 = 2%
G 12 of 255 = 5%
B 18 of 255 = 7%

6
12
18

R + G + B ~ 5%. #060C12 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 12 + 18 = 36 (100%)
R 6 of 36 ~ 16.67%
G 12 of 36 ~ 33.33%
B 18 of 36 ~ 50%

%16.67
%33.33
%50

CMYK color model

#060C12 color CMYK value is (67,33,0,93).

  • cyan value is 66.67%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 92.94%
CMYK:
(67,33,0,93)
C67M33Y0K93 
(67%,33%,0%,93%)
(0.67/0.33/0.00/0.93)	

CMYK percentages

%66.67
%33.33
%0
%92.94

Codes

Color #060C12 in popluar color models

060C12
RGB61218
HSL210°50.00%4.71%
HSB/HSV210°66.67%7.06%
CMYK66.67%33.33%0.00%
92.94%

Color #060C12 in popluar number systems.

HEX060C12
Decimal61218
Binary110110010010
Octal61422

Shades and tints

Shades of #060C12

#060C12
(6,12,18)
#060B11
(6,11,17)
#060A10
(6,10,16)
#06090F
(6,9,15)
#06080E
(6,8,14)
#06070D
(6,7,13)
#06060C
(6,6,12)
#06050B
(6,5,11)
#06040A
(6,4,10)
#060309
(6,3,9)
#060208
(6,2,8)
#000000
(0,0,0)

Tints of #060C12

#060C12
(6,12,18)
#1C2227
(28,34,39)
#32383C
(50,56,60)
#484E51
(72,78,81)
#5E6466
(94,100,102)
#747A7B
(116,122,123)
#8A9090
(138,144,144)
#A0A6A5
(160,166,165)
#B6BCBA
(182,188,186)
#CCD2CF
(204,210,207)
#E2E8E4
(226,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060C12; }

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

This text font color is #060C12.


Background Color

.myBgColor { background-color: #060C12; }

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

This div background color is #060C12.


Border color

.myBorderColor { border: 1px solid #060C12; }

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

This div border color is #060C12.


Opacity

.myOpacity80 { color: #060C12; opacity: 0.8; }

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

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

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

This text has shadow with #060C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060C12 on black background.


Color preview on white background

This text has color #060C12 on white background.



Black color preview on #060C12 background

This text has black color on #060C12 background.


White color preview on #060C12 background

This text has white color on #060C12 background.