COLOR #524457

HEX: #524457
RGB: (82,68,87)

Color info

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

RGB color model

#524457 color RGB value is (82,68,87).

  • red value is 82;
  • green value is 68;
  • blue value is 87.
RGB:
(82,68,87)
(32%,27%,34%)

RGB channels and saturation

R 82 of 255 = 32%
G 68 of 255 = 27%
B 87 of 255 = 34%

82
68
87

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

Portions of RGB colors in percentages

R + G + B =
82 + 68 + 87 = 237 (100%)
R 82 of 237 ~ 34.6%
G 68 of 237 ~ 28.69%
B 87 of 237 ~ 36.71%

%34.6
%28.69
%36.71

CMYK color model

#524457 color CMYK value is (6,22,0,66).

  • cyan value is 5.75%
  • magenta value is 21.84%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(6,22,0,66)
C6M22Y0K66 
(6%,22%,0%,66%)
(0.06/0.22/0.00/0.66)	

CMYK percentages

%5.75
%21.84
%0
%65.88

Codes

Color #524457 in popluar color models

524457
RGB826887
HSL284°12.26%30.39%
HSB/HSV284°21.84%34.12%
CMYK5.75%21.84%0.00%
65.88%

Color #524457 in popluar number systems.

HEX524457
Decimal826887
Binary101001010001001010111
Octal122104127

Shades and tints

Shades of #524457

#524457
(82,68,87)
#4B3E50
(75,62,80)
#443849
(68,56,73)
#3D3242
(61,50,66)
#362C3B
(54,44,59)
#2F2634
(47,38,52)
#28202D
(40,32,45)
#211A26
(33,26,38)
#1A141F
(26,20,31)
#130E18
(19,14,24)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #524457

#524457
(82,68,87)
#615566
(97,85,102)
#706675
(112,102,117)
#7F7784
(127,119,132)
#8E8893
(142,136,147)
#9D99A2
(157,153,162)
#ACAAB1
(172,170,177)
#BBBBC0
(187,187,192)
#CACCCF
(202,204,207)
#D9DDDE
(217,221,222)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524457; }

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

This text font color is #524457.


Background Color

.myBgColor { background-color: #524457; }

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

This div background color is #524457.


Border color

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

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

This div border color is #524457.


Opacity

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

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

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

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

This text has shadow with #524457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524457 on black background.


Color preview on white background

This text has color #524457 on white background.



Black color preview on #524457 background

This text has black color on #524457 background.


White color preview on #524457 background

This text has white color on #524457 background.