COLOR #524C41

HEX: #524C41
RGB: (82,76,65)

Color info

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

RGB color model

#524C41 color RGB value is (82,76,65).

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

RGB channels and saturation

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

82
76
65

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

Portions of RGB colors in percentages

R + G + B =
82 + 76 + 65 = 223 (100%)
R 82 of 223 ~ 36.77%
G 76 of 223 ~ 34.08%
B 65 of 223 ~ 29.15%

%36.77
%34.08
%29.15

CMYK color model

#524C41 color CMYK value is (0,7,21,68).

  • cyan value is 0.00%
  • magenta value is 7.32%
  • yellow value is 20.73%
  • key color value is 67.84%
CMYK:
(0,7,21,68)
C0M7Y21K68 
(0%,7%,21%,68%)
(0.00/0.07/0.21/0.68)	

CMYK percentages

%0
%7.32
%20.73
%67.84

Codes

Color #524C41 in popluar color models

524C41
RGB827665
HSL39°11.56%28.82%
HSB/HSV39°20.73%32.16%
CMYK0.00%7.32%20.73%
67.84%

Color #524C41 in popluar number systems.

HEX524C41
Decimal827665
Binary101001010011001000001
Octal122114101

Shades and tints

Shades of #524C41

#524C41
(82,76,65)
#4B463C
(75,70,60)
#444037
(68,64,55)
#3D3A32
(61,58,50)
#36342D
(54,52,45)
#2F2E28
(47,46,40)
#282823
(40,40,35)
#21221E
(33,34,30)
#1A1C19
(26,28,25)
#131614
(19,22,20)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #524C41

#524C41
(82,76,65)
#615C52
(97,92,82)
#706C63
(112,108,99)
#7F7C74
(127,124,116)
#8E8C85
(142,140,133)
#9D9C96
(157,156,150)
#ACACA7
(172,172,167)
#BBBCB8
(187,188,184)
#CACCC9
(202,204,201)
#D9DCDA
(217,220,218)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524C41; }

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

This text font color is #524C41.


Background Color

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

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

This div background color is #524C41.


Border color

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

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

This div border color is #524C41.


Opacity

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

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

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

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

This text has shadow with #524C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524C41 on black background.


Color preview on white background

This text has color #524C41 on white background.



Black color preview on #524C41 background

This text has black color on #524C41 background.


White color preview on #524C41 background

This text has white color on #524C41 background.