COLOR #525424

HEX: #525424
RGB: (82,84,36)

Color info

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

RGB color model

#525424 color RGB value is (82,84,36).

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

RGB channels and saturation

R 82 of 255 = 32%
G 84 of 255 = 33%
B 36 of 255 = 14%

82
84
36

R + G + B ~ 26%. #525424 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 84 + 36 = 202 (100%)
R 82 of 202 ~ 40.59%
G 84 of 202 ~ 41.58%
B 36 of 202 ~ 17.82%

%40.59
%41.58
%17.82

CMYK color model

#525424 color CMYK value is (2,0,57,67).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 67.06%
CMYK:
(2,0,57,67)
C2M0Y57K67 
(2%,0%,57%,67%)
(0.02/0.00/0.57/0.67)	

CMYK percentages

%2.38
%0
%57.14
%67.06

Codes

Color #525424 in popluar color models

525424
RGB828436
HSL63°40.00%23.53%
HSB/HSV63°57.14%32.94%
CMYK2.38%0.00%57.14%
67.06%

Color #525424 in popluar number systems.

HEX525424
Decimal828436
Binary10100101010100100100
Octal12212444

Shades and tints

Shades of #525424

#525424
(82,84,36)
#4B4D21
(75,77,33)
#44461E
(68,70,30)
#3D3F1B
(61,63,27)
#363818
(54,56,24)
#2F3115
(47,49,21)
#282A12
(40,42,18)
#21230F
(33,35,15)
#1A1C0C
(26,28,12)
#131509
(19,21,9)
#0C0E06
(12,14,6)
#000000
(0,0,0)

Tints of #525424

#525424
(82,84,36)
#616337
(97,99,55)
#70724A
(112,114,74)
#7F815D
(127,129,93)
#8E9070
(142,144,112)
#9D9F83
(157,159,131)
#ACAE96
(172,174,150)
#BBBDA9
(187,189,169)
#CACCBC
(202,204,188)
#D9DBCF
(217,219,207)
#E8EAE2
(232,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525424; }

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

This text font color is #525424.


Background Color

.myBgColor { background-color: #525424; }

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

This div background color is #525424.


Border color

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

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

This div border color is #525424.


Opacity

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

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

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

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

This text has shadow with #525424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525424 on black background.


Color preview on white background

This text has color #525424 on white background.



Black color preview on #525424 background

This text has black color on #525424 background.


White color preview on #525424 background

This text has white color on #525424 background.