COLOR #602839

HEX: #602839
RGB: (96,40,57)

Color info

#602839 contains red, green and blue colors in about the same proportion. Web safe color of #602839 is #663333 (or #633).

RGB color model

#602839 color RGB value is (96,40,57).

  • red value is 96;
  • green value is 40;
  • blue value is 57.
RGB:
(96,40,57)
(38%,16%,22%)

RGB channels and saturation

R 96 of 255 = 38%
G 40 of 255 = 16%
B 57 of 255 = 22%

96
40
57

R + G + B ~ 25%. #602839 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 40 + 57 = 193 (100%)
R 96 of 193 ~ 49.74%
G 40 of 193 ~ 20.73%
B 57 of 193 ~ 29.53%

%49.74
%20.73
%29.53

CMYK color model

#602839 color CMYK value is (0,58,41,62).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 40.63%
  • key color value is 62.35%
CMYK:
(0,58,41,62)
C0M58Y41K62 
(0%,58%,41%,62%)
(0.00/0.58/0.41/0.62)	

CMYK percentages

%0
%58.33
%40.63
%62.35

Codes

Color #602839 in popluar color models

602839
RGB964057
HSL342°41.18%26.67%
HSB/HSV342°58.33%37.65%
CMYK0.00%58.33%40.63%
62.35%

Color #602839 in popluar number systems.

HEX602839
Decimal964057
Binary1100000101000111001
Octal1405071

Shades and tints

Shades of #602839

#602839
(96,40,57)
#582534
(88,37,52)
#50222F
(80,34,47)
#481F2A
(72,31,42)
#401C25
(64,28,37)
#381920
(56,25,32)
#30161B
(48,22,27)
#281316
(40,19,22)
#201011
(32,16,17)
#180D0C
(24,13,12)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #602839

#602839
(96,40,57)
#6E3B4B
(110,59,75)
#7C4E5D
(124,78,93)
#8A616F
(138,97,111)
#987481
(152,116,129)
#A68793
(166,135,147)
#B49AA5
(180,154,165)
#C2ADB7
(194,173,183)
#D0C0C9
(208,192,201)
#DED3DB
(222,211,219)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #602839 color. Also use rgb(96,40,57) instead hex code.

Text Font Color

.myTextColor { color: #602839; }

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

This text font color is #602839.


Background Color

.myBgColor { background-color: #602839; }

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

This div background color is #602839.


Border color

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

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

This div border color is #602839.


Opacity

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

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

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

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

This text has shadow with #602839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602839 on black background.


Color preview on white background

This text has color #602839 on white background.



Black color preview on #602839 background

This text has black color on #602839 background.


White color preview on #602839 background

This text has white color on #602839 background.