COLOR #524D49

HEX: #524D49
RGB: (82,77,73)

Color info

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

RGB color model

#524D49 color RGB value is (82,77,73).

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

RGB channels and saturation

R 82 of 255 = 32%
G 77 of 255 = 30%
B 73 of 255 = 29%

82
77
73

R + G + B ~ 30%. #524D49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 77 + 73 = 232 (100%)
R 82 of 232 ~ 35.34%
G 77 of 232 ~ 33.19%
B 73 of 232 ~ 31.47%

%35.34
%33.19
%31.47

CMYK color model

#524D49 color CMYK value is (0,6,11,68).

  • cyan value is 0.00%
  • magenta value is 6.10%
  • yellow value is 10.98%
  • key color value is 67.84%
CMYK:
(0,6,11,68)
C0M6Y11K68 
(0%,6%,11%,68%)
(0.00/0.06/0.11/0.68)	

CMYK percentages

%0
%6.1
%10.98
%67.84

Codes

Color #524D49 in popluar color models

524D49
RGB827773
HSL27°5.81%30.39%
HSB/HSV27°10.98%32.16%
CMYK0.00%6.10%10.98%
67.84%

Color #524D49 in popluar number systems.

HEX524D49
Decimal827773
Binary101001010011011001001
Octal122115111

Shades and tints

Shades of #524D49

#524D49
(82,77,73)
#4B4643
(75,70,67)
#443F3D
(68,63,61)
#3D3837
(61,56,55)
#363131
(54,49,49)
#2F2A2B
(47,42,43)
#282325
(40,35,37)
#211C1F
(33,28,31)
#1A1519
(26,21,25)
#130E13
(19,14,19)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #524D49

#524D49
(82,77,73)
#615D59
(97,93,89)
#706D69
(112,109,105)
#7F7D79
(127,125,121)
#8E8D89
(142,141,137)
#9D9D99
(157,157,153)
#ACADA9
(172,173,169)
#BBBDB9
(187,189,185)
#CACDC9
(202,205,201)
#D9DDD9
(217,221,217)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524D49; }

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

This text font color is #524D49.


Background Color

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

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

This div background color is #524D49.


Border color

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

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

This div border color is #524D49.


Opacity

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

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

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

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

This text has shadow with #524D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524D49 on black background.


Color preview on white background

This text has color #524D49 on white background.



Black color preview on #524D49 background

This text has black color on #524D49 background.


White color preview on #524D49 background

This text has white color on #524D49 background.