COLOR #524B32

HEX: #524B32
RGB: (82,75,50)

Color info

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

RGB color model

#524B32 color RGB value is (82,75,50).

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

RGB channels and saturation

R 82 of 255 = 32%
G 75 of 255 = 29%
B 50 of 255 = 20%

82
75
50

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

Portions of RGB colors in percentages

R + G + B =
82 + 75 + 50 = 207 (100%)
R 82 of 207 ~ 39.61%
G 75 of 207 ~ 36.23%
B 50 of 207 ~ 24.15%

%39.61
%36.23
%24.15

CMYK color model

#524B32 color CMYK value is (0,9,39,68).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 39.02%
  • key color value is 67.84%
CMYK:
(0,9,39,68)
C0M9Y39K68 
(0%,9%,39%,68%)
(0.00/0.09/0.39/0.68)	

CMYK percentages

%0
%8.54
%39.02
%67.84

Codes

Color #524B32 in popluar color models

524B32
RGB827550
HSL47°24.24%25.88%
HSB/HSV47°39.02%32.16%
CMYK0.00%8.54%39.02%
67.84%

Color #524B32 in popluar number systems.

HEX524B32
Decimal827550
Binary10100101001011110010
Octal12211362

Shades and tints

Shades of #524B32

#524B32
(82,75,50)
#4B452E
(75,69,46)
#443F2A
(68,63,42)
#3D3926
(61,57,38)
#363322
(54,51,34)
#2F2D1E
(47,45,30)
#28271A
(40,39,26)
#212116
(33,33,22)
#1A1B12
(26,27,18)
#13150E
(19,21,14)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #524B32

#524B32
(82,75,50)
#615B44
(97,91,68)
#706B56
(112,107,86)
#7F7B68
(127,123,104)
#8E8B7A
(142,139,122)
#9D9B8C
(157,155,140)
#ACAB9E
(172,171,158)
#BBBBB0
(187,187,176)
#CACBC2
(202,203,194)
#D9DBD4
(217,219,212)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524B32; }

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

This text font color is #524B32.


Background Color

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

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

This div background color is #524B32.


Border color

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

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

This div border color is #524B32.


Opacity

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

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

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

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

This text has shadow with #524B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524B32 on black background.


Color preview on white background

This text has color #524B32 on white background.



Black color preview on #524B32 background

This text has black color on #524B32 background.


White color preview on #524B32 background

This text has white color on #524B32 background.