COLOR #602409

HEX: #602409
RGB: (96,36,9)

Color info

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

RGB color model

#602409 color RGB value is (96,36,9).

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

RGB channels and saturation

R 96 of 255 = 38%
G 36 of 255 = 14%
B 9 of 255 = 4%

96
36
9

R + G + B ~ 19%. #602409 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 36 + 9 = 141 (100%)
R 96 of 141 ~ 68.09%
G 36 of 141 ~ 25.53%
B 9 of 141 ~ 6.38%

%68.09
%25.53

CMYK color model

#602409 color CMYK value is (0,63,91,62).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 90.63%
  • key color value is 62.35%
CMYK:
(0,63,91,62)
C0M63Y91K62 
(0%,63%,91%,62%)
(0.00/0.63/0.91/0.62)	

CMYK percentages

%0
%62.5
%90.63
%62.35

Codes

Color #602409 in popluar color models

602409
RGB96369
HSL19°82.86%20.59%
HSB/HSV19°90.63%37.65%
CMYK0.00%62.50%90.63%
62.35%

Color #602409 in popluar number systems.

HEX602409
Decimal96369
Binary11000001001001001
Octal1404411

Shades and tints

Shades of #602409

#602409
(96,36,9)
#582109
(88,33,9)
#501E09
(80,30,9)
#481B09
(72,27,9)
#401809
(64,24,9)
#381509
(56,21,9)
#301209
(48,18,9)
#280F09
(40,15,9)
#200C09
(32,12,9)
#180909
(24,9,9)
#100609
(16,6,9)
#000000
(0,0,0)

Tints of #602409

#602409
(96,36,9)
#6E371F
(110,55,31)
#7C4A35
(124,74,53)
#8A5D4B
(138,93,75)
#987061
(152,112,97)
#A68377
(166,131,119)
#B4968D
(180,150,141)
#C2A9A3
(194,169,163)
#D0BCB9
(208,188,185)
#DECFCF
(222,207,207)
#ECE2E5
(236,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #602409; }

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

This text font color is #602409.


Background Color

.myBgColor { background-color: #602409; }

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

This div background color is #602409.


Border color

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

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

This div border color is #602409.


Opacity

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

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

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

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

This text has shadow with #602409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602409 on black background.


Color preview on white background

This text has color #602409 on white background.



Black color preview on #602409 background

This text has black color on #602409 background.


White color preview on #602409 background

This text has white color on #602409 background.