COLOR #600420

HEX: #600420
RGB: (96,4,32)

Color info

#600420 contains mainly red color. Web safe color of #600420 is #660033 (or #603).

RGB color model

#600420 color RGB value is (96,4,32).

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

RGB channels and saturation

R 96 of 255 = 38%
G 4 of 255 = 2%
B 32 of 255 = 13%

96
4
32

R + G + B ~ 18%. #600420 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 4 + 32 = 132 (100%)
R 96 of 132 ~ 72.73%
G 4 of 132 ~ 3.03%
B 32 of 132 ~ 24.24%

%72.73
%24.24

CMYK color model

#600420 color CMYK value is (0,96,67,62).

  • cyan value is 0.00%
  • magenta value is 95.83%
  • yellow value is 66.67%
  • key color value is 62.35%
CMYK:
(0,96,67,62)
C0M96Y67K62 
(0%,96%,67%,62%)
(0.00/0.96/0.67/0.62)	

CMYK percentages

%0
%95.83
%66.67
%62.35

Codes

Color #600420 in popluar color models

600420
RGB96432
HSL342°92.00%19.61%
HSB/HSV342°95.83%37.65%
CMYK0.00%95.83%66.67%
62.35%

Color #600420 in popluar number systems.

HEX600420
Decimal96432
Binary1100000100100000
Octal140440

Shades and tints

Shades of #600420

#600420
(96,4,32)
#58041E
(88,4,30)
#50041C
(80,4,28)
#48041A
(72,4,26)
#400418
(64,4,24)
#380416
(56,4,22)
#300414
(48,4,20)
#280412
(40,4,18)
#200410
(32,4,16)
#18040E
(24,4,14)
#10040C
(16,4,12)
#000000
(0,0,0)

Tints of #600420

#600420
(96,4,32)
#6E1A34
(110,26,52)
#7C3048
(124,48,72)
#8A465C
(138,70,92)
#985C70
(152,92,112)
#A67284
(166,114,132)
#B48898
(180,136,152)
#C29EAC
(194,158,172)
#D0B4C0
(208,180,192)
#DECAD4
(222,202,212)
#ECE0E8
(236,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #600420; }

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

This text font color is #600420.


Background Color

.myBgColor { background-color: #600420; }

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

This div background color is #600420.


Border color

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

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

This div border color is #600420.


Opacity

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

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

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

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

This text has shadow with #600420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600420 on black background.


Color preview on white background

This text has color #600420 on white background.



Black color preview on #600420 background

This text has black color on #600420 background.


White color preview on #600420 background

This text has white color on #600420 background.