COLOR #602529

HEX: #602529
RGB: (96,37,41)

Color info

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

RGB color model

#602529 color RGB value is (96,37,41).

  • red value is 96;
  • green value is 37;
  • blue value is 41.
RGB:
(96,37,41)
(38%,15%,16%)

RGB channels and saturation

R 96 of 255 = 38%
G 37 of 255 = 15%
B 41 of 255 = 16%

96
37
41

R + G + B ~ 23%. #602529 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 37 + 41 = 174 (100%)
R 96 of 174 ~ 55.17%
G 37 of 174 ~ 21.26%
B 41 of 174 ~ 23.56%

%55.17
%21.26
%23.56

CMYK color model

#602529 color CMYK value is (0,61,57,62).

  • cyan value is 0.00%
  • magenta value is 61.46%
  • yellow value is 57.29%
  • key color value is 62.35%
CMYK:
(0,61,57,62)
C0M61Y57K62 
(0%,61%,57%,62%)
(0.00/0.61/0.57/0.62)	

CMYK percentages

%0
%61.46
%57.29
%62.35

Codes

Color #602529 in popluar color models

602529
RGB963741
HSL356°44.36%26.08%
HSB/HSV356°61.46%37.65%
CMYK0.00%61.46%57.29%
62.35%

Color #602529 in popluar number systems.

HEX602529
Decimal963741
Binary1100000100101101001
Octal1404551

Shades and tints

Shades of #602529

#602529
(96,37,41)
#582226
(88,34,38)
#501F23
(80,31,35)
#481C20
(72,28,32)
#40191D
(64,25,29)
#38161A
(56,22,26)
#301317
(48,19,23)
#281014
(40,16,20)
#200D11
(32,13,17)
#180A0E
(24,10,14)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #602529

#602529
(96,37,41)
#6E383C
(110,56,60)
#7C4B4F
(124,75,79)
#8A5E62
(138,94,98)
#987175
(152,113,117)
#A68488
(166,132,136)
#B4979B
(180,151,155)
#C2AAAE
(194,170,174)
#D0BDC1
(208,189,193)
#DED0D4
(222,208,212)
#ECE3E7
(236,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #602529 color. Also use rgb(96,37,41) instead hex code.

Text Font Color

.myTextColor { color: #602529; }

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

This text font color is #602529.


Background Color

.myBgColor { background-color: #602529; }

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

This div background color is #602529.


Border color

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

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

This div border color is #602529.


Opacity

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

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

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

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

This text has shadow with #602529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602529 on black background.


Color preview on white background

This text has color #602529 on white background.



Black color preview on #602529 background

This text has black color on #602529 background.


White color preview on #602529 background

This text has white color on #602529 background.