COLOR #060D13

HEX: #060D13
RGB: (6,13,19)

Color info

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

RGB color model

#060D13 color RGB value is (6,13,19).

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

RGB channels and saturation

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

6
13
19

R + G + B ~ 5%. #060D13 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 13 + 19 = 38 (100%)
R 6 of 38 ~ 15.79%
G 13 of 38 ~ 34.21%
B 19 of 38 ~ 50%

%15.79
%34.21
%50

CMYK color model

#060D13 color CMYK value is (68,32,0,93).

  • cyan value is 68.42%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(68,32,0,93)
C68M32Y0K93 
(68%,32%,0%,93%)
(0.68/0.32/0.00/0.93)	

CMYK percentages

%68.42
%31.58
%0
%92.55

Codes

Color #060D13 in popluar color models

060D13
RGB61319
HSL208°52.00%4.90%
HSB/HSV208°68.42%7.45%
CMYK68.42%31.58%0.00%
92.55%

Color #060D13 in popluar number systems.

HEX060D13
Decimal61319
Binary110110110011
Octal61523

Shades and tints

Shades of #060D13

#060D13
(6,13,19)
#060C12
(6,12,18)
#060B11
(6,11,17)
#060A10
(6,10,16)
#06090F
(6,9,15)
#06080E
(6,8,14)
#06070D
(6,7,13)
#06060C
(6,6,12)
#06050B
(6,5,11)
#06040A
(6,4,10)
#060309
(6,3,9)
#000000
(0,0,0)

Tints of #060D13

#060D13
(6,13,19)
#1C2328
(28,35,40)
#32393D
(50,57,61)
#484F52
(72,79,82)
#5E6567
(94,101,103)
#747B7C
(116,123,124)
#8A9191
(138,145,145)
#A0A7A6
(160,167,166)
#B6BDBB
(182,189,187)
#CCD3D0
(204,211,208)
#E2E9E5
(226,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060D13; }

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

This text font color is #060D13.


Background Color

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

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

This div background color is #060D13.


Border color

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

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

This div border color is #060D13.


Opacity

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

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

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

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

This text has shadow with #060D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060D13 on black background.


Color preview on white background

This text has color #060D13 on white background.



Black color preview on #060D13 background

This text has black color on #060D13 background.


White color preview on #060D13 background

This text has white color on #060D13 background.