COLOR #525C25

HEX: #525C25
RGB: (82,92,37)

Color info

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

RGB color model

#525C25 color RGB value is (82,92,37).

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

RGB channels and saturation

R 82 of 255 = 32%
G 92 of 255 = 36%
B 37 of 255 = 15%

82
92
37

R + G + B ~ 28%. #525C25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 92 + 37 = 211 (100%)
R 82 of 211 ~ 38.86%
G 92 of 211 ~ 43.6%
B 37 of 211 ~ 17.54%

%38.86
%43.6
%17.54

CMYK color model

#525C25 color CMYK value is (11,0,60,64).

  • cyan value is 10.87%
  • magenta value is 0.00%
  • yellow value is 59.78%
  • key color value is 63.92%
CMYK:
(11,0,60,64)
C11M0Y60K64 
(11%,0%,60%,64%)
(0.11/0.00/0.60/0.64)	

CMYK percentages

%10.87
%0
%59.78
%63.92

Codes

Color #525C25 in popluar color models

525C25
RGB829237
HSL71°42.64%25.29%
HSB/HSV71°59.78%36.08%
CMYK10.87%0.00%59.78%
63.92%

Color #525C25 in popluar number systems.

HEX525C25
Decimal829237
Binary10100101011100100101
Octal12213445

Shades and tints

Shades of #525C25

#525C25
(82,92,37)
#4B5422
(75,84,34)
#444C1F
(68,76,31)
#3D441C
(61,68,28)
#363C19
(54,60,25)
#2F3416
(47,52,22)
#282C13
(40,44,19)
#212410
(33,36,16)
#1A1C0D
(26,28,13)
#13140A
(19,20,10)
#0C0C07
(12,12,7)
#000000
(0,0,0)

Tints of #525C25

#525C25
(82,92,37)
#616A38
(97,106,56)
#70784B
(112,120,75)
#7F865E
(127,134,94)
#8E9471
(142,148,113)
#9DA284
(157,162,132)
#ACB097
(172,176,151)
#BBBEAA
(187,190,170)
#CACCBD
(202,204,189)
#D9DAD0
(217,218,208)
#E8E8E3
(232,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525C25; }

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

This text font color is #525C25.


Background Color

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

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

This div background color is #525C25.


Border color

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

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

This div border color is #525C25.


Opacity

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

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

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

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

This text has shadow with #525C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525C25 on black background.


Color preview on white background

This text has color #525C25 on white background.



Black color preview on #525C25 background

This text has black color on #525C25 background.


White color preview on #525C25 background

This text has white color on #525C25 background.