COLOR #06110D

HEX: #06110D
RGB: (6,17,13)

Color info

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

RGB color model

#06110D color RGB value is (6,17,13).

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

RGB channels and saturation

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

6
17
13

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

Portions of RGB colors in percentages

R + G + B =
6 + 17 + 13 = 36 (100%)
R 6 of 36 ~ 16.67%
G 17 of 36 ~ 47.22%
B 13 of 36 ~ 36.11%

%16.67
%47.22
%36.11

CMYK color model

#06110D color CMYK value is (65,0,24,93).

  • cyan value is 64.71%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 93.33%
CMYK:
(65,0,24,93)
C65M0Y24K93 
(65%,0%,24%,93%)
(0.65/0.00/0.24/0.93)	

CMYK percentages

%64.71
%0
%23.53
%93.33

Codes

Color #06110D in popluar color models

06110D
RGB61713
HSL158°47.83%4.51%
HSB/HSV158°64.71%6.67%
CMYK64.71%0.00%23.53%
93.33%

Color #06110D in popluar number systems.

HEX06110D
Decimal61713
Binary110100011101
Octal62115

Shades and tints

Shades of #06110D

#06110D
(6,17,13)
#06100C
(6,16,12)
#060F0B
(6,15,11)
#060E0A
(6,14,10)
#060D09
(6,13,9)
#060C08
(6,12,8)
#060B07
(6,11,7)
#060A06
(6,10,6)
#060905
(6,9,5)
#060804
(6,8,4)
#060703
(6,7,3)
#000000
(0,0,0)

Tints of #06110D

#06110D
(6,17,13)
#1C2623
(28,38,35)
#323B39
(50,59,57)
#48504F
(72,80,79)
#5E6565
(94,101,101)
#747A7B
(116,122,123)
#8A8F91
(138,143,145)
#A0A4A7
(160,164,167)
#B6B9BD
(182,185,189)
#CCCED3
(204,206,211)
#E2E3E9
(226,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06110D; }

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

This text font color is #06110D.


Background Color

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

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

This div background color is #06110D.


Border color

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

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

This div border color is #06110D.


Opacity

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

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

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

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

This text has shadow with #06110D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06110D on black background.


Color preview on white background

This text has color #06110D on white background.



Black color preview on #06110D background

This text has black color on #06110D background.


White color preview on #06110D background

This text has white color on #06110D background.