COLOR #604D31

HEX: #604D31
RGB: (96,77,49)

Color info

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

RGB color model

#604D31 color RGB value is (96,77,49).

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

RGB channels and saturation

R 96 of 255 = 38%
G 77 of 255 = 30%
B 49 of 255 = 19%

96
77
49

R + G + B ~ 29%. #604D31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 77 + 49 = 222 (100%)
R 96 of 222 ~ 43.24%
G 77 of 222 ~ 34.68%
B 49 of 222 ~ 22.07%

%43.24
%34.68
%22.07

CMYK color model

#604D31 color CMYK value is (0,20,49,62).

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 48.96%
  • key color value is 62.35%
CMYK:
(0,20,49,62)
C0M20Y49K62 
(0%,20%,49%,62%)
(0.00/0.20/0.49/0.62)	

CMYK percentages

%0
%19.79
%48.96
%62.35

Codes

Color #604D31 in popluar color models

604D31
RGB967749
HSL36°32.41%28.43%
HSB/HSV36°48.96%37.65%
CMYK0.00%19.79%48.96%
62.35%

Color #604D31 in popluar number systems.

HEX604D31
Decimal967749
Binary11000001001101110001
Octal14011561

Shades and tints

Shades of #604D31

#604D31
(96,77,49)
#58462D
(88,70,45)
#503F29
(80,63,41)
#483825
(72,56,37)
#403121
(64,49,33)
#382A1D
(56,42,29)
#302319
(48,35,25)
#281C15
(40,28,21)
#201511
(32,21,17)
#180E0D
(24,14,13)
#100709
(16,7,9)
#000000
(0,0,0)

Tints of #604D31

#604D31
(96,77,49)
#6E5D43
(110,93,67)
#7C6D55
(124,109,85)
#8A7D67
(138,125,103)
#988D79
(152,141,121)
#A69D8B
(166,157,139)
#B4AD9D
(180,173,157)
#C2BDAF
(194,189,175)
#D0CDC1
(208,205,193)
#DEDDD3
(222,221,211)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604D31; }

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

This text font color is #604D31.


Background Color

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

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

This div background color is #604D31.


Border color

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

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

This div border color is #604D31.


Opacity

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

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

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

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

This text has shadow with #604D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604D31 on black background.


Color preview on white background

This text has color #604D31 on white background.



Black color preview on #604D31 background

This text has black color on #604D31 background.


White color preview on #604D31 background

This text has white color on #604D31 background.