COLOR #06120F

HEX: #06120F
RGB: (6,18,15)

Color info

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

RGB color model

#06120F color RGB value is (6,18,15).

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

RGB channels and saturation

R 6 of 255 = 2%
G 18 of 255 = 7%
B 15 of 255 = 6%

6
18
15

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

Portions of RGB colors in percentages

R + G + B =
6 + 18 + 15 = 39 (100%)
R 6 of 39 ~ 15.38%
G 18 of 39 ~ 46.15%
B 15 of 39 ~ 38.46%

%15.38
%46.15
%38.46

CMYK color model

#06120F color CMYK value is (67,0,17,93).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 92.94%
CMYK:
(67,0,17,93)
C67M0Y17K93 
(67%,0%,17%,93%)
(0.67/0.00/0.17/0.93)	

CMYK percentages

%66.67
%0
%16.67
%92.94

Codes

Color #06120F in popluar color models

06120F
RGB61815
HSL165°50.00%4.71%
HSB/HSV165°66.67%7.06%
CMYK66.67%0.00%16.67%
92.94%

Color #06120F in popluar number systems.

HEX06120F
Decimal61815
Binary110100101111
Octal62217

Shades and tints

Shades of #06120F

#06120F
(6,18,15)
#06110E
(6,17,14)
#06100D
(6,16,13)
#060F0C
(6,15,12)
#060E0B
(6,14,11)
#060D0A
(6,13,10)
#060C09
(6,12,9)
#060B08
(6,11,8)
#060A07
(6,10,7)
#060906
(6,9,6)
#060805
(6,8,5)
#000000
(0,0,0)

Tints of #06120F

#06120F
(6,18,15)
#1C2724
(28,39,36)
#323C39
(50,60,57)
#48514E
(72,81,78)
#5E6663
(94,102,99)
#747B78
(116,123,120)
#8A908D
(138,144,141)
#A0A5A2
(160,165,162)
#B6BAB7
(182,186,183)
#CCCFCC
(204,207,204)
#E2E4E1
(226,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06120F; }

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

This text font color is #06120F.


Background Color

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

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

This div background color is #06120F.


Border color

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

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

This div border color is #06120F.


Opacity

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

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

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

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

This text has shadow with #06120F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06120F on black background.


Color preview on white background

This text has color #06120F on white background.



Black color preview on #06120F background

This text has black color on #06120F background.


White color preview on #06120F background

This text has white color on #06120F background.