COLOR #604D44

HEX: #604D44
RGB: (96,77,68)

Color info

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

RGB color model

#604D44 color RGB value is (96,77,68).

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

RGB channels and saturation

R 96 of 255 = 38%
G 77 of 255 = 30%
B 68 of 255 = 27%

96
77
68

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

Portions of RGB colors in percentages

R + G + B =
96 + 77 + 68 = 241 (100%)
R 96 of 241 ~ 39.83%
G 77 of 241 ~ 31.95%
B 68 of 241 ~ 28.22%

%39.83
%31.95
%28.22

CMYK color model

#604D44 color CMYK value is (0,20,29,62).

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 29.17%
  • key color value is 62.35%
CMYK:
(0,20,29,62)
C0M20Y29K62 
(0%,20%,29%,62%)
(0.00/0.20/0.29/0.62)	

CMYK percentages

%0
%19.79
%29.17
%62.35

Codes

Color #604D44 in popluar color models

604D44
RGB967768
HSL19°17.07%32.16%
HSB/HSV19°29.17%37.65%
CMYK0.00%19.79%29.17%
62.35%

Color #604D44 in popluar number systems.

HEX604D44
Decimal967768
Binary110000010011011000100
Octal140115104

Shades and tints

Shades of #604D44

#604D44
(96,77,68)
#58463E
(88,70,62)
#503F38
(80,63,56)
#483832
(72,56,50)
#40312C
(64,49,44)
#382A26
(56,42,38)
#302320
(48,35,32)
#281C1A
(40,28,26)
#201514
(32,21,20)
#180E0E
(24,14,14)
#100708
(16,7,8)
#000000
(0,0,0)

Tints of #604D44

#604D44
(96,77,68)
#6E5D55
(110,93,85)
#7C6D66
(124,109,102)
#8A7D77
(138,125,119)
#988D88
(152,141,136)
#A69D99
(166,157,153)
#B4ADAA
(180,173,170)
#C2BDBB
(194,189,187)
#D0CDCC
(208,205,204)
#DEDDDD
(222,221,221)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604D44; }

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

This text font color is #604D44.


Background Color

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

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

This div background color is #604D44.


Border color

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

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

This div border color is #604D44.


Opacity

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

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

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

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

This text has shadow with #604D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604D44 on black background.


Color preview on white background

This text has color #604D44 on white background.



Black color preview on #604D44 background

This text has black color on #604D44 background.


White color preview on #604D44 background

This text has white color on #604D44 background.