COLOR #060D0B

HEX: #060D0B
RGB: (6,13,11)

Color info

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

RGB color model

#060D0B color RGB value is (6,13,11).

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

RGB channels and saturation

R 6 of 255 = 2%
G 13 of 255 = 5%
B 11 of 255 = 4%

6
13
11

R + G + B ~ 4%. #060D0B is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 13 + 11 = 30 (100%)
R 6 of 30 ~ 20%
G 13 of 30 ~ 43.33%
B 11 of 30 ~ 36.67%

%20
%43.33
%36.67

CMYK color model

#060D0B color CMYK value is (54,0,15,95).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 94.90%
CMYK:
(54,0,15,95)
C54M0Y15K95 
(54%,0%,15%,95%)
(0.54/0.00/0.15/0.95)	

CMYK percentages

%53.85
%0
%15.38
%94.9

Codes

Color #060D0B in popluar color models

060D0B
RGB61311
HSL163°36.84%3.73%
HSB/HSV163°53.85%5.10%
CMYK53.85%0.00%15.38%
94.90%

Color #060D0B in popluar number systems.

HEX060D0B
Decimal61311
Binary11011011011
Octal61513

Shades and tints

Shades of #060D0B

#060D0B
(6,13,11)
#060C0A
(6,12,10)
#060B09
(6,11,9)
#060A08
(6,10,8)
#060907
(6,9,7)
#060806
(6,8,6)
#060705
(6,7,5)
#060604
(6,6,4)
#060503
(6,5,3)
#060402
(6,4,2)
#060301
(6,3,1)
#000000
(0,0,0)

Tints of #060D0B

#060D0B
(6,13,11)
#1C2321
(28,35,33)
#323937
(50,57,55)
#484F4D
(72,79,77)
#5E6563
(94,101,99)
#747B79
(116,123,121)
#8A918F
(138,145,143)
#A0A7A5
(160,167,165)
#B6BDBB
(182,189,187)
#CCD3D1
(204,211,209)
#E2E9E7
(226,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #060D0B color. Also use rgb(6,13,11) instead hex code.

Text Font Color

.myTextColor { color: #060D0B; }

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

This text font color is #060D0B.


Background Color

.myBgColor { background-color: #060D0B; }

<div style="background-color:#060D0B">Inner text</div>

This div background color is #060D0B.


Border color

.myBorderColor { border: 1px solid #060D0B; }

<div style="border:3px solid #060D0B">Div</div>

This div border color is #060D0B.


Opacity

.myOpacity80 { color: #060D0B; opacity: 0.8; }

<p style="color:#060D0B;opacity:0.8;">80%</p>

Text with #060D0B 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 #060D0B;}

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

This text has shadow with #060D0B color.

.textShadow {text-shadow: 3px 3px 1px #060D0B, 3px 3px 1px red;}

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

This text has shadow with #060D0B primary color and red secondary color.


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

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

This text has shadow with #060D0B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060D0B on black background.


Color preview on white background

This text has color #060D0B on white background.



Black color preview on #060D0B background

This text has black color on #060D0B background.


White color preview on #060D0B background

This text has white color on #060D0B background.