COLOR #604C4F

HEX: #604C4F RGB: (96,76,79)

Color info

#604C4F contains red, green and blue colors in about the same proportion. Web safe color of #604C4F is #663366 (or #636).

RGB color model

#604C4F color RGB value is (96,76,79).

RGB: (96,76,79) (38%, 30%, 31%)

RGB channels and saturation

R 96 of 255 = 38%
G 76 of 255 = 30%
B 79 of 255 = 31%

96
76
79

R + G + B ~ 33%. #604C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 76 + 79 = 251 (100%)
R 96 of 251 ~ 38.25%
G 76 of 251 ~ 30.28%
B 79 of 251 ~ 31.47'%

%38.25
%30.28
%31.47

CMYK color model

#604C4F color CMYK value is (0,21,18,62).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 17.71%
  • key color value is 62.35%

CMYK: (0,21,18,62)
C0M21Y18K62 (0%, 21%, 18%, 62%)
(0.00 / 0.21 / 0.18 / 0.62)

CMYK percentages

%0
%20.83
%17.71
%62.35

Codes

Color #604C4F in popluar color models

60 4C 4F
RGB 96 76 79
HSL 351° 11.63% 33.73%
HSB/HSV 351° 20.83% 37.65%
CMYK 0.00% 20.83% 17.71%
62.35%

Color #604C4F in popluar number systems.

HEX 60 4C 4F
Decimal 96 76 79
Binary 1100000 1001100 1001111
Octal 140 114 117

Shades and tints

Shades of #604C4F

#604C4F
(96,76,79)
#584648
(88,70,72)
#504041
(80,64,65)
#483A3A
(72,58,58)
#403433
(64,52,51)
#382E2C
(56,46,44)
#302825
(48,40,37)
#28221E
(40,34,30)
#201C17
(32,28,23)
#181610
(24,22,16)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #604C4F

#604C4F
(96,76,79)
#6E5C5F
(110,92,95)
#7C6C6F
(124,108,111)
#8A7C7F
(138,124,127)
#988C8F
(152,140,143)
#A69C9F
(166,156,159)
#B4ACAF
(180,172,175)
#C2BCBF
(194,188,191)
#D0CCCF
(208,204,207)
#DEDCDF
(222,220,223)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #604C4F; }

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

This text font color is #604C4F.

Background Color

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

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

This div background color is #604C4F.

Border color

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

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

This div border color is #604C4F.

Opacity

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

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

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

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

This text has shadow with #604C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #604C4F.

Preview

Color preview on black background

This text has color #604C4F on black background.


Color preview on white background

This text has color #604C4F on white background.


Black color preview on #604C4F background

This text has black color on #604C4F background.


White color preview on #604C4F background

This text has white color on #604C4F background.


Related colors

Complementary color

Complementary color for #hex is #9FB3B0.


I love getcolorcode.com

Triadic colors

1 #4F604C and #4C4F60 with #604C4F are triadic colors.

2 #4F4C60 and #4C604F with #604C4F are triadic colors.