COLOR #603C53

HEX: #603C53 RGB: (96,60,83)

Color info

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

RGB color model

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

RGB: (96,60,83) (38%, 24%, 33%)

RGB channels and saturation

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

96
60
83

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

Portions of RGB colors in percentages

R + G + B = 96 + 60 + 83 = 239 (100%)
R 96 of 239 ~ 40.17%
G 60 of 239 ~ 25.1%
B 83 of 239 ~ 34.73'%

%40.17
%25.1
%34.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 13.54%
  • key color value is 62.35%

CMYK: (0,38,14,62)
C0M38Y14K62 (0%, 38%, 14%, 62%)
(0.00 / 0.38 / 0.14 / 0.62)

CMYK percentages

%0
%37.5
%13.54
%62.35

Codes

Color #603C53 in popluar color models

60 3C 53
RGB 96 60 83
HSL 322° 23.08% 30.59%
HSB/HSV 322° 37.50% 37.65%
CMYK 0.00% 37.50% 13.54%
62.35%

Color #603C53 in popluar number systems.

HEX 60 3C 53
Decimal 96 60 83
Binary 1100000 111100 1010011
Octal 140 74 123

Shades and tints

Shades of #603C53

#603C53
(96,60,83)
#58374C
(88,55,76)
#503245
(80,50,69)
#482D3E
(72,45,62)
#402837
(64,40,55)
#382330
(56,35,48)
#301E29
(48,30,41)
#281922
(40,25,34)
#20141B
(32,20,27)
#180F14
(24,15,20)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #603C53

#603C53
(96,60,83)
#6E4D62
(110,77,98)
#7C5E71
(124,94,113)
#8A6F80
(138,111,128)
#98808F
(152,128,143)
#A6919E
(166,145,158)
#B4A2AD
(180,162,173)
#C2B3BC
(194,179,188)
#D0C4CB
(208,196,203)
#DED5DA
(222,213,218)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603C53; }

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

This text font color is #603C53.

Background Color

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

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

This div background color is #603C53.

Border color

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

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

This div border color is #603C53.

Opacity

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

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

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

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

This text has shadow with #603C53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #603C53.

Preview

Color preview on black background

This text has color #603C53 on black background.


Color preview on white background

This text has color #603C53 on white background.


Black color preview on #603C53 background

This text has black color on #603C53 background.


White color preview on #603C53 background

This text has white color on #603C53 background.


Related colors

Complementary color

Complementary color for #hex is #9FC3AC.


I love getcolorcode.com

Triadic colors

1 #53603C and #3C5360 with #603C53 are triadic colors.

2 #533C60 and #3C6053 with #603C53 are triadic colors.