COLOR #605C52

HEX: #605C52 RGB: (96,92,82)

Color info

#605C52 contains red, green and blue colors in about the same proportion. Web safe color of #605C52 is #666666 (or #666).

RGB color model

#605C52 color RGB value is (96,92,82).

RGB: (96,92,82) (38%, 36%, 32%)

RGB channels and saturation

R 96 of 255 = 38%
G 92 of 255 = 36%
B 82 of 255 = 32%

96
92
82

R + G + B ~ 35%. #605C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 92 + 82 = 270 (100%)
R 96 of 270 ~ 35.56%
G 92 of 270 ~ 34.07%
B 82 of 270 ~ 30.37'%

%35.56
%34.07
%30.37

CMYK color model

#605C52 color CMYK value is (0,4,15,62).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 14.58%
  • key color value is 62.35%

CMYK: (0,4,15,62)
C0M4Y15K62 (0%, 4%, 15%, 62%)
(0.00 / 0.04 / 0.15 / 0.62)

CMYK percentages

%0
%4.17
%14.58
%62.35

Codes

Color #605C52 in popluar color models

60 5C 52
RGB 96 92 82
HSL 43° 7.87% 34.90%
HSB/HSV 43° 14.58% 37.65%
CMYK 0.00% 4.17% 14.58%
62.35%

Color #605C52 in popluar number systems.

HEX 60 5C 52
Decimal 96 92 82
Binary 1100000 1011100 1010010
Octal 140 134 122

Shades and tints

Shades of #605C52

#605C52
(96,92,82)
#58544B
(88,84,75)
#504C44
(80,76,68)
#48443D
(72,68,61)
#403C36
(64,60,54)
#38342F
(56,52,47)
#302C28
(48,44,40)
#282421
(40,36,33)
#201C1A
(32,28,26)
#181413
(24,20,19)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #605C52

#605C52
(96,92,82)
#6E6A61
(110,106,97)
#7C7870
(124,120,112)
#8A867F
(138,134,127)
#98948E
(152,148,142)
#A6A29D
(166,162,157)
#B4B0AC
(180,176,172)
#C2BEBB
(194,190,187)
#D0CCCA
(208,204,202)
#DEDAD9
(222,218,217)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #605C52 color. Also use rgb(96,92,82) instead hex code.

Text Font Color

.myTextColor { color: #605C52; }

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

This text font color is #605C52.

Background Color

.myBgColor { background-color: #605C52; }

<div style="background-color:#605C52">Inner text</div>

This div background color is #605C52.

Border color

.myBorderColor { border: 1px solid #605C52; }

<div style="border:3px solid #605C52">Div</div>

This div border color is #605C52.

Opacity

.myOpacity80 { color: #605C52; opacity: 0.8; }

<p style="color:#605C52;opacity:0.8;">80%</p>

Text with #605C52 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 #605C52;}

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

This text has shadow with #605C52 color.


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

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

This text has shadow with #605C52 primary color and red secondary color.


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

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

This text has shadow with #605C52 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #605C52.

Preview

Color preview on black background

This text has color #605C52 on black background.


Color preview on white background

This text has color #605C52 on white background.


Black color preview on #605C52 background

This text has black color on #605C52 background.


White color preview on #605C52 background

This text has white color on #605C52 background.


Related colors

Complementary color

Complementary color for #hex is #9FA3AD.


I love getcolorcode.com

Triadic colors

1 #52605C and #5C5260 with #605C52 are triadic colors.

2 #525C60 and #5C6052 with #605C52 are triadic colors.