COLOR #06120C

HEX: #06120C RGB: (6,18,12)

Color info

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

RGB color model

#06120C color RGB value is (6,18,12).

RGB: (6,18,12) (2%, 7%, 5%)

RGB channels and saturation

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

6
18
12

R + G + B ~ 5%. #06120C is dark color.

Portions of RGB colors in percentages

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

%16.67
%50
%33.33

CMYK color model

#06120C color CMYK value is (67,0,33,93).

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

CMYK percentages

%66.67
%0
%33.33
%92.94

Codes

Color #06120C in popluar color models

06 12 0C
RGB 6 18 12
HSL 150° 50.00% 4.71%
HSB/HSV 150° 66.67% 7.06%
CMYK 66.67% 0.00% 33.33%
92.94%

Color #06120C in popluar number systems.

HEX 06 12 0C
Decimal 6 18 12
Binary 110 10010 1100
Octal 6 22 14

Shades and tints

Shades of #06120C

#06120C
(6,18,12)
#06110B
(6,17,11)
#06100A
(6,16,10)
#060F09
(6,15,9)
#060E08
(6,14,8)
#060D07
(6,13,7)
#060C06
(6,12,6)
#060B05
(6,11,5)
#060A04
(6,10,4)
#060903
(6,9,3)
#060802
(6,8,2)
#000000
(0,0,0)

Tints of #06120C

#06120C
(6,18,12)
#1C2722
(28,39,34)
#323C38
(50,60,56)
#48514E
(72,81,78)
#5E6664
(94,102,100)
#747B7A
(116,123,122)
#8A9090
(138,144,144)
#A0A5A6
(160,165,166)
#B6BABC
(182,186,188)
#CCCFD2
(204,207,210)
#E2E4E8
(226,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06120C; }

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

This text font color is #06120C.

Background Color

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

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

This div background color is #06120C.

Border color

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

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

This div border color is #06120C.

Opacity

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

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

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

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

This text has shadow with #06120C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06120C.

Preview

Color preview on black background

This text has color #06120C on black background.


Color preview on white background

This text has color #06120C on white background.


Black color preview on #06120C background

This text has black color on #06120C background.


White color preview on #06120C background

This text has white color on #06120C background.


Related colors

Complementary color

Complementary color for #hex is #F9EDF3.


I love getcolorcode.com

Triadic colors

1 #0C0612 and #120C06 with #06120C are triadic colors.

2 #0C1206 and #12060C with #06120C are triadic colors.