COLOR #060413

HEX: #060413
RGB: (6,4,19)

Color info

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

RGB color model

#060413 color RGB value is (6,4,19).

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

RGB channels and saturation

R 6 of 255 = 2%
G 4 of 255 = 2%
B 19 of 255 = 7%

6
4
19

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

Portions of RGB colors in percentages

R + G + B =
6 + 4 + 19 = 29 (100%)
R 6 of 29 ~ 20.69%
G 4 of 29 ~ 13.79%
B 19 of 29 ~ 65.52%

%20.69
%13.79
%65.52

CMYK color model

#060413 color CMYK value is (68,79,0,93).

  • cyan value is 68.42%
  • magenta value is 78.95%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(68,79,0,93)
C68M79Y0K93 
(68%,79%,0%,93%)
(0.68/0.79/0.00/0.93)	

CMYK percentages

%68.42
%78.95
%0
%92.55

Codes

Color #060413 in popluar color models

060413
RGB6419
HSL248°65.22%4.51%
HSB/HSV248°78.95%7.45%
CMYK68.42%78.95%0.00%
92.55%

Color #060413 in popluar number systems.

HEX060413
Decimal6419
Binary11010010011
Octal6423

Shades and tints

Shades of #060413

#060413
(6,4,19)
#060412
(6,4,18)
#060411
(6,4,17)
#060410
(6,4,16)
#06040F
(6,4,15)
#06040E
(6,4,14)
#06040D
(6,4,13)
#06040C
(6,4,12)
#06040B
(6,4,11)
#06040A
(6,4,10)
#060409
(6,4,9)
#000000
(0,0,0)

Tints of #060413

#060413
(6,4,19)
#1C1A28
(28,26,40)
#32303D
(50,48,61)
#484652
(72,70,82)
#5E5C67
(94,92,103)
#74727C
(116,114,124)
#8A8891
(138,136,145)
#A09EA6
(160,158,166)
#B6B4BB
(182,180,187)
#CCCAD0
(204,202,208)
#E2E0E5
(226,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060413; }

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

This text font color is #060413.


Background Color

.myBgColor { background-color: #060413; }

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

This div background color is #060413.


Border color

.myBorderColor { border: 1px solid #060413; }

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

This div border color is #060413.


Opacity

.myOpacity80 { color: #060413; opacity: 0.8; }

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

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

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

This text has shadow with #060413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060413 on black background.


Color preview on white background

This text has color #060413 on white background.



Black color preview on #060413 background

This text has black color on #060413 background.


White color preview on #060413 background

This text has white color on #060413 background.