COLOR #603C60

HEX: #603C60
RGB: (96,60,96)

Color info

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

RGB color model

#603C60 color RGB value is (96,60,96).

  • red value is 96;
  • green value is 60;
  • blue value is 96.
RGB:
(96,60,96)
(38%,24%,38%)

RGB channels and saturation

R 96 of 255 = 38%
G 60 of 255 = 24%
B 96 of 255 = 38%

96
60
96

R + G + B ~ 33%. #603C60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 60 + 96 = 252 (100%)
R 96 of 252 ~ 38.1%
G 60 of 252 ~ 23.81%
B 96 of 252 ~ 38.1%

%38.1
%23.81
%38.1

CMYK color model

#603C60 color CMYK value is (0,38,0,62).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(0,38,0,62)
C0M38Y0K62 
(0%,38%,0%,62%)
(0.00/0.38/0.00/0.62)	

CMYK percentages

%0
%37.5
%0
%62.35

Codes

Color #603C60 in popluar color models

603C60
RGB966096
HSL300°23.08%30.59%
HSB/HSV300°37.50%37.65%
CMYK0.00%37.50%0.00%
62.35%

Color #603C60 in popluar number systems.

HEX603C60
Decimal966096
Binary11000001111001100000
Octal14074140

Shades and tints

Shades of #603C60

#603C60
(96,60,96)
#583758
(88,55,88)
#503250
(80,50,80)
#482D48
(72,45,72)
#402840
(64,40,64)
#382338
(56,35,56)
#301E30
(48,30,48)
#281928
(40,25,40)
#201420
(32,20,32)
#180F18
(24,15,24)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #603C60

#603C60
(96,60,96)
#6E4D6E
(110,77,110)
#7C5E7C
(124,94,124)
#8A6F8A
(138,111,138)
#988098
(152,128,152)
#A691A6
(166,145,166)
#B4A2B4
(180,162,180)
#C2B3C2
(194,179,194)
#D0C4D0
(208,196,208)
#DED5DE
(222,213,222)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603C60; }

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

This text font color is #603C60.


Background Color

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

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

This div background color is #603C60.


Border color

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

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

This div border color is #603C60.


Opacity

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

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

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

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

This text has shadow with #603C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603C60 on black background.


Color preview on white background

This text has color #603C60 on white background.



Black color preview on #603C60 background

This text has black color on #603C60 background.


White color preview on #603C60 background

This text has white color on #603C60 background.