COLOR #525625

HEX: #525625
RGB: (82,86,37)

Color info

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

RGB color model

#525625 color RGB value is (82,86,37).

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

RGB channels and saturation

R 82 of 255 = 32%
G 86 of 255 = 34%
B 37 of 255 = 15%

82
86
37

R + G + B ~ 27%. #525625 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 86 + 37 = 205 (100%)
R 82 of 205 ~ 40%
G 86 of 205 ~ 41.95%
B 37 of 205 ~ 18.05%

%40
%41.95
%18.05

CMYK color model

#525625 color CMYK value is (5,0,57,66).

  • cyan value is 4.65%
  • magenta value is 0.00%
  • yellow value is 56.98%
  • key color value is 66.27%
CMYK:
(5,0,57,66)
C5M0Y57K66 
(5%,0%,57%,66%)
(0.05/0.00/0.57/0.66)	

CMYK percentages

%4.65
%0
%56.98
%66.27

Codes

Color #525625 in popluar color models

525625
RGB828637
HSL65°39.84%24.12%
HSB/HSV65°56.98%33.73%
CMYK4.65%0.00%56.98%
66.27%

Color #525625 in popluar number systems.

HEX525625
Decimal828637
Binary10100101010110100101
Octal12212645

Shades and tints

Shades of #525625

#525625
(82,86,37)
#4B4F22
(75,79,34)
#44481F
(68,72,31)
#3D411C
(61,65,28)
#363A19
(54,58,25)
#2F3316
(47,51,22)
#282C13
(40,44,19)
#212510
(33,37,16)
#1A1E0D
(26,30,13)
#13170A
(19,23,10)
#0C1007
(12,16,7)
#000000
(0,0,0)

Tints of #525625

#525625
(82,86,37)
#616538
(97,101,56)
#70744B
(112,116,75)
#7F835E
(127,131,94)
#8E9271
(142,146,113)
#9DA184
(157,161,132)
#ACB097
(172,176,151)
#BBBFAA
(187,191,170)
#CACEBD
(202,206,189)
#D9DDD0
(217,221,208)
#E8ECE3
(232,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525625; }

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

This text font color is #525625.


Background Color

.myBgColor { background-color: #525625; }

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

This div background color is #525625.


Border color

.myBorderColor { border: 1px solid #525625; }

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

This div border color is #525625.


Opacity

.myOpacity80 { color: #525625; opacity: 0.8; }

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

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

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

This text has shadow with #525625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525625 on black background.


Color preview on white background

This text has color #525625 on white background.



Black color preview on #525625 background

This text has black color on #525625 background.


White color preview on #525625 background

This text has white color on #525625 background.