COLOR #524A5F

HEX: #524A5F
RGB: (82,74,95)

Color info

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

RGB color model

#524A5F color RGB value is (82,74,95).

  • red value is 82;
  • green value is 74;
  • blue value is 95.
RGB:
(82,74,95)
(32%,29%,37%)

RGB channels and saturation

R 82 of 255 = 32%
G 74 of 255 = 29%
B 95 of 255 = 37%

82
74
95

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

Portions of RGB colors in percentages

R + G + B =
82 + 74 + 95 = 251 (100%)
R 82 of 251 ~ 32.67%
G 74 of 251 ~ 29.48%
B 95 of 251 ~ 37.85%

%32.67
%29.48
%37.85

CMYK color model

#524A5F color CMYK value is (14,22,0,63).

  • cyan value is 13.68%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(14,22,0,63)
C14M22Y0K63 
(14%,22%,0%,63%)
(0.14/0.22/0.00/0.63)	

CMYK percentages

%13.68
%22.11
%0
%62.75

Codes

Color #524A5F in popluar color models

524A5F
RGB827495
HSL263°12.43%33.14%
HSB/HSV263°22.11%37.25%
CMYK13.68%22.11%0.00%
62.75%

Color #524A5F in popluar number systems.

HEX524A5F
Decimal827495
Binary101001010010101011111
Octal122112137

Shades and tints

Shades of #524A5F

#524A5F
(82,74,95)
#4B4457
(75,68,87)
#443E4F
(68,62,79)
#3D3847
(61,56,71)
#36323F
(54,50,63)
#2F2C37
(47,44,55)
#28262F
(40,38,47)
#212027
(33,32,39)
#1A1A1F
(26,26,31)
#131417
(19,20,23)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #524A5F

#524A5F
(82,74,95)
#615A6D
(97,90,109)
#706A7B
(112,106,123)
#7F7A89
(127,122,137)
#8E8A97
(142,138,151)
#9D9AA5
(157,154,165)
#ACAAB3
(172,170,179)
#BBBAC1
(187,186,193)
#CACACF
(202,202,207)
#D9DADD
(217,218,221)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524A5F; }

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

This text font color is #524A5F.


Background Color

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

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

This div background color is #524A5F.


Border color

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

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

This div border color is #524A5F.


Opacity

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

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

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

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

This text has shadow with #524A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524A5F on black background.


Color preview on white background

This text has color #524A5F on white background.



Black color preview on #524A5F background

This text has black color on #524A5F background.


White color preview on #524A5F background

This text has white color on #524A5F background.