COLOR #602A35

HEX: #602A35
RGB: (96,42,53)

Color info

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

RGB color model

#602A35 color RGB value is (96,42,53).

  • red value is 96;
  • green value is 42;
  • blue value is 53.
RGB:
(96,42,53)
(38%,16%,21%)

RGB channels and saturation

R 96 of 255 = 38%
G 42 of 255 = 16%
B 53 of 255 = 21%

96
42
53

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

Portions of RGB colors in percentages

R + G + B =
96 + 42 + 53 = 191 (100%)
R 96 of 191 ~ 50.26%
G 42 of 191 ~ 21.99%
B 53 of 191 ~ 27.75%

%50.26
%21.99
%27.75

CMYK color model

#602A35 color CMYK value is (0,56,45,62).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 44.79%
  • key color value is 62.35%
CMYK:
(0,56,45,62)
C0M56Y45K62 
(0%,56%,45%,62%)
(0.00/0.56/0.45/0.62)	

CMYK percentages

%0
%56.25
%44.79
%62.35

Codes

Color #602A35 in popluar color models

602A35
RGB964253
HSL348°39.13%27.06%
HSB/HSV348°56.25%37.65%
CMYK0.00%56.25%44.79%
62.35%

Color #602A35 in popluar number systems.

HEX602A35
Decimal964253
Binary1100000101010110101
Octal1405265

Shades and tints

Shades of #602A35

#602A35
(96,42,53)
#582731
(88,39,49)
#50242D
(80,36,45)
#482129
(72,33,41)
#401E25
(64,30,37)
#381B21
(56,27,33)
#30181D
(48,24,29)
#281519
(40,21,25)
#201215
(32,18,21)
#180F11
(24,15,17)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #602A35

#602A35
(96,42,53)
#6E3D47
(110,61,71)
#7C5059
(124,80,89)
#8A636B
(138,99,107)
#98767D
(152,118,125)
#A6898F
(166,137,143)
#B49CA1
(180,156,161)
#C2AFB3
(194,175,179)
#D0C2C5
(208,194,197)
#DED5D7
(222,213,215)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #602A35 color. Also use rgb(96,42,53) instead hex code.

Text Font Color

.myTextColor { color: #602A35; }

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

This text font color is #602A35.


Background Color

.myBgColor { background-color: #602A35; }

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

This div background color is #602A35.


Border color

.myBorderColor { border: 1px solid #602A35; }

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

This div border color is #602A35.


Opacity

.myOpacity80 { color: #602A35; opacity: 0.8; }

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

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

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

This text has shadow with #602A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602A35 on black background.


Color preview on white background

This text has color #602A35 on white background.



Black color preview on #602A35 background

This text has black color on #602A35 background.


White color preview on #602A35 background

This text has white color on #602A35 background.