COLOR #603C62

HEX: #603C62
RGB: (96,60,98)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

96
60
98

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

Portions of RGB colors in percentages

R + G + B =
96 + 60 + 98 = 254 (100%)
R 96 of 254 ~ 37.8%
G 60 of 254 ~ 23.62%
B 98 of 254 ~ 38.58%

%37.8
%23.62
%38.58

CMYK color model

#603C62 color CMYK value is (2,39,0,62).

  • cyan value is 2.04%
  • magenta value is 38.78%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(2,39,0,62)
C2M39Y0K62 
(2%,39%,0%,62%)
(0.02/0.39/0.00/0.62)	

CMYK percentages

%2.04
%38.78
%0
%61.57

Codes

Color #603C62 in popluar color models

603C62
RGB966098
HSL297°24.05%30.98%
HSB/HSV297°38.78%38.43%
CMYK2.04%38.78%0.00%
61.57%

Color #603C62 in popluar number systems.

HEX603C62
Decimal966098
Binary11000001111001100010
Octal14074142

Shades and tints

Shades of #603C62

#603C62
(96,60,98)
#58375A
(88,55,90)
#503252
(80,50,82)
#482D4A
(72,45,74)
#402842
(64,40,66)
#38233A
(56,35,58)
#301E32
(48,30,50)
#28192A
(40,25,42)
#201422
(32,20,34)
#180F1A
(24,15,26)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #603C62

#603C62
(96,60,98)
#6E4D70
(110,77,112)
#7C5E7E
(124,94,126)
#8A6F8C
(138,111,140)
#98809A
(152,128,154)
#A691A8
(166,145,168)
#B4A2B6
(180,162,182)
#C2B3C4
(194,179,196)
#D0C4D2
(208,196,210)
#DED5E0
(222,213,224)
#ECE6EE
(236,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603C62; }

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

This text font color is #603C62.


Background Color

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

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

This div background color is #603C62.


Border color

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

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

This div border color is #603C62.


Opacity

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

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

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

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

This text has shadow with #603C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603C62 on black background.


Color preview on white background

This text has color #603C62 on white background.



Black color preview on #603C62 background

This text has black color on #603C62 background.


White color preview on #603C62 background

This text has white color on #603C62 background.