COLOR #603B5B

HEX: #603B5B RGB: (96,59,91)

Color info

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

RGB color model

#603B5B color RGB value is (96,59,91).

RGB: (96,59,91) (38%, 23%, 36%)

RGB channels and saturation

R 96 of 255 = 38%
G 59 of 255 = 23%
B 91 of 255 = 36%

96
59
91

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

Portions of RGB colors in percentages

R + G + B = 96 + 59 + 91 = 246 (100%)
R 96 of 246 ~ 39.02%
G 59 of 246 ~ 23.98%
B 91 of 246 ~ 36.99'%

%39.02
%23.98
%36.99

CMYK color model

#603B5B color CMYK value is (0,39,5,62).

  • cyan value is 0.00%
  • magenta value is 38.54%
  • yellow value is 5.21%
  • key color value is 62.35%

CMYK: (0,39,5,62)
C0M39Y5K62 (0%, 39%, 5%, 62%)
(0.00 / 0.39 / 0.05 / 0.62)

CMYK percentages

%0
%38.54
%5.21
%62.35

Codes

Color #603B5B in popluar color models

60 3B 5B
RGB 96 59 91
HSL 308° 23.87% 30.39%
HSB/HSV 308° 38.54% 37.65%
CMYK 0.00% 38.54% 5.21%
62.35%

Color #603B5B in popluar number systems.

HEX 60 3B 5B
Decimal 96 59 91
Binary 1100000 111011 1011011
Octal 140 73 133

Shades and tints

Shades of #603B5B

#603B5B
(96,59,91)
#583653
(88,54,83)
#50314B
(80,49,75)
#482C43
(72,44,67)
#40273B
(64,39,59)
#382233
(56,34,51)
#301D2B
(48,29,43)
#281823
(40,24,35)
#20131B
(32,19,27)
#180E13
(24,14,19)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #603B5B

#603B5B
(96,59,91)
#6E4C69
(110,76,105)
#7C5D77
(124,93,119)
#8A6E85
(138,110,133)
#987F93
(152,127,147)
#A690A1
(166,144,161)
#B4A1AF
(180,161,175)
#C2B2BD
(194,178,189)
#D0C3CB
(208,195,203)
#DED4D9
(222,212,217)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603B5B; }

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

This text font color is #603B5B.

Background Color

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

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

This div background color is #603B5B.

Border color

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

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

This div border color is #603B5B.

Opacity

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

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

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

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

This text has shadow with #603B5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #603B5B.

Preview

Color preview on black background

This text has color #603B5B on black background.


Color preview on white background

This text has color #603B5B on white background.


Black color preview on #603B5B background

This text has black color on #603B5B background.


White color preview on #603B5B background

This text has white color on #603B5B background.


Related colors

Complementary color

Complementary color for #hex is #9FC4A4.


I love getcolorcode.com

Triadic colors

1 #5B603B and #3B5B60 with #603B5B are triadic colors.

2 #5B3B60 and #3B605B with #603B5B are triadic colors.