COLOR #603F5A

HEX: #603F5A RGB: (96,63,90)

Color info

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

RGB color model

#603F5A color RGB value is (96,63,90).

RGB: (96,63,90) (38%, 25%, 35%)

RGB channels and saturation

R 96 of 255 = 38%
G 63 of 255 = 25%
B 90 of 255 = 35%

96
63
90

R + G + B ~ 33%. #603F5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 63 + 90 = 249 (100%)
R 96 of 249 ~ 38.55%
G 63 of 249 ~ 25.3%
B 90 of 249 ~ 36.14'%

%38.55
%25.3
%36.14

CMYK color model

#603F5A color CMYK value is (0,34,6,62).

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

CMYK: (0,34,6,62)
C0M34Y6K62 (0%, 34%, 6%, 62%)
(0.00 / 0.34 / 0.06 / 0.62)

CMYK percentages

%0
%34.38
%6.25
%62.35

Codes

Color #603F5A in popluar color models

60 3F 5A
RGB 96 63 90
HSL 311° 20.75% 31.18%
HSB/HSV 311° 34.38% 37.65%
CMYK 0.00% 34.38% 6.25%
62.35%

Color #603F5A in popluar number systems.

HEX 60 3F 5A
Decimal 96 63 90
Binary 1100000 111111 1011010
Octal 140 77 132

Shades and tints

Shades of #603F5A

#603F5A
(96,63,90)
#583A52
(88,58,82)
#50354A
(80,53,74)
#483042
(72,48,66)
#402B3A
(64,43,58)
#382632
(56,38,50)
#30212A
(48,33,42)
#281C22
(40,28,34)
#20171A
(32,23,26)
#181212
(24,18,18)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #603F5A

#603F5A
(96,63,90)
#6E5069
(110,80,105)
#7C6178
(124,97,120)
#8A7287
(138,114,135)
#988396
(152,131,150)
#A694A5
(166,148,165)
#B4A5B4
(180,165,180)
#C2B6C3
(194,182,195)
#D0C7D2
(208,199,210)
#DED8E1
(222,216,225)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603F5A; }

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

This text font color is #603F5A.

Background Color

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

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

This div background color is #603F5A.

Border color

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

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

This div border color is #603F5A.

Opacity

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

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

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

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

This text has shadow with #603F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #603F5A.

Preview

Color preview on black background

This text has color #603F5A on black background.


Color preview on white background

This text has color #603F5A on white background.


Black color preview on #603F5A background

This text has black color on #603F5A background.


White color preview on #603F5A background

This text has white color on #603F5A background.


Related colors

Complementary color

Complementary color for #hex is #9FC0A5.


I love getcolorcode.com

Triadic colors

1 #5A603F and #3F5A60 with #603F5A are triadic colors.

2 #5A3F60 and #3F605A with #603F5A are triadic colors.