COLOR #061413

HEX: #061413
RGB: (6,20,19)

Color info

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

RGB color model

#061413 color RGB value is (6,20,19).

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

RGB channels and saturation

R 6 of 255 = 2%
G 20 of 255 = 8%
B 19 of 255 = 7%

6
20
19

R + G + B ~ 6%. #061413 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 20 + 19 = 45 (100%)
R 6 of 45 ~ 13.33%
G 20 of 45 ~ 44.44%
B 19 of 45 ~ 42.22%

%13.33
%44.44
%42.22

CMYK color model

#061413 color CMYK value is (70,0,5,92).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 92.16%
CMYK:
(70,0,5,92)
C70M0Y5K92 
(70%,0%,5%,92%)
(0.70/0.00/0.05/0.92)	

CMYK percentages

%70
%0
%5
%92.16

Codes

Color #061413 in popluar color models

061413
RGB62019
HSL176°53.85%5.10%
HSB/HSV176°70.00%7.84%
CMYK70.00%0.00%5.00%
92.16%

Color #061413 in popluar number systems.

HEX061413
Decimal62019
Binary1101010010011
Octal62423

Shades and tints

Shades of #061413

#061413
(6,20,19)
#061312
(6,19,18)
#061211
(6,18,17)
#061110
(6,17,16)
#06100F
(6,16,15)
#060F0E
(6,15,14)
#060E0D
(6,14,13)
#060D0C
(6,13,12)
#060C0B
(6,12,11)
#060B0A
(6,11,10)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #061413

#061413
(6,20,19)
#1C2928
(28,41,40)
#323E3D
(50,62,61)
#485352
(72,83,82)
#5E6867
(94,104,103)
#747D7C
(116,125,124)
#8A9291
(138,146,145)
#A0A7A6
(160,167,166)
#B6BCBB
(182,188,187)
#CCD1D0
(204,209,208)
#E2E6E5
(226,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061413; }

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

This text font color is #061413.


Background Color

.myBgColor { background-color: #061413; }

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

This div background color is #061413.


Border color

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

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

This div border color is #061413.


Opacity

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

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

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

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

This text has shadow with #061413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061413 on black background.


Color preview on white background

This text has color #061413 on white background.



Black color preview on #061413 background

This text has black color on #061413 background.


White color preview on #061413 background

This text has white color on #061413 background.