COLOR #604C4B

HEX: #604C4B
RGB: (96,76,75)

Color info

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

RGB color model

#604C4B color RGB value is (96,76,75).

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

RGB channels and saturation

R 96 of 255 = 38%
G 76 of 255 = 30%
B 75 of 255 = 29%

96
76
75

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

Portions of RGB colors in percentages

R + G + B =
96 + 76 + 75 = 247 (100%)
R 96 of 247 ~ 38.87%
G 76 of 247 ~ 30.77%
B 75 of 247 ~ 30.36%

%38.87
%30.77
%30.36

CMYK color model

#604C4B color CMYK value is (0,21,22,62).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 21.88%
  • key color value is 62.35%
CMYK:
(0,21,22,62)
C0M21Y22K62 
(0%,21%,22%,62%)
(0.00/0.21/0.22/0.62)	

CMYK percentages

%0
%20.83
%21.88
%62.35

Codes

Color #604C4B in popluar color models

604C4B
RGB967675
HSL12.28%33.53%
HSB/HSV21.88%37.65%
CMYK0.00%20.83%21.88%
62.35%

Color #604C4B in popluar number systems.

HEX604C4B
Decimal967675
Binary110000010011001001011
Octal140114113

Shades and tints

Shades of #604C4B

#604C4B
(96,76,75)
#584645
(88,70,69)
#50403F
(80,64,63)
#483A39
(72,58,57)
#403433
(64,52,51)
#382E2D
(56,46,45)
#302827
(48,40,39)
#282221
(40,34,33)
#201C1B
(32,28,27)
#181615
(24,22,21)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #604C4B

#604C4B
(96,76,75)
#6E5C5B
(110,92,91)
#7C6C6B
(124,108,107)
#8A7C7B
(138,124,123)
#988C8B
(152,140,139)
#A69C9B
(166,156,155)
#B4ACAB
(180,172,171)
#C2BCBB
(194,188,187)
#D0CCCB
(208,204,203)
#DEDCDB
(222,220,219)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604C4B; }

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

This text font color is #604C4B.


Background Color

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

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

This div background color is #604C4B.


Border color

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

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

This div border color is #604C4B.


Opacity

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

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

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

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

This text has shadow with #604C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604C4B on black background.


Color preview on white background

This text has color #604C4B on white background.



Black color preview on #604C4B background

This text has black color on #604C4B background.


White color preview on #604C4B background

This text has white color on #604C4B background.