COLOR #603C61

HEX: #603C61
RGB: (96,60,97)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

96
60
97

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

Portions of RGB colors in percentages

R + G + B =
96 + 60 + 97 = 253 (100%)
R 96 of 253 ~ 37.94%
G 60 of 253 ~ 23.72%
B 97 of 253 ~ 38.34%

%37.94
%23.72
%38.34

CMYK color model

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

  • cyan value is 1.03%
  • magenta value is 38.14%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(1,38,0,62)
C1M38Y0K62 
(1%,38%,0%,62%)
(0.01/0.38/0.00/0.62)	

CMYK percentages

%1.03
%38.14
%0
%61.96

Codes

Color #603C61 in popluar color models

603C61
RGB966097
HSL298°23.57%30.78%
HSB/HSV298°38.14%38.04%
CMYK1.03%38.14%0.00%
61.96%

Color #603C61 in popluar number systems.

HEX603C61
Decimal966097
Binary11000001111001100001
Octal14074141

Shades and tints

Shades of #603C61

#603C61
(96,60,97)
#583759
(88,55,89)
#503251
(80,50,81)
#482D49
(72,45,73)
#402841
(64,40,65)
#382339
(56,35,57)
#301E31
(48,30,49)
#281929
(40,25,41)
#201421
(32,20,33)
#180F19
(24,15,25)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #603C61

#603C61
(96,60,97)
#6E4D6F
(110,77,111)
#7C5E7D
(124,94,125)
#8A6F8B
(138,111,139)
#988099
(152,128,153)
#A691A7
(166,145,167)
#B4A2B5
(180,162,181)
#C2B3C3
(194,179,195)
#D0C4D1
(208,196,209)
#DED5DF
(222,213,223)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603C61; }

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

This text font color is #603C61.


Background Color

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

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

This div background color is #603C61.


Border color

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

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

This div border color is #603C61.


Opacity

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

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

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

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

This text has shadow with #603C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603C61 on black background.


Color preview on white background

This text has color #603C61 on white background.



Black color preview on #603C61 background

This text has black color on #603C61 background.


White color preview on #603C61 background

This text has white color on #603C61 background.