COLOR #603F50

HEX: #603F50
RGB: (96,63,80)

Color info

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

RGB color model

#603F50 color RGB value is (96,63,80).

  • red value is 96;
  • green value is 63;
  • blue value is 80.
RGB:
(96,63,80)
(38%,25%,31%)

RGB channels and saturation

R 96 of 255 = 38%
G 63 of 255 = 25%
B 80 of 255 = 31%

96
63
80

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

Portions of RGB colors in percentages

R + G + B =
96 + 63 + 80 = 239 (100%)
R 96 of 239 ~ 40.17%
G 63 of 239 ~ 26.36%
B 80 of 239 ~ 33.47%

%40.17
%26.36
%33.47

CMYK color model

#603F50 color CMYK value is (0,34,17,62).

  • cyan value is 0.00%
  • magenta value is 34.38%
  • yellow value is 16.67%
  • key color value is 62.35%
CMYK:
(0,34,17,62)
C0M34Y17K62 
(0%,34%,17%,62%)
(0.00/0.34/0.17/0.62)	

CMYK percentages

%0
%34.38
%16.67
%62.35

Codes

Color #603F50 in popluar color models

603F50
RGB966380
HSL329°20.75%31.18%
HSB/HSV329°34.38%37.65%
CMYK0.00%34.38%16.67%
62.35%

Color #603F50 in popluar number systems.

HEX603F50
Decimal966380
Binary11000001111111010000
Octal14077120

Shades and tints

Shades of #603F50

#603F50
(96,63,80)
#583A49
(88,58,73)
#503542
(80,53,66)
#48303B
(72,48,59)
#402B34
(64,43,52)
#38262D
(56,38,45)
#302126
(48,33,38)
#281C1F
(40,28,31)
#201718
(32,23,24)
#181211
(24,18,17)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #603F50

#603F50
(96,63,80)
#6E505F
(110,80,95)
#7C616E
(124,97,110)
#8A727D
(138,114,125)
#98838C
(152,131,140)
#A6949B
(166,148,155)
#B4A5AA
(180,165,170)
#C2B6B9
(194,182,185)
#D0C7C8
(208,199,200)
#DED8D7
(222,216,215)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603F50; }

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

This text font color is #603F50.


Background Color

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

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

This div background color is #603F50.


Border color

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

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

This div border color is #603F50.


Opacity

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

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

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

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

This text has shadow with #603F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603F50 on black background.


Color preview on white background

This text has color #603F50 on white background.



Black color preview on #603F50 background

This text has black color on #603F50 background.


White color preview on #603F50 background

This text has white color on #603F50 background.