COLOR #524D39

HEX: #524D39
RGB: (82,77,57)

Color info

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

RGB color model

#524D39 color RGB value is (82,77,57).

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

RGB channels and saturation

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

82
77
57

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

Portions of RGB colors in percentages

R + G + B =
82 + 77 + 57 = 216 (100%)
R 82 of 216 ~ 37.96%
G 77 of 216 ~ 35.65%
B 57 of 216 ~ 26.39%

%37.96
%35.65
%26.39

CMYK color model

#524D39 color CMYK value is (0,6,30,68).

  • cyan value is 0.00%
  • magenta value is 6.10%
  • yellow value is 30.49%
  • key color value is 67.84%
CMYK:
(0,6,30,68)
C0M6Y30K68 
(0%,6%,30%,68%)
(0.00/0.06/0.30/0.68)	

CMYK percentages

%0
%6.1
%30.49
%67.84

Codes

Color #524D39 in popluar color models

524D39
RGB827757
HSL48°17.99%27.25%
HSB/HSV48°30.49%32.16%
CMYK0.00%6.10%30.49%
67.84%

Color #524D39 in popluar number systems.

HEX524D39
Decimal827757
Binary10100101001101111001
Octal12211571

Shades and tints

Shades of #524D39

#524D39
(82,77,57)
#4B4634
(75,70,52)
#443F2F
(68,63,47)
#3D382A
(61,56,42)
#363125
(54,49,37)
#2F2A20
(47,42,32)
#28231B
(40,35,27)
#211C16
(33,28,22)
#1A1511
(26,21,17)
#130E0C
(19,14,12)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #524D39

#524D39
(82,77,57)
#615D4B
(97,93,75)
#706D5D
(112,109,93)
#7F7D6F
(127,125,111)
#8E8D81
(142,141,129)
#9D9D93
(157,157,147)
#ACADA5
(172,173,165)
#BBBDB7
(187,189,183)
#CACDC9
(202,205,201)
#D9DDDB
(217,221,219)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524D39; }

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

This text font color is #524D39.


Background Color

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

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

This div background color is #524D39.


Border color

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

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

This div border color is #524D39.


Opacity

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

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

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

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

This text has shadow with #524D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524D39 on black background.


Color preview on white background

This text has color #524D39 on white background.



Black color preview on #524D39 background

This text has black color on #524D39 background.


White color preview on #524D39 background

This text has white color on #524D39 background.