COLOR #603B58

HEX: #603B58
RGB: (96,59,88)

Color info

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

RGB color model

#603B58 color RGB value is (96,59,88).

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

RGB channels and saturation

R 96 of 255 = 38%
G 59 of 255 = 23%
B 88 of 255 = 35%

96
59
88

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

Portions of RGB colors in percentages

R + G + B =
96 + 59 + 88 = 243 (100%)
R 96 of 243 ~ 39.51%
G 59 of 243 ~ 24.28%
B 88 of 243 ~ 36.21%

%39.51
%24.28
%36.21

CMYK color model

#603B58 color CMYK value is (0,39,8,62).

  • cyan value is 0.00%
  • magenta value is 38.54%
  • yellow value is 8.33%
  • key color value is 62.35%
CMYK:
(0,39,8,62)
C0M39Y8K62 
(0%,39%,8%,62%)
(0.00/0.39/0.08/0.62)	

CMYK percentages

%0
%38.54
%8.33
%62.35

Codes

Color #603B58 in popluar color models

603B58
RGB965988
HSL313°23.87%30.39%
HSB/HSV313°38.54%37.65%
CMYK0.00%38.54%8.33%
62.35%

Color #603B58 in popluar number systems.

HEX603B58
Decimal965988
Binary11000001110111011000
Octal14073130

Shades and tints

Shades of #603B58

#603B58
(96,59,88)
#583650
(88,54,80)
#503148
(80,49,72)
#482C40
(72,44,64)
#402738
(64,39,56)
#382230
(56,34,48)
#301D28
(48,29,40)
#281820
(40,24,32)
#201318
(32,19,24)
#180E10
(24,14,16)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #603B58

#603B58
(96,59,88)
#6E4C67
(110,76,103)
#7C5D76
(124,93,118)
#8A6E85
(138,110,133)
#987F94
(152,127,148)
#A690A3
(166,144,163)
#B4A1B2
(180,161,178)
#C2B2C1
(194,178,193)
#D0C3D0
(208,195,208)
#DED4DF
(222,212,223)
#ECE5EE
(236,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603B58; }

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

This text font color is #603B58.


Background Color

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

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

This div background color is #603B58.


Border color

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

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

This div border color is #603B58.


Opacity

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

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

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

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

This text has shadow with #603B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603B58 on black background.


Color preview on white background

This text has color #603B58 on white background.



Black color preview on #603B58 background

This text has black color on #603B58 background.


White color preview on #603B58 background

This text has white color on #603B58 background.