COLOR #06120A

HEX: #06120A
RGB: (6,18,10)

Color info

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

RGB color model

#06120A color RGB value is (6,18,10).

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

RGB channels and saturation

R 6 of 255 = 2%
G 18 of 255 = 7%
B 10 of 255 = 4%

6
18
10

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

Portions of RGB colors in percentages

R + G + B =
6 + 18 + 10 = 34 (100%)
R 6 of 34 ~ 17.65%
G 18 of 34 ~ 52.94%
B 10 of 34 ~ 29.41%

%17.65
%52.94
%29.41

CMYK color model

#06120A color CMYK value is (67,0,44,93).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 92.94%
CMYK:
(67,0,44,93)
C67M0Y44K93 
(67%,0%,44%,93%)
(0.67/0.00/0.44/0.93)	

CMYK percentages

%66.67
%0
%44.44
%92.94

Codes

Color #06120A in popluar color models

06120A
RGB61810
HSL140°50.00%4.71%
HSB/HSV140°66.67%7.06%
CMYK66.67%0.00%44.44%
92.94%

Color #06120A in popluar number systems.

HEX06120A
Decimal61810
Binary110100101010
Octal62212

Shades and tints

Shades of #06120A

#06120A
(6,18,10)
#06110A
(6,17,10)
#06100A
(6,16,10)
#060F0A
(6,15,10)
#060E0A
(6,14,10)
#060D0A
(6,13,10)
#060C0A
(6,12,10)
#060B0A
(6,11,10)
#060A0A
(6,10,10)
#06090A
(6,9,10)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #06120A

#06120A
(6,18,10)
#1C2720
(28,39,32)
#323C36
(50,60,54)
#48514C
(72,81,76)
#5E6662
(94,102,98)
#747B78
(116,123,120)
#8A908E
(138,144,142)
#A0A5A4
(160,165,164)
#B6BABA
(182,186,186)
#CCCFD0
(204,207,208)
#E2E4E6
(226,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06120A; }

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

This text font color is #06120A.


Background Color

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

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

This div background color is #06120A.


Border color

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

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

This div border color is #06120A.


Opacity

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

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

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

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

This text has shadow with #06120A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06120A on black background.


Color preview on white background

This text has color #06120A on white background.



Black color preview on #06120A background

This text has black color on #06120A background.


White color preview on #06120A background

This text has white color on #06120A background.