COLOR #061319

HEX: #061319
RGB: (6,19,25)

Color info

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

RGB color model

#061319 color RGB value is (6,19,25).

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

RGB channels and saturation

R 6 of 255 = 2%
G 19 of 255 = 7%
B 25 of 255 = 10%

6
19
25

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

Portions of RGB colors in percentages

R + G + B =
6 + 19 + 25 = 50 (100%)
R 6 of 50 ~ 12%
G 19 of 50 ~ 38%
B 25 of 50 ~ 50%

%12
%38
%50

CMYK color model

#061319 color CMYK value is (76,24,0,90).

  • cyan value is 76.00%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(76,24,0,90)
C76M24Y0K90 
(76%,24%,0%,90%)
(0.76/0.24/0.00/0.90)	

CMYK percentages

%76
%24
%0
%90.2

Codes

Color #061319 in popluar color models

061319
RGB61925
HSL199°61.29%6.08%
HSB/HSV199°76.00%9.80%
CMYK76.00%24.00%0.00%
90.20%

Color #061319 in popluar number systems.

HEX061319
Decimal61925
Binary1101001111001
Octal62331

Shades and tints

Shades of #061319

#061319
(6,19,25)
#061217
(6,18,23)
#061115
(6,17,21)
#061013
(6,16,19)
#060F11
(6,15,17)
#060E0F
(6,14,15)
#060D0D
(6,13,13)
#060C0B
(6,12,11)
#060B09
(6,11,9)
#060A07
(6,10,7)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #061319

#061319
(6,19,25)
#1C282D
(28,40,45)
#323D41
(50,61,65)
#485255
(72,82,85)
#5E6769
(94,103,105)
#747C7D
(116,124,125)
#8A9191
(138,145,145)
#A0A6A5
(160,166,165)
#B6BBB9
(182,187,185)
#CCD0CD
(204,208,205)
#E2E5E1
(226,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061319; }

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

This text font color is #061319.


Background Color

.myBgColor { background-color: #061319; }

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

This div background color is #061319.


Border color

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

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

This div border color is #061319.


Opacity

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

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

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

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

This text has shadow with #061319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061319 on black background.


Color preview on white background

This text has color #061319 on white background.



Black color preview on #061319 background

This text has black color on #061319 background.


White color preview on #061319 background

This text has white color on #061319 background.