COLOR #604955

HEX: #604955
RGB: (96,73,85)

Color info

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

RGB color model

#604955 color RGB value is (96,73,85).

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

RGB channels and saturation

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

96
73
85

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

Portions of RGB colors in percentages

R + G + B =
96 + 73 + 85 = 254 (100%)
R 96 of 254 ~ 37.8%
G 73 of 254 ~ 28.74%
B 85 of 254 ~ 33.46%

%37.8
%28.74
%33.46

CMYK color model

#604955 color CMYK value is (0,24,11,62).

  • cyan value is 0.00%
  • magenta value is 23.96%
  • yellow value is 11.46%
  • key color value is 62.35%
CMYK:
(0,24,11,62)
C0M24Y11K62 
(0%,24%,11%,62%)
(0.00/0.24/0.11/0.62)	

CMYK percentages

%0
%23.96
%11.46
%62.35

Codes

Color #604955 in popluar color models

604955
RGB967385
HSL329°13.61%33.14%
HSB/HSV329°23.96%37.65%
CMYK0.00%23.96%11.46%
62.35%

Color #604955 in popluar number systems.

HEX604955
Decimal967385
Binary110000010010011010101
Octal140111125

Shades and tints

Shades of #604955

#604955
(96,73,85)
#58434E
(88,67,78)
#503D47
(80,61,71)
#483740
(72,55,64)
#403139
(64,49,57)
#382B32
(56,43,50)
#30252B
(48,37,43)
#281F24
(40,31,36)
#20191D
(32,25,29)
#181316
(24,19,22)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #604955

#604955
(96,73,85)
#6E5964
(110,89,100)
#7C6973
(124,105,115)
#8A7982
(138,121,130)
#988991
(152,137,145)
#A699A0
(166,153,160)
#B4A9AF
(180,169,175)
#C2B9BE
(194,185,190)
#D0C9CD
(208,201,205)
#DED9DC
(222,217,220)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604955; }

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

This text font color is #604955.


Background Color

.myBgColor { background-color: #604955; }

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

This div background color is #604955.


Border color

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

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

This div border color is #604955.


Opacity

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

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

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

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

This text has shadow with #604955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604955 on black background.


Color preview on white background

This text has color #604955 on white background.



Black color preview on #604955 background

This text has black color on #604955 background.


White color preview on #604955 background

This text has white color on #604955 background.