COLOR #524040

HEX: #524040 RGB: (82,64,64)

Color info

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

RGB color model

#524040 color RGB value is (82,64,64).

RGB: (82,64,64) (32%, 25%, 25%)

RGB channels and saturation

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

82
64
64

R + G + B ~ 27%. #524040 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 64 + 64 = 210 (100%)
R 82 of 210 ~ 39.05%
G 64 of 210 ~ 30.48%
B 64 of 210 ~ 30.48'%

%39.05
%30.48
%30.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 21.95%
  • key color value is 67.84%

CMYK: (0,22,22,68)
C0M22Y22K68 (0%, 22%, 22%, 68%)
(0.00 / 0.22 / 0.22 / 0.68)

CMYK percentages

%0
%21.95
%21.95
%67.84

Codes

Color #524040 in popluar color models

52 40 40
RGB 82 64 64
HSL 12.33% 28.63%
HSB/HSV 21.95% 32.16%
CMYK 0.00% 21.95% 21.95%
67.84%

Color #524040 in popluar number systems.

HEX 52 40 40
Decimal 82 64 64
Binary 1010010 1000000 1000000
Octal 122 100 100

Shades and tints

Shades of #524040

#524040
(82,64,64)
#4B3B3B
(75,59,59)
#443636
(68,54,54)
#3D3131
(61,49,49)
#362C2C
(54,44,44)
#2F2727
(47,39,39)
#282222
(40,34,34)
#211D1D
(33,29,29)
#1A1818
(26,24,24)
#131313
(19,19,19)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #524040

#524040
(82,64,64)
#615151
(97,81,81)
#706262
(112,98,98)
#7F7373
(127,115,115)
#8E8484
(142,132,132)
#9D9595
(157,149,149)
#ACA6A6
(172,166,166)
#BBB7B7
(187,183,183)
#CAC8C8
(202,200,200)
#D9D9D9
(217,217,217)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524040; }

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

This text font color is #524040.

Background Color

.myBgColor { background-color: #524040; }

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

This div background color is #524040.

Border color

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

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

This div border color is #524040.

Opacity

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

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

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

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

This text has shadow with #524040 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524040.

Preview

Color preview on black background

This text has color #524040 on black background.


Color preview on white background

This text has color #524040 on white background.


Black color preview on #524040 background

This text has black color on #524040 background.


White color preview on #524040 background

This text has white color on #524040 background.


Related colors

Complementary color

Complementary color for #hex is #ADBFBF.


I love getcolorcode.com