COLOR #603A5D

HEX: #603A5D
RGB: (96,58,93)

Color info

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

RGB color model

#603A5D color RGB value is (96,58,93).

  • red value is 96;
  • green value is 58;
  • blue value is 93.
RGB:
(96,58,93)
(38%,23%,36%)

RGB channels and saturation

R 96 of 255 = 38%
G 58 of 255 = 23%
B 93 of 255 = 36%

96
58
93

R + G + B ~ 32%. #603A5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 58 + 93 = 247 (100%)
R 96 of 247 ~ 38.87%
G 58 of 247 ~ 23.48%
B 93 of 247 ~ 37.65%

%38.87
%23.48
%37.65

CMYK color model

#603A5D color CMYK value is (0,40,3,62).

  • cyan value is 0.00%
  • magenta value is 39.58%
  • yellow value is 3.12%
  • key color value is 62.35%
CMYK:
(0,40,3,62)
C0M40Y3K62 
(0%,40%,3%,62%)
(0.00/0.40/0.03/0.62)	

CMYK percentages

%0
%39.58
%3.12
%62.35

Codes

Color #603A5D in popluar color models

603A5D
RGB965893
HSL305°24.68%30.20%
HSB/HSV305°39.58%37.65%
CMYK0.00%39.58%3.12%
62.35%

Color #603A5D in popluar number systems.

HEX603A5D
Decimal965893
Binary11000001110101011101
Octal14072135

Shades and tints

Shades of #603A5D

#603A5D
(96,58,93)
#583555
(88,53,85)
#50304D
(80,48,77)
#482B45
(72,43,69)
#40263D
(64,38,61)
#382135
(56,33,53)
#301C2D
(48,28,45)
#281725
(40,23,37)
#20121D
(32,18,29)
#180D15
(24,13,21)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #603A5D

#603A5D
(96,58,93)
#6E4B6B
(110,75,107)
#7C5C79
(124,92,121)
#8A6D87
(138,109,135)
#987E95
(152,126,149)
#A68FA3
(166,143,163)
#B4A0B1
(180,160,177)
#C2B1BF
(194,177,191)
#D0C2CD
(208,194,205)
#DED3DB
(222,211,219)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603A5D color. Also use rgb(96,58,93) instead hex code.

Text Font Color

.myTextColor { color: #603A5D; }

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

This text font color is #603A5D.


Background Color

.myBgColor { background-color: #603A5D; }

<div style="background-color:#603A5D">Inner text</div>

This div background color is #603A5D.


Border color

.myBorderColor { border: 1px solid #603A5D; }

<div style="border:3px solid #603A5D">Div</div>

This div border color is #603A5D.


Opacity

.myOpacity80 { color: #603A5D; opacity: 0.8; }

<p style="color:#603A5D;opacity:0.8;">80%</p>

Text with #603A5D 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 #603A5D;}

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

This text has shadow with #603A5D color.

.textShadow {text-shadow: 3px 3px 1px #603A5D, 3px 3px 1px red;}

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

This text has shadow with #603A5D primary color and red secondary color.


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

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

This text has shadow with #603A5D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603A5D on black background.


Color preview on white background

This text has color #603A5D on white background.



Black color preview on #603A5D background

This text has black color on #603A5D background.


White color preview on #603A5D background

This text has white color on #603A5D background.