COLOR #525425

HEX: #525425
RGB: (82,84,37)

Color info

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

RGB color model

#525425 color RGB value is (82,84,37).

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

RGB channels and saturation

R 82 of 255 = 32%
G 84 of 255 = 33%
B 37 of 255 = 15%

82
84
37

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

Portions of RGB colors in percentages

R + G + B =
82 + 84 + 37 = 203 (100%)
R 82 of 203 ~ 40.39%
G 84 of 203 ~ 41.38%
B 37 of 203 ~ 18.23%

%40.39
%41.38
%18.23

CMYK color model

#525425 color CMYK value is (2,0,56,67).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 55.95%
  • key color value is 67.06%
CMYK:
(2,0,56,67)
C2M0Y56K67 
(2%,0%,56%,67%)
(0.02/0.00/0.56/0.67)	

CMYK percentages

%2.38
%0
%55.95
%67.06

Codes

Color #525425 in popluar color models

525425
RGB828437
HSL63°38.84%23.73%
HSB/HSV63°55.95%32.94%
CMYK2.38%0.00%55.95%
67.06%

Color #525425 in popluar number systems.

HEX525425
Decimal828437
Binary10100101010100100101
Octal12212445

Shades and tints

Shades of #525425

#525425
(82,84,37)
#4B4D22
(75,77,34)
#44461F
(68,70,31)
#3D3F1C
(61,63,28)
#363819
(54,56,25)
#2F3116
(47,49,22)
#282A13
(40,42,19)
#212310
(33,35,16)
#1A1C0D
(26,28,13)
#13150A
(19,21,10)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #525425

#525425
(82,84,37)
#616338
(97,99,56)
#70724B
(112,114,75)
#7F815E
(127,129,94)
#8E9071
(142,144,113)
#9D9F84
(157,159,132)
#ACAE97
(172,174,151)
#BBBDAA
(187,189,170)
#CACCBD
(202,204,189)
#D9DBD0
(217,219,208)
#E8EAE3
(232,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525425; }

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

This text font color is #525425.


Background Color

.myBgColor { background-color: #525425; }

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

This div background color is #525425.


Border color

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

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

This div border color is #525425.


Opacity

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

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

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

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

This text has shadow with #525425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525425 on black background.


Color preview on white background

This text has color #525425 on white background.



Black color preview on #525425 background

This text has black color on #525425 background.


White color preview on #525425 background

This text has white color on #525425 background.