COLOR #524A61

HEX: #524A61
RGB: (82,74,97)

Color info

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

RGB color model

#524A61 color RGB value is (82,74,97).

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

RGB channels and saturation

R 82 of 255 = 32%
G 74 of 255 = 29%
B 97 of 255 = 38%

82
74
97

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

Portions of RGB colors in percentages

R + G + B =
82 + 74 + 97 = 253 (100%)
R 82 of 253 ~ 32.41%
G 74 of 253 ~ 29.25%
B 97 of 253 ~ 38.34%

%32.41
%29.25
%38.34

CMYK color model

#524A61 color CMYK value is (15,24,0,62).

  • cyan value is 15.46%
  • magenta value is 23.71%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(15,24,0,62)
C15M24Y0K62 
(15%,24%,0%,62%)
(0.15/0.24/0.00/0.62)	

CMYK percentages

%15.46
%23.71
%0
%61.96

Codes

Color #524A61 in popluar color models

524A61
RGB827497
HSL261°13.45%33.53%
HSB/HSV261°23.71%38.04%
CMYK15.46%23.71%0.00%
61.96%

Color #524A61 in popluar number systems.

HEX524A61
Decimal827497
Binary101001010010101100001
Octal122112141

Shades and tints

Shades of #524A61

#524A61
(82,74,97)
#4B4459
(75,68,89)
#443E51
(68,62,81)
#3D3849
(61,56,73)
#363241
(54,50,65)
#2F2C39
(47,44,57)
#282631
(40,38,49)
#212029
(33,32,41)
#1A1A21
(26,26,33)
#131419
(19,20,25)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #524A61

#524A61
(82,74,97)
#615A6F
(97,90,111)
#706A7D
(112,106,125)
#7F7A8B
(127,122,139)
#8E8A99
(142,138,153)
#9D9AA7
(157,154,167)
#ACAAB5
(172,170,181)
#BBBAC3
(187,186,195)
#CACAD1
(202,202,209)
#D9DADF
(217,218,223)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524A61; }

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

This text font color is #524A61.


Background Color

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

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

This div background color is #524A61.


Border color

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

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

This div border color is #524A61.


Opacity

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

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

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

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

This text has shadow with #524A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524A61 on black background.


Color preview on white background

This text has color #524A61 on white background.



Black color preview on #524A61 background

This text has black color on #524A61 background.


White color preview on #524A61 background

This text has white color on #524A61 background.