COLOR #602419

HEX: #602419
RGB: (96,36,25)

Color info

#602419 contains mainly red color. Web safe color of #602419 is #663300 (or #630).

RGB color model

#602419 color RGB value is (96,36,25).

  • red value is 96;
  • green value is 36;
  • blue value is 25.
RGB:
(96,36,25)
(38%,14%,10%)

RGB channels and saturation

R 96 of 255 = 38%
G 36 of 255 = 14%
B 25 of 255 = 10%

96
36
25

R + G + B ~ 21%. #602419 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 36 + 25 = 157 (100%)
R 96 of 157 ~ 61.15%
G 36 of 157 ~ 22.93%
B 25 of 157 ~ 15.92%

%61.15
%22.93
%15.92

CMYK color model

#602419 color CMYK value is (0,63,74,62).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 73.96%
  • key color value is 62.35%
CMYK:
(0,63,74,62)
C0M63Y74K62 
(0%,63%,74%,62%)
(0.00/0.63/0.74/0.62)	

CMYK percentages

%0
%62.5
%73.96
%62.35

Codes

Color #602419 in popluar color models

602419
RGB963625
HSL58.68%23.73%
HSB/HSV73.96%37.65%
CMYK0.00%62.50%73.96%
62.35%

Color #602419 in popluar number systems.

HEX602419
Decimal963625
Binary110000010010011001
Octal1404431

Shades and tints

Shades of #602419

#602419
(96,36,25)
#582117
(88,33,23)
#501E15
(80,30,21)
#481B13
(72,27,19)
#401811
(64,24,17)
#38150F
(56,21,15)
#30120D
(48,18,13)
#280F0B
(40,15,11)
#200C09
(32,12,9)
#180907
(24,9,7)
#100605
(16,6,5)
#000000
(0,0,0)

Tints of #602419

#602419
(96,36,25)
#6E372D
(110,55,45)
#7C4A41
(124,74,65)
#8A5D55
(138,93,85)
#987069
(152,112,105)
#A6837D
(166,131,125)
#B49691
(180,150,145)
#C2A9A5
(194,169,165)
#D0BCB9
(208,188,185)
#DECFCD
(222,207,205)
#ECE2E1
(236,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #602419 color. Also use rgb(96,36,25) instead hex code.

Text Font Color

.myTextColor { color: #602419; }

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

This text font color is #602419.


Background Color

.myBgColor { background-color: #602419; }

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

This div background color is #602419.


Border color

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

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

This div border color is #602419.


Opacity

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

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

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

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

This text has shadow with #602419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602419 on black background.


Color preview on white background

This text has color #602419 on white background.



Black color preview on #602419 background

This text has black color on #602419 background.


White color preview on #602419 background

This text has white color on #602419 background.