COLOR #604E5D

HEX: #604E5D
RGB: (96,78,93)

Color info

#604E5D contains red, green and blue colors in about the same proportion. Web safe color of #604E5D is #666666 (or #666).

RGB color model

#604E5D color RGB value is (96,78,93).

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

RGB channels and saturation

R 96 of 255 = 38%
G 78 of 255 = 31%
B 93 of 255 = 36%

96
78
93

R + G + B ~ 35%. #604E5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 78 + 93 = 267 (100%)
R 96 of 267 ~ 35.96%
G 78 of 267 ~ 29.21%
B 93 of 267 ~ 34.83%

%35.96
%29.21
%34.83

CMYK color model

#604E5D color CMYK value is (0,19,3,62).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 3.12%
  • key color value is 62.35%
CMYK:
(0,19,3,62)
C0M19Y3K62 
(0%,19%,3%,62%)
(0.00/0.19/0.03/0.62)	

CMYK percentages

%0
%18.75
%3.12
%62.35

Codes

Color #604E5D in popluar color models

604E5D
RGB967893
HSL310°10.34%34.12%
HSB/HSV310°18.75%37.65%
CMYK0.00%18.75%3.12%
62.35%

Color #604E5D in popluar number systems.

HEX604E5D
Decimal967893
Binary110000010011101011101
Octal140116135

Shades and tints

Shades of #604E5D

#604E5D
(96,78,93)
#584755
(88,71,85)
#50404D
(80,64,77)
#483945
(72,57,69)
#40323D
(64,50,61)
#382B35
(56,43,53)
#30242D
(48,36,45)
#281D25
(40,29,37)
#20161D
(32,22,29)
#180F15
(24,15,21)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #604E5D

#604E5D
(96,78,93)
#6E5E6B
(110,94,107)
#7C6E79
(124,110,121)
#8A7E87
(138,126,135)
#988E95
(152,142,149)
#A69EA3
(166,158,163)
#B4AEB1
(180,174,177)
#C2BEBF
(194,190,191)
#D0CECD
(208,206,205)
#DEDEDB
(222,222,219)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604E5D; }

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

This text font color is #604E5D.


Background Color

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

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

This div background color is #604E5D.


Border color

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

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

This div border color is #604E5D.


Opacity

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

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

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

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

This text has shadow with #604E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604E5D on black background.


Color preview on white background

This text has color #604E5D on white background.



Black color preview on #604E5D background

This text has black color on #604E5D background.


White color preview on #604E5D background

This text has white color on #604E5D background.