COLOR #060D0C

HEX: #060D0C RGB: (6,13,12)

Color info

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

RGB color model

#060D0C color RGB value is (6,13,12).

RGB: (6,13,12) (2%, 5%, 5%)

RGB channels and saturation

R 6 of 255 = 2%
G 13 of 255 = 5%
B 12 of 255 = 5%

6
13
12

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

Portions of RGB colors in percentages

R + G + B = 6 + 13 + 12 = 31 (100%)
R 6 of 31 ~ 19.35%
G 13 of 31 ~ 41.94%
B 12 of 31 ~ 38.71'%

%19.35
%41.94
%38.71

CMYK color model

#060D0C color CMYK value is (54,0,8,95).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 94.90%

CMYK: (54,0,8,95)
C54M0Y8K95 (54%, 0%, 8%, 95%)
(0.54 / 0.00 / 0.08 / 0.95)

CMYK percentages

%53.85
%0
%7.69
%94.9

Codes

Color #060D0C in popluar color models

06 0D 0C
RGB 6 13 12
HSL 171° 36.84% 3.73%
HSB/HSV 171° 53.85% 5.10%
CMYK 53.85% 0.00% 7.69%
94.90%

Color #060D0C in popluar number systems.

HEX 06 0D 0C
Decimal 6 13 12
Binary 110 1101 1100
Octal 6 15 14

Shades and tints

Shades of #060D0C

#060D0C
(6,13,12)
#060C0B
(6,12,11)
#060B0A
(6,11,10)
#060A09
(6,10,9)
#060908
(6,9,8)
#060807
(6,8,7)
#060706
(6,7,6)
#060605
(6,6,5)
#060504
(6,5,4)
#060403
(6,4,3)
#060302
(6,3,2)
#000000
(0,0,0)

Tints of #060D0C

#060D0C
(6,13,12)
#1C2322
(28,35,34)
#323938
(50,57,56)
#484F4E
(72,79,78)
#5E6564
(94,101,100)
#747B7A
(116,123,122)
#8A9190
(138,145,144)
#A0A7A6
(160,167,166)
#B6BDBC
(182,189,188)
#CCD3D2
(204,211,210)
#E2E9E8
(226,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060D0C; }

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

This text font color is #060D0C.

Background Color

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

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

This div background color is #060D0C.

Border color

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

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

This div border color is #060D0C.

Opacity

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

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

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

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

This text has shadow with #060D0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #060D0C.

Preview

Color preview on black background

This text has color #060D0C on black background.


Color preview on white background

This text has color #060D0C on white background.


Black color preview on #060D0C background

This text has black color on #060D0C background.


White color preview on #060D0C background

This text has white color on #060D0C background.


Related colors

Complementary color

Complementary color for #hex is #F9F2F3.


I love getcolorcode.com

Triadic colors

1 #0C060D and #0D0C06 with #060D0C are triadic colors.

2 #0C0D06 and #0D060C with #060D0C are triadic colors.