COLOR #524C52

HEX: #524C52
RGB: (82,76,82)

Color info

#524C52 contains red, green and blue colors in about the same proportion. Web safe color of #524C52 is #663366 (or #636).

RGB color model

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

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

RGB channels and saturation

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

82
76
82

R + G + B ~ 31%. #524C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 76 + 82 = 240 (100%)
R 82 of 240 ~ 34.17%
G 76 of 240 ~ 31.67%
B 82 of 240 ~ 34.17%

%34.17
%31.67
%34.17

CMYK color model

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

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

CMYK percentages

%0
%7.32
%0
%67.84

Codes

Color #524C52 in popluar color models

524C52
RGB827682
HSL300°3.80%30.98%
HSB/HSV300°7.32%32.16%
CMYK0.00%7.32%0.00%
67.84%

Color #524C52 in popluar number systems.

HEX524C52
Decimal827682
Binary101001010011001010010
Octal122114122

Shades and tints

Shades of #524C52

#524C52
(82,76,82)
#4B464B
(75,70,75)
#444044
(68,64,68)
#3D3A3D
(61,58,61)
#363436
(54,52,54)
#2F2E2F
(47,46,47)
#282828
(40,40,40)
#212221
(33,34,33)
#1A1C1A
(26,28,26)
#131613
(19,22,19)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #524C52

#524C52
(82,76,82)
#615C61
(97,92,97)
#706C70
(112,108,112)
#7F7C7F
(127,124,127)
#8E8C8E
(142,140,142)
#9D9C9D
(157,156,157)
#ACACAC
(172,172,172)
#BBBCBB
(187,188,187)
#CACCCA
(202,204,202)
#D9DCD9
(217,220,217)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524C52; }

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

This text font color is #524C52.


Background Color

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

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

This div background color is #524C52.


Border color

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

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

This div border color is #524C52.


Opacity

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

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

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

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

This text has shadow with #524C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524C52 on black background.


Color preview on white background

This text has color #524C52 on white background.



Black color preview on #524C52 background

This text has black color on #524C52 background.


White color preview on #524C52 background

This text has white color on #524C52 background.