COLOR #525D4D

HEX: #525D4D RGB: (82,93,77)

Color info

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

RGB color model

#525D4D color RGB value is (82,93,77).

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

RGB channels and saturation

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

82
93
77

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

Portions of RGB colors in percentages

R + G + B = 82 + 93 + 77 = 252 (100%)
R 82 of 252 ~ 32.54%
G 93 of 252 ~ 36.9%
B 77 of 252 ~ 30.56'%

%32.54
%36.9
%30.56

CMYK color model

#525D4D color CMYK value is (12,0,17,64).

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 17.20%
  • key color value is 63.53%

CMYK: (12,0,17,64)
C12M0Y17K64 (12%, 0%, 17%, 64%)
(0.12 / 0.00 / 0.17 / 0.64)

CMYK percentages

%11.83
%0
%17.2
%63.53

Codes

Color #525D4D in popluar color models

52 5D 4D
RGB 82 93 77
HSL 101° 9.41% 33.33%
HSB/HSV 101° 17.20% 36.47%
CMYK 11.83% 0.00% 17.20%
63.53%

Color #525D4D in popluar number systems.

HEX 52 5D 4D
Decimal 82 93 77
Binary 1010010 1011101 1001101
Octal 122 135 115

Shades and tints

Shades of #525D4D

#525D4D
(82,93,77)
#4B5546
(75,85,70)
#444D3F
(68,77,63)
#3D4538
(61,69,56)
#363D31
(54,61,49)
#2F352A
(47,53,42)
#282D23
(40,45,35)
#21251C
(33,37,28)
#1A1D15
(26,29,21)
#13150E
(19,21,14)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #525D4D

#525D4D
(82,93,77)
#616B5D
(97,107,93)
#70796D
(112,121,109)
#7F877D
(127,135,125)
#8E958D
(142,149,141)
#9DA39D
(157,163,157)
#ACB1AD
(172,177,173)
#BBBFBD
(187,191,189)
#CACDCD
(202,205,205)
#D9DBDD
(217,219,221)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525D4D; }

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

This text font color is #525D4D.

Background Color

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

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

This div background color is #525D4D.

Border color

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

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

This div border color is #525D4D.

Opacity

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

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

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

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

This text has shadow with #525D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525D4D.

Preview

Color preview on black background

This text has color #525D4D on black background.


Color preview on white background

This text has color #525D4D on white background.


Black color preview on #525D4D background

This text has black color on #525D4D background.


White color preview on #525D4D background

This text has white color on #525D4D background.


Related colors

Complementary color

Complementary color for #hex is #ADA2B2.


I love getcolorcode.com

Triadic colors

1 #4D525D and #5D4D52 with #525D4D are triadic colors.

2 #4D5D52 and #5D524D with #525D4D are triadic colors.