COLOR #603A5A

HEX: #603A5A
RGB: (96,58,90)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

96
58
90

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

Portions of RGB colors in percentages

R + G + B =
96 + 58 + 90 = 244 (100%)
R 96 of 244 ~ 39.34%
G 58 of 244 ~ 23.77%
B 90 of 244 ~ 36.89%

%39.34
%23.77
%36.89

CMYK color model

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

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

CMYK percentages

%0
%39.58
%6.25
%62.35

Codes

Color #603A5A in popluar color models

603A5A
RGB965890
HSL309°24.68%30.20%
HSB/HSV309°39.58%37.65%
CMYK0.00%39.58%6.25%
62.35%

Color #603A5A in popluar number systems.

HEX603A5A
Decimal965890
Binary11000001110101011010
Octal14072132

Shades and tints

Shades of #603A5A

#603A5A
(96,58,90)
#583552
(88,53,82)
#50304A
(80,48,74)
#482B42
(72,43,66)
#40263A
(64,38,58)
#382132
(56,33,50)
#301C2A
(48,28,42)
#281722
(40,23,34)
#20121A
(32,18,26)
#180D12
(24,13,18)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #603A5A

#603A5A
(96,58,90)
#6E4B69
(110,75,105)
#7C5C78
(124,92,120)
#8A6D87
(138,109,135)
#987E96
(152,126,150)
#A68FA5
(166,143,165)
#B4A0B4
(180,160,180)
#C2B1C3
(194,177,195)
#D0C2D2
(208,194,210)
#DED3E1
(222,211,225)
#ECE4F0
(236,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603A5A; }

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

This text font color is #603A5A.


Background Color

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

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

This div background color is #603A5A.


Border color

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

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

This div border color is #603A5A.


Opacity

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

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

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

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

This text has shadow with #603A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603A5A on black background.


Color preview on white background

This text has color #603A5A on white background.



Black color preview on #603A5A background

This text has black color on #603A5A background.


White color preview on #603A5A background

This text has white color on #603A5A background.