COLOR #603F52

HEX: #603F52 RGB: (96,63,82)

Color info

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

RGB color model

#603F52 color RGB value is (96,63,82).

RGB: (96,63,82) (38%, 25%, 32%)

RGB channels and saturation

R 96 of 255 = 38%
G 63 of 255 = 25%
B 82 of 255 = 32%

96
63
82

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

Portions of RGB colors in percentages

R + G + B = 96 + 63 + 82 = 241 (100%)
R 96 of 241 ~ 39.83%
G 63 of 241 ~ 26.14%
B 82 of 241 ~ 34.02'%

%39.83
%26.14
%34.02

CMYK color model

#603F52 color CMYK value is (0,34,15,62).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 14.58%
  • key color value is 62.35%

CMYK: (0,34,15,62)
C0M34Y15K62 (0%, 34%, 15%, 62%)
(0.00 / 0.34 / 0.15 / 0.62)

CMYK percentages

%0
%34.38
%14.58
%62.35

Codes

Color #603F52 in popluar color models

60 3F 52
RGB 96 63 82
HSL 325° 20.75% 31.18%
HSB/HSV 325° 34.38% 37.65%
CMYK 0.00% 34.38% 14.58%
62.35%

Color #603F52 in popluar number systems.

HEX 60 3F 52
Decimal 96 63 82
Binary 1100000 111111 1010010
Octal 140 77 122

Shades and tints

Shades of #603F52

#603F52
(96,63,82)
#583A4B
(88,58,75)
#503544
(80,53,68)
#48303D
(72,48,61)
#402B36
(64,43,54)
#38262F
(56,38,47)
#302128
(48,33,40)
#281C21
(40,28,33)
#20171A
(32,23,26)
#181213
(24,18,19)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #603F52

#603F52
(96,63,82)
#6E5061
(110,80,97)
#7C6170
(124,97,112)
#8A727F
(138,114,127)
#98838E
(152,131,142)
#A6949D
(166,148,157)
#B4A5AC
(180,165,172)
#C2B6BB
(194,182,187)
#D0C7CA
(208,199,202)
#DED8D9
(222,216,217)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603F52; }

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

This text font color is #603F52.

Background Color

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

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

This div background color is #603F52.

Border color

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

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

This div border color is #603F52.

Opacity

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

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

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

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

This text has shadow with #603F52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #603F52.

Preview

Color preview on black background

This text has color #603F52 on black background.


Color preview on white background

This text has color #603F52 on white background.


Black color preview on #603F52 background

This text has black color on #603F52 background.


White color preview on #603F52 background

This text has white color on #603F52 background.


Related colors

Complementary color

Complementary color for #hex is #9FC0AD.


I love getcolorcode.com

Triadic colors

1 #52603F and #3F5260 with #603F52 are triadic colors.

2 #523F60 and #3F6052 with #603F52 are triadic colors.