COLOR #603C50

HEX: #603C50 RGB: (96,60,80)

Color info

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

RGB color model

#603C50 color RGB value is (96,60,80).

RGB: (96,60,80) (38%, 24%, 31%)

RGB channels and saturation

R 96 of 255 = 38%
G 60 of 255 = 24%
B 80 of 255 = 31%

96
60
80

R + G + B ~ 31%. #603C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 60 + 80 = 236 (100%)
R 96 of 236 ~ 40.68%
G 60 of 236 ~ 25.42%
B 80 of 236 ~ 33.9'%

%40.68
%25.42
%33.9

CMYK color model

#603C50 color CMYK value is (0,38,17,62).

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

CMYK: (0,38,17,62)
C0M38Y17K62 (0%, 38%, 17%, 62%)
(0.00 / 0.38 / 0.17 / 0.62)

CMYK percentages

%0
%37.5
%16.67
%62.35

Codes

Color #603C50 in popluar color models

60 3C 50
RGB 96 60 80
HSL 327° 23.08% 30.59%
HSB/HSV 327° 37.50% 37.65%
CMYK 0.00% 37.50% 16.67%
62.35%

Color #603C50 in popluar number systems.

HEX 60 3C 50
Decimal 96 60 80
Binary 1100000 111100 1010000
Octal 140 74 120

Shades and tints

Shades of #603C50

#603C50
(96,60,80)
#583749
(88,55,73)
#503242
(80,50,66)
#482D3B
(72,45,59)
#402834
(64,40,52)
#38232D
(56,35,45)
#301E26
(48,30,38)
#28191F
(40,25,31)
#201418
(32,20,24)
#180F11
(24,15,17)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #603C50

#603C50
(96,60,80)
#6E4D5F
(110,77,95)
#7C5E6E
(124,94,110)
#8A6F7D
(138,111,125)
#98808C
(152,128,140)
#A6919B
(166,145,155)
#B4A2AA
(180,162,170)
#C2B3B9
(194,179,185)
#D0C4C8
(208,196,200)
#DED5D7
(222,213,215)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603C50; }

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

This text font color is #603C50.

Background Color

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

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

This div background color is #603C50.

Border color

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

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

This div border color is #603C50.

Opacity

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

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

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

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

This text has shadow with #603C50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #603C50.

Preview

Color preview on black background

This text has color #603C50 on black background.


Color preview on white background

This text has color #603C50 on white background.


Black color preview on #603C50 background

This text has black color on #603C50 background.


White color preview on #603C50 background

This text has white color on #603C50 background.


Related colors

Complementary color

Complementary color for #hex is #9FC3AF.


I love getcolorcode.com

Triadic colors

1 #50603C and #3C5060 with #603C50 are triadic colors.

2 #503C60 and #3C6050 with #603C50 are triadic colors.