COLOR #524D41

HEX: #524D41
RGB: (82,77,65)

Color info

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

RGB color model

#524D41 color RGB value is (82,77,65).

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

RGB channels and saturation

R 82 of 255 = 32%
G 77 of 255 = 30%
B 65 of 255 = 25%

82
77
65

R + G + B ~ 29%. #524D41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 77 + 65 = 224 (100%)
R 82 of 224 ~ 36.61%
G 77 of 224 ~ 34.38%
B 65 of 224 ~ 29.02%

%36.61
%34.38
%29.02

CMYK color model

#524D41 color CMYK value is (0,6,21,68).

  • cyan value is 0.00%
  • magenta value is 6.10%
  • yellow value is 20.73%
  • key color value is 67.84%
CMYK:
(0,6,21,68)
C0M6Y21K68 
(0%,6%,21%,68%)
(0.00/0.06/0.21/0.68)	

CMYK percentages

%0
%6.1
%20.73
%67.84

Codes

Color #524D41 in popluar color models

524D41
RGB827765
HSL42°11.56%28.82%
HSB/HSV42°20.73%32.16%
CMYK0.00%6.10%20.73%
67.84%

Color #524D41 in popluar number systems.

HEX524D41
Decimal827765
Binary101001010011011000001
Octal122115101

Shades and tints

Shades of #524D41

#524D41
(82,77,65)
#4B463C
(75,70,60)
#443F37
(68,63,55)
#3D3832
(61,56,50)
#36312D
(54,49,45)
#2F2A28
(47,42,40)
#282323
(40,35,35)
#211C1E
(33,28,30)
#1A1519
(26,21,25)
#130E14
(19,14,20)
#0C070F
(12,7,15)
#000000
(0,0,0)

Tints of #524D41

#524D41
(82,77,65)
#615D52
(97,93,82)
#706D63
(112,109,99)
#7F7D74
(127,125,116)
#8E8D85
(142,141,133)
#9D9D96
(157,157,150)
#ACADA7
(172,173,167)
#BBBDB8
(187,189,184)
#CACDC9
(202,205,201)
#D9DDDA
(217,221,218)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524D41; }

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

This text font color is #524D41.


Background Color

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

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

This div background color is #524D41.


Border color

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

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

This div border color is #524D41.


Opacity

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

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

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

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

This text has shadow with #524D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524D41 on black background.


Color preview on white background

This text has color #524D41 on white background.



Black color preview on #524D41 background

This text has black color on #524D41 background.


White color preview on #524D41 background

This text has white color on #524D41 background.