COLOR #524C5D

HEX: #524C5D
RGB: (82,76,93)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

82
76
93

R + G + B ~ 33%. #524C5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 76 + 93 = 251 (100%)
R 82 of 251 ~ 32.67%
G 76 of 251 ~ 30.28%
B 93 of 251 ~ 37.05%

%32.67
%30.28
%37.05

CMYK color model

#524C5D color CMYK value is (12,18,0,64).

  • cyan value is 11.83%
  • magenta value is 18.28%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(12,18,0,64)
C12M18Y0K64 
(12%,18%,0%,64%)
(0.12/0.18/0.00/0.64)	

CMYK percentages

%11.83
%18.28
%0
%63.53

Codes

Color #524C5D in popluar color models

524C5D
RGB827693
HSL261°10.06%33.14%
HSB/HSV261°18.28%36.47%
CMYK11.83%18.28%0.00%
63.53%

Color #524C5D in popluar number systems.

HEX524C5D
Decimal827693
Binary101001010011001011101
Octal122114135

Shades and tints

Shades of #524C5D

#524C5D
(82,76,93)
#4B4655
(75,70,85)
#44404D
(68,64,77)
#3D3A45
(61,58,69)
#36343D
(54,52,61)
#2F2E35
(47,46,53)
#28282D
(40,40,45)
#212225
(33,34,37)
#1A1C1D
(26,28,29)
#131615
(19,22,21)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #524C5D

#524C5D
(82,76,93)
#615C6B
(97,92,107)
#706C79
(112,108,121)
#7F7C87
(127,124,135)
#8E8C95
(142,140,149)
#9D9CA3
(157,156,163)
#ACACB1
(172,172,177)
#BBBCBF
(187,188,191)
#CACCCD
(202,204,205)
#D9DCDB
(217,220,219)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524C5D; }

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

This text font color is #524C5D.


Background Color

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

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

This div background color is #524C5D.


Border color

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

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

This div border color is #524C5D.


Opacity

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

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

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

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

This text has shadow with #524C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524C5D on black background.


Color preview on white background

This text has color #524C5D on white background.



Black color preview on #524C5D background

This text has black color on #524C5D background.


White color preview on #524C5D background

This text has white color on #524C5D background.