COLOR #602B55

HEX: #602B55
RGB: (96,43,85)

Color info

#602B55 contains red, green and blue colors in about the same proportion. Web safe color of #602B55 is #663366 (or #636).

RGB color model

#602B55 color RGB value is (96,43,85).

  • red value is 96;
  • green value is 43;
  • blue value is 85.
RGB:
(96,43,85)
(38%,17%,33%)

RGB channels and saturation

R 96 of 255 = 38%
G 43 of 255 = 17%
B 85 of 255 = 33%

96
43
85

R + G + B ~ 29%. #602B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 43 + 85 = 224 (100%)
R 96 of 224 ~ 42.86%
G 43 of 224 ~ 19.2%
B 85 of 224 ~ 37.95%

%42.86
%19.2
%37.95

CMYK color model

#602B55 color CMYK value is (0,55,11,62).

  • cyan value is 0.00%
  • magenta value is 55.21%
  • yellow value is 11.46%
  • key color value is 62.35%
CMYK:
(0,55,11,62)
C0M55Y11K62 
(0%,55%,11%,62%)
(0.00/0.55/0.11/0.62)	

CMYK percentages

%0
%55.21
%11.46
%62.35

Codes

Color #602B55 in popluar color models

602B55
RGB964385
HSL312°38.13%27.25%
HSB/HSV312°55.21%37.65%
CMYK0.00%55.21%11.46%
62.35%

Color #602B55 in popluar number systems.

HEX602B55
Decimal964385
Binary11000001010111010101
Octal14053125

Shades and tints

Shades of #602B55

#602B55
(96,43,85)
#58284E
(88,40,78)
#502547
(80,37,71)
#482240
(72,34,64)
#401F39
(64,31,57)
#381C32
(56,28,50)
#30192B
(48,25,43)
#281624
(40,22,36)
#20131D
(32,19,29)
#181016
(24,16,22)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #602B55

#602B55
(96,43,85)
#6E3E64
(110,62,100)
#7C5173
(124,81,115)
#8A6482
(138,100,130)
#987791
(152,119,145)
#A68AA0
(166,138,160)
#B49DAF
(180,157,175)
#C2B0BE
(194,176,190)
#D0C3CD
(208,195,205)
#DED6DC
(222,214,220)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #602B55 color. Also use rgb(96,43,85) instead hex code.

Text Font Color

.myTextColor { color: #602B55; }

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

This text font color is #602B55.


Background Color

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

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

This div background color is #602B55.


Border color

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

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

This div border color is #602B55.


Opacity

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

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

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

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

This text has shadow with #602B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602B55 on black background.


Color preview on white background

This text has color #602B55 on white background.



Black color preview on #602B55 background

This text has black color on #602B55 background.


White color preview on #602B55 background

This text has white color on #602B55 background.