COLOR #604D4A

HEX: #604D4A
RGB: (96,77,74)

Color info

#604D4A contains red, green and blue colors in about the same proportion. Web safe color of #604D4A is #663333 (or #633).

RGB color model

#604D4A color RGB value is (96,77,74).

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

RGB channels and saturation

R 96 of 255 = 38%
G 77 of 255 = 30%
B 74 of 255 = 29%

96
77
74

R + G + B ~ 32%. #604D4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 77 + 74 = 247 (100%)
R 96 of 247 ~ 38.87%
G 77 of 247 ~ 31.17%
B 74 of 247 ~ 29.96%

%38.87
%31.17
%29.96

CMYK color model

#604D4A color CMYK value is (0,20,23,62).

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 22.92%
  • key color value is 62.35%
CMYK:
(0,20,23,62)
C0M20Y23K62 
(0%,20%,23%,62%)
(0.00/0.20/0.23/0.62)	

CMYK percentages

%0
%19.79
%22.92
%62.35

Codes

Color #604D4A in popluar color models

604D4A
RGB967774
HSL12.94%33.33%
HSB/HSV22.92%37.65%
CMYK0.00%19.79%22.92%
62.35%

Color #604D4A in popluar number systems.

HEX604D4A
Decimal967774
Binary110000010011011001010
Octal140115112

Shades and tints

Shades of #604D4A

#604D4A
(96,77,74)
#584644
(88,70,68)
#503F3E
(80,63,62)
#483838
(72,56,56)
#403132
(64,49,50)
#382A2C
(56,42,44)
#302326
(48,35,38)
#281C20
(40,28,32)
#20151A
(32,21,26)
#180E14
(24,14,20)
#10070E
(16,7,14)
#000000
(0,0,0)

Tints of #604D4A

#604D4A
(96,77,74)
#6E5D5A
(110,93,90)
#7C6D6A
(124,109,106)
#8A7D7A
(138,125,122)
#988D8A
(152,141,138)
#A69D9A
(166,157,154)
#B4ADAA
(180,173,170)
#C2BDBA
(194,189,186)
#D0CDCA
(208,205,202)
#DEDDDA
(222,221,218)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604D4A; }

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

This text font color is #604D4A.


Background Color

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

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

This div background color is #604D4A.


Border color

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

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

This div border color is #604D4A.


Opacity

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

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

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

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

This text has shadow with #604D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604D4A on black background.


Color preview on white background

This text has color #604D4A on white background.



Black color preview on #604D4A background

This text has black color on #604D4A background.


White color preview on #604D4A background

This text has white color on #604D4A background.