COLOR #06110E

HEX: #06110E
RGB: (6,17,14)

Color info

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

RGB color model

#06110E color RGB value is (6,17,14).

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

RGB channels and saturation

R 6 of 255 = 2%
G 17 of 255 = 7%
B 14 of 255 = 5%

6
17
14

R + G + B ~ 5%. #06110E is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 17 + 14 = 37 (100%)
R 6 of 37 ~ 16.22%
G 17 of 37 ~ 45.95%
B 14 of 37 ~ 37.84%

%16.22
%45.95
%37.84

CMYK color model

#06110E color CMYK value is (65,0,18,93).

  • cyan value is 64.71%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 93.33%
CMYK:
(65,0,18,93)
C65M0Y18K93 
(65%,0%,18%,93%)
(0.65/0.00/0.18/0.93)	

CMYK percentages

%64.71
%0
%17.65
%93.33

Codes

Color #06110E in popluar color models

06110E
RGB61714
HSL164°47.83%4.51%
HSB/HSV164°64.71%6.67%
CMYK64.71%0.00%17.65%
93.33%

Color #06110E in popluar number systems.

HEX06110E
Decimal61714
Binary110100011110
Octal62116

Shades and tints

Shades of #06110E

#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)
#060704
(6,7,4)
#000000
(0,0,0)

Tints of #06110E

#06110E
(6,17,14)
#1C2623
(28,38,35)
#323B38
(50,59,56)
#48504D
(72,80,77)
#5E6562
(94,101,98)
#747A77
(116,122,119)
#8A8F8C
(138,143,140)
#A0A4A1
(160,164,161)
#B6B9B6
(182,185,182)
#CCCECB
(204,206,203)
#E2E3E0
(226,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06110E color. Also use rgb(6,17,14) instead hex code.

Text Font Color

.myTextColor { color: #06110E; }

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

This text font color is #06110E.


Background Color

.myBgColor { background-color: #06110E; }

<div style="background-color:#06110E">Inner text</div>

This div background color is #06110E.


Border color

.myBorderColor { border: 1px solid #06110E; }

<div style="border:3px solid #06110E">Div</div>

This div border color is #06110E.


Opacity

.myOpacity80 { color: #06110E; opacity: 0.8; }

<p style="color:#06110E;opacity:0.8;">80%</p>

Text with #06110E 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 #06110E;}

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

This text has shadow with #06110E color.

.textShadow {text-shadow: 3px 3px 1px #06110E, 3px 3px 1px red;}

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

This text has shadow with #06110E primary color and red secondary color.


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

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

This text has shadow with #06110E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06110E on black background.


Color preview on white background

This text has color #06110E on white background.



Black color preview on #06110E background

This text has black color on #06110E background.


White color preview on #06110E background

This text has white color on #06110E background.