COLOR #525C33

HEX: #525C33 RGB: (82,92,51)

Color info

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

RGB color model

#525C33 color RGB value is (82,92,51).

RGB: (82,92,51) (32%, 36%, 20%)

RGB channels and saturation

R 82 of 255 = 32%
G 92 of 255 = 36%
B 51 of 255 = 20%

82
92
51

R + G + B ~ 29%. #525C33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 92 + 51 = 225 (100%)
R 82 of 225 ~ 36.44%
G 92 of 225 ~ 40.89%
B 51 of 225 ~ 22.67'%

%36.44
%40.89
%22.67

CMYK color model

#525C33 color CMYK value is (11,0,45,64).

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

CMYK: (11,0,45,64)
C11M0Y45K64 (11%, 0%, 45%, 64%)
(0.11 / 0.00 / 0.45 / 0.64)

CMYK percentages

%10.87
%0
%44.57
%63.92

Codes

Color #525C33 in popluar color models

52 5C 33
RGB 82 92 51
HSL 75° 28.67% 28.04%
HSB/HSV 75° 44.57% 36.08%
CMYK 10.87% 0.00% 44.57%
63.92%

Color #525C33 in popluar number systems.

HEX 52 5C 33
Decimal 82 92 51
Binary 1010010 1011100 110011
Octal 122 134 63

Shades and tints

Shades of #525C33

#525C33
(82,92,51)
#4B542F
(75,84,47)
#444C2B
(68,76,43)
#3D4427
(61,68,39)
#363C23
(54,60,35)
#2F341F
(47,52,31)
#282C1B
(40,44,27)
#212417
(33,36,23)
#1A1C13
(26,28,19)
#13140F
(19,20,15)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #525C33

#525C33
(82,92,51)
#616A45
(97,106,69)
#707857
(112,120,87)
#7F8669
(127,134,105)
#8E947B
(142,148,123)
#9DA28D
(157,162,141)
#ACB09F
(172,176,159)
#BBBEB1
(187,190,177)
#CACCC3
(202,204,195)
#D9DAD5
(217,218,213)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525C33; }

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

This text font color is #525C33.

Background Color

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

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

This div background color is #525C33.

Border color

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

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

This div border color is #525C33.

Opacity

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

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

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

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

This text has shadow with #525C33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525C33.

Preview

Color preview on black background

This text has color #525C33 on black background.


Color preview on white background

This text has color #525C33 on white background.


Black color preview on #525C33 background

This text has black color on #525C33 background.


White color preview on #525C33 background

This text has white color on #525C33 background.


Related colors

Complementary color

Complementary color for #hex is #ADA3CC.


I love getcolorcode.com

Triadic colors

1 #33525C and #5C3352 with #525C33 are triadic colors.

2 #335C52 and #5C5233 with #525C33 are triadic colors.