COLOR #602A4A

HEX: #602A4A
RGB: (96,42,74)

Color info

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

RGB color model

#602A4A color RGB value is (96,42,74).

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

RGB channels and saturation

R 96 of 255 = 38%
G 42 of 255 = 16%
B 74 of 255 = 29%

96
42
74

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

Portions of RGB colors in percentages

R + G + B =
96 + 42 + 74 = 212 (100%)
R 96 of 212 ~ 45.28%
G 42 of 212 ~ 19.81%
B 74 of 212 ~ 34.91%

%45.28
%19.81
%34.91

CMYK color model

#602A4A color CMYK value is (0,56,23,62).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 22.92%
  • key color value is 62.35%
CMYK:
(0,56,23,62)
C0M56Y23K62 
(0%,56%,23%,62%)
(0.00/0.56/0.23/0.62)	

CMYK percentages

%0
%56.25
%22.92
%62.35

Codes

Color #602A4A in popluar color models

602A4A
RGB964274
HSL324°39.13%27.06%
HSB/HSV324°56.25%37.65%
CMYK0.00%56.25%22.92%
62.35%

Color #602A4A in popluar number systems.

HEX602A4A
Decimal964274
Binary11000001010101001010
Octal14052112

Shades and tints

Shades of #602A4A

#602A4A
(96,42,74)
#582744
(88,39,68)
#50243E
(80,36,62)
#482138
(72,33,56)
#401E32
(64,30,50)
#381B2C
(56,27,44)
#301826
(48,24,38)
#281520
(40,21,32)
#20121A
(32,18,26)
#180F14
(24,15,20)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #602A4A

#602A4A
(96,42,74)
#6E3D5A
(110,61,90)
#7C506A
(124,80,106)
#8A637A
(138,99,122)
#98768A
(152,118,138)
#A6899A
(166,137,154)
#B49CAA
(180,156,170)
#C2AFBA
(194,175,186)
#D0C2CA
(208,194,202)
#DED5DA
(222,213,218)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #602A4A; }

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

This text font color is #602A4A.


Background Color

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

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

This div background color is #602A4A.


Border color

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

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

This div border color is #602A4A.


Opacity

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

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

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

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

This text has shadow with #602A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602A4A on black background.


Color preview on white background

This text has color #602A4A on white background.



Black color preview on #602A4A background

This text has black color on #602A4A background.


White color preview on #602A4A background

This text has white color on #602A4A background.