COLOR #602B4C

HEX: #602B4C
RGB: (96,43,76)

Color info

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

RGB color model

#602B4C color RGB value is (96,43,76).

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

RGB channels and saturation

R 96 of 255 = 38%
G 43 of 255 = 17%
B 76 of 255 = 30%

96
43
76

R + G + B ~ 28%. #602B4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 43 + 76 = 215 (100%)
R 96 of 215 ~ 44.65%
G 43 of 215 ~ 20%
B 76 of 215 ~ 35.35%

%44.65
%20
%35.35

CMYK color model

#602B4C color CMYK value is (0,55,21,62).

  • cyan value is 0.00%
  • magenta value is 55.21%
  • yellow value is 20.83%
  • key color value is 62.35%
CMYK:
(0,55,21,62)
C0M55Y21K62 
(0%,55%,21%,62%)
(0.00/0.55/0.21/0.62)	

CMYK percentages

%0
%55.21
%20.83
%62.35

Codes

Color #602B4C in popluar color models

602B4C
RGB964376
HSL323°38.13%27.25%
HSB/HSV323°55.21%37.65%
CMYK0.00%55.21%20.83%
62.35%

Color #602B4C in popluar number systems.

HEX602B4C
Decimal964376
Binary11000001010111001100
Octal14053114

Shades and tints

Shades of #602B4C

#602B4C
(96,43,76)
#582846
(88,40,70)
#502540
(80,37,64)
#48223A
(72,34,58)
#401F34
(64,31,52)
#381C2E
(56,28,46)
#301928
(48,25,40)
#281622
(40,22,34)
#20131C
(32,19,28)
#181016
(24,16,22)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #602B4C

#602B4C
(96,43,76)
#6E3E5C
(110,62,92)
#7C516C
(124,81,108)
#8A647C
(138,100,124)
#98778C
(152,119,140)
#A68A9C
(166,138,156)
#B49DAC
(180,157,172)
#C2B0BC
(194,176,188)
#D0C3CC
(208,195,204)
#DED6DC
(222,214,220)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #602B4C; }

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

This text font color is #602B4C.


Background Color

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

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

This div background color is #602B4C.


Border color

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

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

This div border color is #602B4C.


Opacity

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

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

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

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

This text has shadow with #602B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602B4C on black background.


Color preview on white background

This text has color #602B4C on white background.



Black color preview on #602B4C background

This text has black color on #602B4C background.


White color preview on #602B4C background

This text has white color on #602B4C background.