COLOR #604C28

HEX: #604C28
RGB: (96,76,40)

Color info

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

RGB color model

#604C28 color RGB value is (96,76,40).

  • red value is 96;
  • green value is 76;
  • blue value is 40.
RGB:
(96,76,40)
(38%,30%,16%)

RGB channels and saturation

R 96 of 255 = 38%
G 76 of 255 = 30%
B 40 of 255 = 16%

96
76
40

R + G + B ~ 28%. #604C28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 76 + 40 = 212 (100%)
R 96 of 212 ~ 45.28%
G 76 of 212 ~ 35.85%
B 40 of 212 ~ 18.87%

%45.28
%35.85
%18.87

CMYK color model

#604C28 color CMYK value is (0,21,58,62).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 58.33%
  • key color value is 62.35%
CMYK:
(0,21,58,62)
C0M21Y58K62 
(0%,21%,58%,62%)
(0.00/0.21/0.58/0.62)	

CMYK percentages

%0
%20.83
%58.33
%62.35

Codes

Color #604C28 in popluar color models

604C28
RGB967640
HSL39°41.18%26.67%
HSB/HSV39°58.33%37.65%
CMYK0.00%20.83%58.33%
62.35%

Color #604C28 in popluar number systems.

HEX604C28
Decimal967640
Binary11000001001100101000
Octal14011450

Shades and tints

Shades of #604C28

#604C28
(96,76,40)
#584625
(88,70,37)
#504022
(80,64,34)
#483A1F
(72,58,31)
#40341C
(64,52,28)
#382E19
(56,46,25)
#302816
(48,40,22)
#282213
(40,34,19)
#201C10
(32,28,16)
#18160D
(24,22,13)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #604C28

#604C28
(96,76,40)
#6E5C3B
(110,92,59)
#7C6C4E
(124,108,78)
#8A7C61
(138,124,97)
#988C74
(152,140,116)
#A69C87
(166,156,135)
#B4AC9A
(180,172,154)
#C2BCAD
(194,188,173)
#D0CCC0
(208,204,192)
#DEDCD3
(222,220,211)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604C28 color. Also use rgb(96,76,40) instead hex code.

Text Font Color

.myTextColor { color: #604C28; }

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

This text font color is #604C28.


Background Color

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

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

This div background color is #604C28.


Border color

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

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

This div border color is #604C28.


Opacity

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

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

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

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

This text has shadow with #604C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604C28 on black background.


Color preview on white background

This text has color #604C28 on white background.



Black color preview on #604C28 background

This text has black color on #604C28 background.


White color preview on #604C28 background

This text has white color on #604C28 background.