COLOR #604954

HEX: #604954
RGB: (96,73,84)

Color info

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

RGB color model

#604954 color RGB value is (96,73,84).

  • red value is 96;
  • green value is 73;
  • blue value is 84.
RGB:
(96,73,84)
(38%,29%,33%)

RGB channels and saturation

R 96 of 255 = 38%
G 73 of 255 = 29%
B 84 of 255 = 33%

96
73
84

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

Portions of RGB colors in percentages

R + G + B =
96 + 73 + 84 = 253 (100%)
R 96 of 253 ~ 37.94%
G 73 of 253 ~ 28.85%
B 84 of 253 ~ 33.2%

%37.94
%28.85
%33.2

CMYK color model

#604954 color CMYK value is (0,24,13,62).

  • cyan value is 0.00%
  • magenta value is 23.96%
  • yellow value is 12.50%
  • key color value is 62.35%
CMYK:
(0,24,13,62)
C0M24Y13K62 
(0%,24%,13%,62%)
(0.00/0.24/0.13/0.62)	

CMYK percentages

%0
%23.96
%12.5
%62.35

Codes

Color #604954 in popluar color models

604954
RGB967384
HSL331°13.61%33.14%
HSB/HSV331°23.96%37.65%
CMYK0.00%23.96%12.50%
62.35%

Color #604954 in popluar number systems.

HEX604954
Decimal967384
Binary110000010010011010100
Octal140111124

Shades and tints

Shades of #604954

#604954
(96,73,84)
#58434D
(88,67,77)
#503D46
(80,61,70)
#48373F
(72,55,63)
#403138
(64,49,56)
#382B31
(56,43,49)
#30252A
(48,37,42)
#281F23
(40,31,35)
#20191C
(32,25,28)
#181315
(24,19,21)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #604954

#604954
(96,73,84)
#6E5963
(110,89,99)
#7C6972
(124,105,114)
#8A7981
(138,121,129)
#988990
(152,137,144)
#A6999F
(166,153,159)
#B4A9AE
(180,169,174)
#C2B9BD
(194,185,189)
#D0C9CC
(208,201,204)
#DED9DB
(222,217,219)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604954 color. Also use rgb(96,73,84) instead hex code.

Text Font Color

.myTextColor { color: #604954; }

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

This text font color is #604954.


Background Color

.myBgColor { background-color: #604954; }

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

This div background color is #604954.


Border color

.myBorderColor { border: 1px solid #604954; }

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

This div border color is #604954.


Opacity

.myOpacity80 { color: #604954; opacity: 0.8; }

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

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

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

This text has shadow with #604954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604954 on black background.


Color preview on white background

This text has color #604954 on white background.



Black color preview on #604954 background

This text has black color on #604954 background.


White color preview on #604954 background

This text has white color on #604954 background.