COLOR #062019

HEX: #062019
RGB: (6,32,25)

Color info

#062019 contains red, green and blue colors in about the same proportion. Web safe color of #062019 is #003300 (or #030).

RGB color model

#062019 color RGB value is (6,32,25).

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

RGB channels and saturation

R 6 of 255 = 2%
G 32 of 255 = 13%
B 25 of 255 = 10%

6
32
25

R + G + B ~ 8%. #062019 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 32 + 25 = 63 (100%)
R 6 of 63 ~ 9.52%
G 32 of 63 ~ 50.79%
B 25 of 63 ~ 39.68%

%9.52
%50.79
%39.68

CMYK color model

#062019 color CMYK value is (81,0,22,87).

  • cyan value is 81.25%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 87.45%
CMYK:
(81,0,22,87)
C81M0Y22K87 
(81%,0%,22%,87%)
(0.81/0.00/0.22/0.87)	

CMYK percentages

%81.25
%0
%21.88
%87.45

Codes

Color #062019 in popluar color models

062019
RGB63225
HSL164°68.42%7.45%
HSB/HSV164°81.25%12.55%
CMYK81.25%0.00%21.88%
87.45%

Color #062019 in popluar number systems.

HEX062019
Decimal63225
Binary11010000011001
Octal64031

Shades and tints

Shades of #062019

#062019
(6,32,25)
#061E17
(6,30,23)
#061C15
(6,28,21)
#061A13
(6,26,19)
#061811
(6,24,17)
#06160F
(6,22,15)
#06140D
(6,20,13)
#06120B
(6,18,11)
#061009
(6,16,9)
#060E07
(6,14,7)
#060C05
(6,12,5)
#000000
(0,0,0)

Tints of #062019

#062019
(6,32,25)
#1C342D
(28,52,45)
#324841
(50,72,65)
#485C55
(72,92,85)
#5E7069
(94,112,105)
#74847D
(116,132,125)
#8A9891
(138,152,145)
#A0ACA5
(160,172,165)
#B6C0B9
(182,192,185)
#CCD4CD
(204,212,205)
#E2E8E1
(226,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062019; }

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

This text font color is #062019.


Background Color

.myBgColor { background-color: #062019; }

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

This div background color is #062019.


Border color

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

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

This div border color is #062019.


Opacity

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

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

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

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

This text has shadow with #062019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062019 on black background.


Color preview on white background

This text has color #062019 on white background.



Black color preview on #062019 background

This text has black color on #062019 background.


White color preview on #062019 background

This text has white color on #062019 background.