COLOR #524732

HEX: #524732
RGB: (82,71,50)

Color info

#524732 contains red, green and blue colors in about the same proportion. Web safe color of #524732 is #663333 (or #633).

RGB color model

#524732 color RGB value is (82,71,50).

  • red value is 82;
  • green value is 71;
  • blue value is 50.
RGB:
(82,71,50)
(32%,28%,20%)

RGB channels and saturation

R 82 of 255 = 32%
G 71 of 255 = 28%
B 50 of 255 = 20%

82
71
50

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

Portions of RGB colors in percentages

R + G + B =
82 + 71 + 50 = 203 (100%)
R 82 of 203 ~ 40.39%
G 71 of 203 ~ 34.98%
B 50 of 203 ~ 24.63%

%40.39
%34.98
%24.63

CMYK color model

#524732 color CMYK value is (0,13,39,68).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 39.02%
  • key color value is 67.84%
CMYK:
(0,13,39,68)
C0M13Y39K68 
(0%,13%,39%,68%)
(0.00/0.13/0.39/0.68)	

CMYK percentages

%0
%13.41
%39.02
%67.84

Codes

Color #524732 in popluar color models

524732
RGB827150
HSL39°24.24%25.88%
HSB/HSV39°39.02%32.16%
CMYK0.00%13.41%39.02%
67.84%

Color #524732 in popluar number systems.

HEX524732
Decimal827150
Binary10100101000111110010
Octal12210762

Shades and tints

Shades of #524732

#524732
(82,71,50)
#4B412E
(75,65,46)
#443B2A
(68,59,42)
#3D3526
(61,53,38)
#362F22
(54,47,34)
#2F291E
(47,41,30)
#28231A
(40,35,26)
#211D16
(33,29,22)
#1A1712
(26,23,18)
#13110E
(19,17,14)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #524732

#524732
(82,71,50)
#615744
(97,87,68)
#706756
(112,103,86)
#7F7768
(127,119,104)
#8E877A
(142,135,122)
#9D978C
(157,151,140)
#ACA79E
(172,167,158)
#BBB7B0
(187,183,176)
#CAC7C2
(202,199,194)
#D9D7D4
(217,215,212)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524732 color. Also use rgb(82,71,50) instead hex code.

Text Font Color

.myTextColor { color: #524732; }

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

This text font color is #524732.


Background Color

.myBgColor { background-color: #524732; }

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

This div background color is #524732.


Border color

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

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

This div border color is #524732.


Opacity

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

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

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

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

This text has shadow with #524732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524732 on black background.


Color preview on white background

This text has color #524732 on white background.



Black color preview on #524732 background

This text has black color on #524732 background.


White color preview on #524732 background

This text has white color on #524732 background.