COLOR #603A60

HEX: #603A60
RGB: (96,58,96)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

96
58
96

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

Portions of RGB colors in percentages

R + G + B =
96 + 58 + 96 = 250 (100%)
R 96 of 250 ~ 38.4%
G 58 of 250 ~ 23.2%
B 96 of 250 ~ 38.4%

%38.4
%23.2
%38.4

CMYK color model

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

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

CMYK percentages

%0
%39.58
%0
%62.35

Codes

Color #603A60 in popluar color models

603A60
RGB965896
HSL300°24.68%30.20%
HSB/HSV300°39.58%37.65%
CMYK0.00%39.58%0.00%
62.35%

Color #603A60 in popluar number systems.

HEX603A60
Decimal965896
Binary11000001110101100000
Octal14072140

Shades and tints

Shades of #603A60

#603A60
(96,58,96)
#583558
(88,53,88)
#503050
(80,48,80)
#482B48
(72,43,72)
#402640
(64,38,64)
#382138
(56,33,56)
#301C30
(48,28,48)
#281728
(40,23,40)
#201220
(32,18,32)
#180D18
(24,13,24)
#100810
(16,8,16)
#000000
(0,0,0)

Tints of #603A60

#603A60
(96,58,96)
#6E4B6E
(110,75,110)
#7C5C7C
(124,92,124)
#8A6D8A
(138,109,138)
#987E98
(152,126,152)
#A68FA6
(166,143,166)
#B4A0B4
(180,160,180)
#C2B1C2
(194,177,194)
#D0C2D0
(208,194,208)
#DED3DE
(222,211,222)
#ECE4EC
(236,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603A60; }

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

This text font color is #603A60.


Background Color

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

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

This div background color is #603A60.


Border color

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

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

This div border color is #603A60.


Opacity

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

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

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

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

This text has shadow with #603A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603A60 on black background.


Color preview on white background

This text has color #603A60 on white background.



Black color preview on #603A60 background

This text has black color on #603A60 background.


White color preview on #603A60 background

This text has white color on #603A60 background.