COLOR #602413

HEX: #602413
RGB: (96,36,19)

Color info

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

RGB color model

#602413 color RGB value is (96,36,19).

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

RGB channels and saturation

R 96 of 255 = 38%
G 36 of 255 = 14%
B 19 of 255 = 7%

96
36
19

R + G + B ~ 20%. #602413 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 36 + 19 = 151 (100%)
R 96 of 151 ~ 63.58%
G 36 of 151 ~ 23.84%
B 19 of 151 ~ 12.58%

%63.58
%23.84
%12.58

CMYK color model

#602413 color CMYK value is (0,63,80,62).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 80.21%
  • key color value is 62.35%
CMYK:
(0,63,80,62)
C0M63Y80K62 
(0%,63%,80%,62%)
(0.00/0.63/0.80/0.62)	

CMYK percentages

%0
%62.5
%80.21
%62.35

Codes

Color #602413 in popluar color models

602413
RGB963619
HSL13°66.96%22.55%
HSB/HSV13°80.21%37.65%
CMYK0.00%62.50%80.21%
62.35%

Color #602413 in popluar number systems.

HEX602413
Decimal963619
Binary110000010010010011
Octal1404423

Shades and tints

Shades of #602413

#602413
(96,36,19)
#582112
(88,33,18)
#501E11
(80,30,17)
#481B10
(72,27,16)
#40180F
(64,24,15)
#38150E
(56,21,14)
#30120D
(48,18,13)
#280F0C
(40,15,12)
#200C0B
(32,12,11)
#18090A
(24,9,10)
#100609
(16,6,9)
#000000
(0,0,0)

Tints of #602413

#602413
(96,36,19)
#6E3728
(110,55,40)
#7C4A3D
(124,74,61)
#8A5D52
(138,93,82)
#987067
(152,112,103)
#A6837C
(166,131,124)
#B49691
(180,150,145)
#C2A9A6
(194,169,166)
#D0BCBB
(208,188,187)
#DECFD0
(222,207,208)
#ECE2E5
(236,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #602413; }

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

This text font color is #602413.


Background Color

.myBgColor { background-color: #602413; }

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

This div background color is #602413.


Border color

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

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

This div border color is #602413.


Opacity

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

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

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

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

This text has shadow with #602413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602413 on black background.


Color preview on white background

This text has color #602413 on white background.



Black color preview on #602413 background

This text has black color on #602413 background.


White color preview on #602413 background

This text has white color on #602413 background.