COLOR #604D3A

HEX: #604D3A
RGB: (96,77,58)

Color info

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

RGB color model

#604D3A color RGB value is (96,77,58).

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

RGB channels and saturation

R 96 of 255 = 38%
G 77 of 255 = 30%
B 58 of 255 = 23%

96
77
58

R + G + B ~ 30%. #604D3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 77 + 58 = 231 (100%)
R 96 of 231 ~ 41.56%
G 77 of 231 ~ 33.33%
B 58 of 231 ~ 25.11%

%41.56
%33.33
%25.11

CMYK color model

#604D3A color CMYK value is (0,20,40,62).

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 39.58%
  • key color value is 62.35%
CMYK:
(0,20,40,62)
C0M20Y40K62 
(0%,20%,40%,62%)
(0.00/0.20/0.40/0.62)	

CMYK percentages

%0
%19.79
%39.58
%62.35

Codes

Color #604D3A in popluar color models

604D3A
RGB967758
HSL30°24.68%30.20%
HSB/HSV30°39.58%37.65%
CMYK0.00%19.79%39.58%
62.35%

Color #604D3A in popluar number systems.

HEX604D3A
Decimal967758
Binary11000001001101111010
Octal14011572

Shades and tints

Shades of #604D3A

#604D3A
(96,77,58)
#584635
(88,70,53)
#503F30
(80,63,48)
#48382B
(72,56,43)
#403126
(64,49,38)
#382A21
(56,42,33)
#30231C
(48,35,28)
#281C17
(40,28,23)
#201512
(32,21,18)
#180E0D
(24,14,13)
#100708
(16,7,8)
#000000
(0,0,0)

Tints of #604D3A

#604D3A
(96,77,58)
#6E5D4B
(110,93,75)
#7C6D5C
(124,109,92)
#8A7D6D
(138,125,109)
#988D7E
(152,141,126)
#A69D8F
(166,157,143)
#B4ADA0
(180,173,160)
#C2BDB1
(194,189,177)
#D0CDC2
(208,205,194)
#DEDDD3
(222,221,211)
#ECEDE4
(236,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604D3A; }

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

This text font color is #604D3A.


Background Color

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

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

This div background color is #604D3A.


Border color

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

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

This div border color is #604D3A.


Opacity

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

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

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

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

This text has shadow with #604D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604D3A on black background.


Color preview on white background

This text has color #604D3A on white background.



Black color preview on #604D3A background

This text has black color on #604D3A background.


White color preview on #604D3A background

This text has white color on #604D3A background.