COLOR #524D37

HEX: #524D37
RGB: (82,77,55)

Color info

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

RGB color model

#524D37 color RGB value is (82,77,55).

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

RGB channels and saturation

R 82 of 255 = 32%
G 77 of 255 = 30%
B 55 of 255 = 22%

82
77
55

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

Portions of RGB colors in percentages

R + G + B =
82 + 77 + 55 = 214 (100%)
R 82 of 214 ~ 38.32%
G 77 of 214 ~ 35.98%
B 55 of 214 ~ 25.7%

%38.32
%35.98
%25.7

CMYK color model

#524D37 color CMYK value is (0,6,33,68).

  • cyan value is 0.00%
  • magenta value is 6.10%
  • yellow value is 32.93%
  • key color value is 67.84%
CMYK:
(0,6,33,68)
C0M6Y33K68 
(0%,6%,33%,68%)
(0.00/0.06/0.33/0.68)	

CMYK percentages

%0
%6.1
%32.93
%67.84

Codes

Color #524D37 in popluar color models

524D37
RGB827755
HSL49°19.71%26.86%
HSB/HSV49°32.93%32.16%
CMYK0.00%6.10%32.93%
67.84%

Color #524D37 in popluar number systems.

HEX524D37
Decimal827755
Binary10100101001101110111
Octal12211567

Shades and tints

Shades of #524D37

#524D37
(82,77,55)
#4B4632
(75,70,50)
#443F2D
(68,63,45)
#3D3828
(61,56,40)
#363123
(54,49,35)
#2F2A1E
(47,42,30)
#282319
(40,35,25)
#211C14
(33,28,20)
#1A150F
(26,21,15)
#130E0A
(19,14,10)
#0C0705
(12,7,5)
#000000
(0,0,0)

Tints of #524D37

#524D37
(82,77,55)
#615D49
(97,93,73)
#706D5B
(112,109,91)
#7F7D6D
(127,125,109)
#8E8D7F
(142,141,127)
#9D9D91
(157,157,145)
#ACADA3
(172,173,163)
#BBBDB5
(187,189,181)
#CACDC7
(202,205,199)
#D9DDD9
(217,221,217)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524D37; }

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

This text font color is #524D37.


Background Color

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

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

This div background color is #524D37.


Border color

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

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

This div border color is #524D37.


Opacity

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

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

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

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

This text has shadow with #524D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524D37 on black background.


Color preview on white background

This text has color #524D37 on white background.



Black color preview on #524D37 background

This text has black color on #524D37 background.


White color preview on #524D37 background

This text has white color on #524D37 background.