COLOR #525C46

HEX: #525C46 RGB: (82,92,70)

Color info

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

RGB color model

#525C46 color RGB value is (82,92,70).

RGB: (82,92,70) (32%, 36%, 27%)

RGB channels and saturation

R 82 of 255 = 32%
G 92 of 255 = 36%
B 70 of 255 = 27%

82
92
70

R + G + B ~ 32%. #525C46 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 92 + 70 = 244 (100%)
R 82 of 244 ~ 33.61%
G 92 of 244 ~ 37.7%
B 70 of 244 ~ 28.69'%

%33.61
%37.7
%28.69

CMYK color model

#525C46 color CMYK value is (11,0,24,64).

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

CMYK: (11,0,24,64)
C11M0Y24K64 (11%, 0%, 24%, 64%)
(0.11 / 0.00 / 0.24 / 0.64)

CMYK percentages

%10.87
%0
%23.91
%63.92

Codes

Color #525C46 in popluar color models

52 5C 46
RGB 82 92 70
HSL 87° 13.58% 31.76%
HSB/HSV 87° 23.91% 36.08%
CMYK 10.87% 0.00% 23.91%
63.92%

Color #525C46 in popluar number systems.

HEX 52 5C 46
Decimal 82 92 70
Binary 1010010 1011100 1000110
Octal 122 134 106

Shades and tints

Shades of #525C46

#525C46
(82,92,70)
#4B5440
(75,84,64)
#444C3A
(68,76,58)
#3D4434
(61,68,52)
#363C2E
(54,60,46)
#2F3428
(47,52,40)
#282C22
(40,44,34)
#21241C
(33,36,28)
#1A1C16
(26,28,22)
#131410
(19,20,16)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #525C46

#525C46
(82,92,70)
#616A56
(97,106,86)
#707866
(112,120,102)
#7F8676
(127,134,118)
#8E9486
(142,148,134)
#9DA296
(157,162,150)
#ACB0A6
(172,176,166)
#BBBEB6
(187,190,182)
#CACCC6
(202,204,198)
#D9DAD6
(217,218,214)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525C46; }

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

This text font color is #525C46.

Background Color

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

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

This div background color is #525C46.

Border color

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

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

This div border color is #525C46.

Opacity

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

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

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

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

This text has shadow with #525C46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525C46.

Preview

Color preview on black background

This text has color #525C46 on black background.


Color preview on white background

This text has color #525C46 on white background.


Black color preview on #525C46 background

This text has black color on #525C46 background.


White color preview on #525C46 background

This text has white color on #525C46 background.


Related colors

Complementary color

Complementary color for #hex is #ADA3B9.


I love getcolorcode.com

Triadic colors

1 #46525C and #5C4652 with #525C46 are triadic colors.

2 #465C52 and #5C5246 with #525C46 are triadic colors.