COLOR #525C4D

HEX: #525C4D RGB: (82,92,77)

Color info

#525C4D contains red, green and blue colors in about the same proportion. Web safe color of #525C4D is #666633 (or #663).

RGB color model

#525C4D color RGB value is (82,92,77).

RGB: (82,92,77) (32%, 36%, 30%)

RGB channels and saturation

R 82 of 255 = 32%
G 92 of 255 = 36%
B 77 of 255 = 30%

82
92
77

R + G + B ~ 33%. #525C4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 92 + 77 = 251 (100%)
R 82 of 251 ~ 32.67%
G 92 of 251 ~ 36.65%
B 77 of 251 ~ 30.68'%

%32.67
%36.65
%30.68

CMYK color model

#525C4D color CMYK value is (11,0,16,64).

  • cyan value is 10.87%
  • magenta value is 0.00%
  • yellow value is 16.30%
  • key color value is 63.92%

CMYK: (11,0,16,64)
C11M0Y16K64 (11%, 0%, 16%, 64%)
(0.11 / 0.00 / 0.16 / 0.64)

CMYK percentages

%10.87
%0
%16.3
%63.92

Codes

Color #525C4D in popluar color models

52 5C 4D
RGB 82 92 77
HSL 100° 8.88% 33.14%
HSB/HSV 100° 16.30% 36.08%
CMYK 10.87% 0.00% 16.30%
63.92%

Color #525C4D in popluar number systems.

HEX 52 5C 4D
Decimal 82 92 77
Binary 1010010 1011100 1001101
Octal 122 134 115

Shades and tints

Shades of #525C4D

#525C4D
(82,92,77)
#4B5446
(75,84,70)
#444C3F
(68,76,63)
#3D4438
(61,68,56)
#363C31
(54,60,49)
#2F342A
(47,52,42)
#282C23
(40,44,35)
#21241C
(33,36,28)
#1A1C15
(26,28,21)
#13140E
(19,20,14)
#0C0C07
(12,12,7)
#000000
(0,0,0)

Tints of #525C4D

#525C4D
(82,92,77)
#616A5D
(97,106,93)
#70786D
(112,120,109)
#7F867D
(127,134,125)
#8E948D
(142,148,141)
#9DA29D
(157,162,157)
#ACB0AD
(172,176,173)
#BBBEBD
(187,190,189)
#CACCCD
(202,204,205)
#D9DADD
(217,218,221)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525C4D color. Also use rgb(82,92,77) instead hex code.

Text Font Color

.myTextColor { color: #525C4D; }

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

This text font color is #525C4D.

Background Color

.myBgColor { background-color: #525C4D; }

<div style="background-color:#525C4D">Inner text</div>

This div background color is #525C4D.

Border color

.myBorderColor { border: 1px solid #525C4D; }

<div style="border:3px solid #525C4D">Div</div>

This div border color is #525C4D.

Opacity

.myOpacity80 { color: #525C4D; opacity: 0.8; }

<p style="color:#525C4D;opacity:0.8;">80%</p>

Text with #525C4D 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 #525C4D;}

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

This text has shadow with #525C4D color.


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

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

This text has shadow with #525C4D primary color and red secondary color.


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

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

This text has shadow with #525C4D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #525C4D.

Preview

Color preview on black background

This text has color #525C4D on black background.


Color preview on white background

This text has color #525C4D on white background.


Black color preview on #525C4D background

This text has black color on #525C4D background.


White color preview on #525C4D background

This text has white color on #525C4D background.


Related colors

Complementary color

Complementary color for #hex is #ADA3B2.


I love getcolorcode.com

Triadic colors

1 #4D525C and #5C4D52 with #525C4D are triadic colors.

2 #4D5C52 and #5C524D with #525C4D are triadic colors.