COLOR #524840

HEX: #524840
RGB: (82,72,64)

Color info

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

RGB color model

#524840 color RGB value is (82,72,64).

  • red value is 82;
  • green value is 72;
  • blue value is 64.
RGB:
(82,72,64)
(32%,28%,25%)

RGB channels and saturation

R 82 of 255 = 32%
G 72 of 255 = 28%
B 64 of 255 = 25%

82
72
64

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

Portions of RGB colors in percentages

R + G + B =
82 + 72 + 64 = 218 (100%)
R 82 of 218 ~ 37.61%
G 72 of 218 ~ 33.03%
B 64 of 218 ~ 29.36%

%37.61
%33.03
%29.36

CMYK color model

#524840 color CMYK value is (0,12,22,68).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 21.95%
  • key color value is 67.84%
CMYK:
(0,12,22,68)
C0M12Y22K68 
(0%,12%,22%,68%)
(0.00/0.12/0.22/0.68)	

CMYK percentages

%0
%12.2
%21.95
%67.84

Codes

Color #524840 in popluar color models

524840
RGB827264
HSL27°12.33%28.63%
HSB/HSV27°21.95%32.16%
CMYK0.00%12.20%21.95%
67.84%

Color #524840 in popluar number systems.

HEX524840
Decimal827264
Binary101001010010001000000
Octal122110100

Shades and tints

Shades of #524840

#524840
(82,72,64)
#4B423B
(75,66,59)
#443C36
(68,60,54)
#3D3631
(61,54,49)
#36302C
(54,48,44)
#2F2A27
(47,42,39)
#282422
(40,36,34)
#211E1D
(33,30,29)
#1A1818
(26,24,24)
#131213
(19,18,19)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #524840

#524840
(82,72,64)
#615851
(97,88,81)
#706862
(112,104,98)
#7F7873
(127,120,115)
#8E8884
(142,136,132)
#9D9895
(157,152,149)
#ACA8A6
(172,168,166)
#BBB8B7
(187,184,183)
#CAC8C8
(202,200,200)
#D9D8D9
(217,216,217)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524840 color. Also use rgb(82,72,64) instead hex code.

Text Font Color

.myTextColor { color: #524840; }

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

This text font color is #524840.


Background Color

.myBgColor { background-color: #524840; }

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

This div background color is #524840.


Border color

.myBorderColor { border: 1px solid #524840; }

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

This div border color is #524840.


Opacity

.myOpacity80 { color: #524840; opacity: 0.8; }

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

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

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

This text has shadow with #524840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524840 on black background.


Color preview on white background

This text has color #524840 on white background.



Black color preview on #524840 background

This text has black color on #524840 background.


White color preview on #524840 background

This text has white color on #524840 background.