COLOR #602E5A

HEX: #602E5A RGB: (96,46,90)

Color info

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

RGB color model

#602E5A color RGB value is (96,46,90).

RGB: (96,46,90) (38%, 18%, 35%)

RGB channels and saturation

R 96 of 255 = 38%
G 46 of 255 = 18%
B 90 of 255 = 35%

96
46
90

R + G + B ~ 30%. #602E5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 46 + 90 = 232 (100%)
R 96 of 232 ~ 41.38%
G 46 of 232 ~ 19.83%
B 90 of 232 ~ 38.79'%

%41.38
%19.83
%38.79

CMYK color model

#602E5A color CMYK value is (0,52,6,62).

  • cyan value is 0.00%
  • magenta value is 52.08%
  • yellow value is 6.25%
  • key color value is 62.35%

CMYK: (0,52,6,62)
C0M52Y6K62 (0%, 52%, 6%, 62%)
(0.00 / 0.52 / 0.06 / 0.62)

CMYK percentages

%0
%52.08
%6.25
%62.35

Codes

Color #602E5A in popluar color models

60 2E 5A
RGB 96 46 90
HSL 307° 35.21% 27.84%
HSB/HSV 307° 52.08% 37.65%
CMYK 0.00% 52.08% 6.25%
62.35%

Color #602E5A in popluar number systems.

HEX 60 2E 5A
Decimal 96 46 90
Binary 1100000 101110 1011010
Octal 140 56 132

Shades and tints

Shades of #602E5A

#602E5A
(96,46,90)
#582A52
(88,42,82)
#50264A
(80,38,74)
#482242
(72,34,66)
#401E3A
(64,30,58)
#381A32
(56,26,50)
#30162A
(48,22,42)
#281222
(40,18,34)
#200E1A
(32,14,26)
#180A12
(24,10,18)
#10060A
(16,6,10)
#000000
(0,0,0)

Tints of #602E5A

#602E5A
(96,46,90)
#6E4169
(110,65,105)
#7C5478
(124,84,120)
#8A6787
(138,103,135)
#987A96
(152,122,150)
#A68DA5
(166,141,165)
#B4A0B4
(180,160,180)
#C2B3C3
(194,179,195)
#D0C6D2
(208,198,210)
#DED9E1
(222,217,225)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #602E5A color. Also use rgb(96,46,90) instead hex code.

Text Font Color

.myTextColor { color: #602E5A; }

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

This text font color is #602E5A.

Background Color

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

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

This div background color is #602E5A.

Border color

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

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

This div border color is #602E5A.

Opacity

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

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

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

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

This text has shadow with #602E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #602E5A.

Preview

Color preview on black background

This text has color #602E5A on black background.


Color preview on white background

This text has color #602E5A on white background.


Black color preview on #602E5A background

This text has black color on #602E5A background.


White color preview on #602E5A background

This text has white color on #602E5A background.


Related colors

Complementary color

Complementary color for #hex is #9FD1A5.


I love getcolorcode.com

Triadic colors

1 #5A602E and #2E5A60 with #602E5A are triadic colors.

2 #5A2E60 and #2E605A with #602E5A are triadic colors.