COLOR #525C37

HEX: #525C37
RGB: (82,92,55)

Color info

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

RGB color model

#525C37 color RGB value is (82,92,55).

  • red value is 82;
  • green value is 92;
  • blue value is 55.
RGB:
(82,92,55)
(32%,36%,22%)

RGB channels and saturation

R 82 of 255 = 32%
G 92 of 255 = 36%
B 55 of 255 = 22%

82
92
55

R + G + B ~ 30%. #525C37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 92 + 55 = 229 (100%)
R 82 of 229 ~ 35.81%
G 92 of 229 ~ 40.17%
B 55 of 229 ~ 24.02%

%35.81
%40.17
%24.02

CMYK color model

#525C37 color CMYK value is (11,0,40,64).

  • cyan value is 10.87%
  • magenta value is 0.00%
  • yellow value is 40.22%
  • key color value is 63.92%
CMYK:
(11,0,40,64)
C11M0Y40K64 
(11%,0%,40%,64%)
(0.11/0.00/0.40/0.64)	

CMYK percentages

%10.87
%0
%40.22
%63.92

Codes

Color #525C37 in popluar color models

525C37
RGB829255
HSL76°25.17%28.82%
HSB/HSV76°40.22%36.08%
CMYK10.87%0.00%40.22%
63.92%

Color #525C37 in popluar number systems.

HEX525C37
Decimal829255
Binary10100101011100110111
Octal12213467

Shades and tints

Shades of #525C37

#525C37
(82,92,55)
#4B5432
(75,84,50)
#444C2D
(68,76,45)
#3D4428
(61,68,40)
#363C23
(54,60,35)
#2F341E
(47,52,30)
#282C19
(40,44,25)
#212414
(33,36,20)
#1A1C0F
(26,28,15)
#13140A
(19,20,10)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #525C37

#525C37
(82,92,55)
#616A49
(97,106,73)
#70785B
(112,120,91)
#7F866D
(127,134,109)
#8E947F
(142,148,127)
#9DA291
(157,162,145)
#ACB0A3
(172,176,163)
#BBBEB5
(187,190,181)
#CACCC7
(202,204,199)
#D9DAD9
(217,218,217)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525C37; }

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

This text font color is #525C37.


Background Color

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

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

This div background color is #525C37.


Border color

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

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

This div border color is #525C37.


Opacity

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

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

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

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

This text has shadow with #525C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525C37 on black background.


Color preview on white background

This text has color #525C37 on white background.



Black color preview on #525C37 background

This text has black color on #525C37 background.


White color preview on #525C37 background

This text has white color on #525C37 background.