COLOR #604A5D

HEX: #604A5D
RGB: (96,74,93)

Color info

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

RGB color model

#604A5D color RGB value is (96,74,93).

  • red value is 96;
  • green value is 74;
  • blue value is 93.
RGB:
(96,74,93)
(38%,29%,36%)

RGB channels and saturation

R 96 of 255 = 38%
G 74 of 255 = 29%
B 93 of 255 = 36%

96
74
93

R + G + B ~ 34%. #604A5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 74 + 93 = 263 (100%)
R 96 of 263 ~ 36.5%
G 74 of 263 ~ 28.14%
B 93 of 263 ~ 35.36%

%36.5
%28.14
%35.36

CMYK color model

#604A5D color CMYK value is (0,23,3,62).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 3.12%
  • key color value is 62.35%
CMYK:
(0,23,3,62)
C0M23Y3K62 
(0%,23%,3%,62%)
(0.00/0.23/0.03/0.62)	

CMYK percentages

%0
%22.92
%3.12
%62.35

Codes

Color #604A5D in popluar color models

604A5D
RGB967493
HSL308°12.94%33.33%
HSB/HSV308°22.92%37.65%
CMYK0.00%22.92%3.12%
62.35%

Color #604A5D in popluar number systems.

HEX604A5D
Decimal967493
Binary110000010010101011101
Octal140112135

Shades and tints

Shades of #604A5D

#604A5D
(96,74,93)
#584455
(88,68,85)
#503E4D
(80,62,77)
#483845
(72,56,69)
#40323D
(64,50,61)
#382C35
(56,44,53)
#30262D
(48,38,45)
#282025
(40,32,37)
#201A1D
(32,26,29)
#181415
(24,20,21)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #604A5D

#604A5D
(96,74,93)
#6E5A6B
(110,90,107)
#7C6A79
(124,106,121)
#8A7A87
(138,122,135)
#988A95
(152,138,149)
#A69AA3
(166,154,163)
#B4AAB1
(180,170,177)
#C2BABF
(194,186,191)
#D0CACD
(208,202,205)
#DEDADB
(222,218,219)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604A5D color. Also use rgb(96,74,93) instead hex code.

Text Font Color

.myTextColor { color: #604A5D; }

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

This text font color is #604A5D.


Background Color

.myBgColor { background-color: #604A5D; }

<div style="background-color:#604A5D">Inner text</div>

This div background color is #604A5D.


Border color

.myBorderColor { border: 1px solid #604A5D; }

<div style="border:3px solid #604A5D">Div</div>

This div border color is #604A5D.


Opacity

.myOpacity80 { color: #604A5D; opacity: 0.8; }

<p style="color:#604A5D;opacity:0.8;">80%</p>

Text with #604A5D 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 #604A5D;}

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

This text has shadow with #604A5D color.

.textShadow {text-shadow: 3px 3px 1px #604A5D, 3px 3px 1px red;}

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

This text has shadow with #604A5D primary color and red secondary color.


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

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

This text has shadow with #604A5D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604A5D on black background.


Color preview on white background

This text has color #604A5D on white background.



Black color preview on #604A5D background

This text has black color on #604A5D background.


White color preview on #604A5D background

This text has white color on #604A5D background.