COLOR #524D32

HEX: #524D32
RGB: (82,77,50)

Color info

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

RGB color model

#524D32 color RGB value is (82,77,50).

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

RGB channels and saturation

R 82 of 255 = 32%
G 77 of 255 = 30%
B 50 of 255 = 20%

82
77
50

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

Portions of RGB colors in percentages

R + G + B =
82 + 77 + 50 = 209 (100%)
R 82 of 209 ~ 39.23%
G 77 of 209 ~ 36.84%
B 50 of 209 ~ 23.92%

%39.23
%36.84
%23.92

CMYK color model

#524D32 color CMYK value is (0,6,39,68).

  • cyan value is 0.00%
  • magenta value is 6.10%
  • yellow value is 39.02%
  • key color value is 67.84%
CMYK:
(0,6,39,68)
C0M6Y39K68 
(0%,6%,39%,68%)
(0.00/0.06/0.39/0.68)	

CMYK percentages

%0
%6.1
%39.02
%67.84

Codes

Color #524D32 in popluar color models

524D32
RGB827750
HSL51°24.24%25.88%
HSB/HSV51°39.02%32.16%
CMYK0.00%6.10%39.02%
67.84%

Color #524D32 in popluar number systems.

HEX524D32
Decimal827750
Binary10100101001101110010
Octal12211562

Shades and tints

Shades of #524D32

#524D32
(82,77,50)
#4B462E
(75,70,46)
#443F2A
(68,63,42)
#3D3826
(61,56,38)
#363122
(54,49,34)
#2F2A1E
(47,42,30)
#28231A
(40,35,26)
#211C16
(33,28,22)
#1A1512
(26,21,18)
#130E0E
(19,14,14)
#0C070A
(12,7,10)
#000000
(0,0,0)

Tints of #524D32

#524D32
(82,77,50)
#615D44
(97,93,68)
#706D56
(112,109,86)
#7F7D68
(127,125,104)
#8E8D7A
(142,141,122)
#9D9D8C
(157,157,140)
#ACAD9E
(172,173,158)
#BBBDB0
(187,189,176)
#CACDC2
(202,205,194)
#D9DDD4
(217,221,212)
#E8EDE6
(232,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524D32; }

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

This text font color is #524D32.


Background Color

.myBgColor { background-color: #524D32; }

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

This div background color is #524D32.


Border color

.myBorderColor { border: 1px solid #524D32; }

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

This div border color is #524D32.


Opacity

.myOpacity80 { color: #524D32; opacity: 0.8; }

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

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

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

This text has shadow with #524D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524D32 on black background.


Color preview on white background

This text has color #524D32 on white background.



Black color preview on #524D32 background

This text has black color on #524D32 background.


White color preview on #524D32 background

This text has white color on #524D32 background.