COLOR #524E32

HEX: #524E32
RGB: (82,78,50)

Color info

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

RGB color model

#524E32 color RGB value is (82,78,50).

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

RGB channels and saturation

R 82 of 255 = 32%
G 78 of 255 = 31%
B 50 of 255 = 20%

82
78
50

R + G + B ~ 28%. #524E32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 78 + 50 = 210 (100%)
R 82 of 210 ~ 39.05%
G 78 of 210 ~ 37.14%
B 50 of 210 ~ 23.81%

%39.05
%37.14
%23.81

CMYK color model

#524E32 color CMYK value is (0,5,39,68).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 39.02%
  • key color value is 67.84%
CMYK:
(0,5,39,68)
C0M5Y39K68 
(0%,5%,39%,68%)
(0.00/0.05/0.39/0.68)	

CMYK percentages

%0
%4.88
%39.02
%67.84

Codes

Color #524E32 in popluar color models

524E32
RGB827850
HSL53°24.24%25.88%
HSB/HSV53°39.02%32.16%
CMYK0.00%4.88%39.02%
67.84%

Color #524E32 in popluar number systems.

HEX524E32
Decimal827850
Binary10100101001110110010
Octal12211662

Shades and tints

Shades of #524E32

#524E32
(82,78,50)
#4B472E
(75,71,46)
#44402A
(68,64,42)
#3D3926
(61,57,38)
#363222
(54,50,34)
#2F2B1E
(47,43,30)
#28241A
(40,36,26)
#211D16
(33,29,22)
#1A1612
(26,22,18)
#130F0E
(19,15,14)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #524E32

#524E32
(82,78,50)
#615E44
(97,94,68)
#706E56
(112,110,86)
#7F7E68
(127,126,104)
#8E8E7A
(142,142,122)
#9D9E8C
(157,158,140)
#ACAE9E
(172,174,158)
#BBBEB0
(187,190,176)
#CACEC2
(202,206,194)
#D9DED4
(217,222,212)
#E8EEE6
(232,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524E32; }

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

This text font color is #524E32.


Background Color

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

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

This div background color is #524E32.


Border color

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

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

This div border color is #524E32.


Opacity

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

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

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

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

This text has shadow with #524E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524E32 on black background.


Color preview on white background

This text has color #524E32 on white background.



Black color preview on #524E32 background

This text has black color on #524E32 background.


White color preview on #524E32 background

This text has white color on #524E32 background.