COLOR #060420

HEX: #060420
RGB: (6,4,32)

Color info

#060420 contains red, green and blue colors in about the same proportion. Web safe color of #060420 is #000033 (or #003).

RGB color model

#060420 color RGB value is (6,4,32).

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

RGB channels and saturation

R 6 of 255 = 2%
G 4 of 255 = 2%
B 32 of 255 = 13%

6
4
32

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

Portions of RGB colors in percentages

R + G + B =
6 + 4 + 32 = 42 (100%)
R 6 of 42 ~ 14.29%
G 4 of 42 ~ 9.52%
B 32 of 42 ~ 76.19%

%14.29
%9.52
%76.19

CMYK color model

#060420 color CMYK value is (81,88,0,87).

  • cyan value is 81.25%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(81,88,0,87)
C81M88Y0K87 
(81%,88%,0%,87%)
(0.81/0.88/0.00/0.87)	

CMYK percentages

%81.25
%87.5
%0
%87.45

Codes

Color #060420 in popluar color models

060420
RGB6432
HSL244°77.78%7.06%
HSB/HSV244°87.50%12.55%
CMYK81.25%87.50%0.00%
87.45%

Color #060420 in popluar number systems.

HEX060420
Decimal6432
Binary110100100000
Octal6440

Shades and tints

Shades of #060420

#060420
(6,4,32)
#06041E
(6,4,30)
#06041C
(6,4,28)
#06041A
(6,4,26)
#060418
(6,4,24)
#060416
(6,4,22)
#060414
(6,4,20)
#060412
(6,4,18)
#060410
(6,4,16)
#06040E
(6,4,14)
#06040C
(6,4,12)
#000000
(0,0,0)

Tints of #060420

#060420
(6,4,32)
#1C1A34
(28,26,52)
#323048
(50,48,72)
#48465C
(72,70,92)
#5E5C70
(94,92,112)
#747284
(116,114,132)
#8A8898
(138,136,152)
#A09EAC
(160,158,172)
#B6B4C0
(182,180,192)
#CCCAD4
(204,202,212)
#E2E0E8
(226,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #060420; }

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

This text font color is #060420.


Background Color

.myBgColor { background-color: #060420; }

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

This div background color is #060420.


Border color

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

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

This div border color is #060420.


Opacity

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

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

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

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

This text has shadow with #060420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #060420 on black background.


Color preview on white background

This text has color #060420 on white background.



Black color preview on #060420 background

This text has black color on #060420 background.


White color preview on #060420 background

This text has white color on #060420 background.