COLOR #524B5B

HEX: #524B5B
RGB: (82,75,91)

Color info

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

RGB color model

#524B5B color RGB value is (82,75,91).

  • red value is 82;
  • green value is 75;
  • blue value is 91.
RGB:
(82,75,91)
(32%,29%,36%)

RGB channels and saturation

R 82 of 255 = 32%
G 75 of 255 = 29%
B 91 of 255 = 36%

82
75
91

R + G + B ~ 32%. #524B5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 75 + 91 = 248 (100%)
R 82 of 248 ~ 33.06%
G 75 of 248 ~ 30.24%
B 91 of 248 ~ 36.69%

%33.06
%30.24
%36.69

CMYK color model

#524B5B color CMYK value is (10,18,0,64).

  • cyan value is 9.89%
  • magenta value is 17.58%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(10,18,0,64)
C10M18Y0K64 
(10%,18%,0%,64%)
(0.10/0.18/0.00/0.64)	

CMYK percentages

%9.89
%17.58
%0
%64.31

Codes

Color #524B5B in popluar color models

524B5B
RGB827591
HSL266°9.64%32.55%
HSB/HSV266°17.58%35.69%
CMYK9.89%17.58%0.00%
64.31%

Color #524B5B in popluar number systems.

HEX524B5B
Decimal827591
Binary101001010010111011011
Octal122113133

Shades and tints

Shades of #524B5B

#524B5B
(82,75,91)
#4B4553
(75,69,83)
#443F4B
(68,63,75)
#3D3943
(61,57,67)
#36333B
(54,51,59)
#2F2D33
(47,45,51)
#28272B
(40,39,43)
#212123
(33,33,35)
#1A1B1B
(26,27,27)
#131513
(19,21,19)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #524B5B

#524B5B
(82,75,91)
#615B69
(97,91,105)
#706B77
(112,107,119)
#7F7B85
(127,123,133)
#8E8B93
(142,139,147)
#9D9BA1
(157,155,161)
#ACABAF
(172,171,175)
#BBBBBD
(187,187,189)
#CACBCB
(202,203,203)
#D9DBD9
(217,219,217)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524B5B; }

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

This text font color is #524B5B.


Background Color

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

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

This div background color is #524B5B.


Border color

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

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

This div border color is #524B5B.


Opacity

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

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

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

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

This text has shadow with #524B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524B5B on black background.


Color preview on white background

This text has color #524B5B on white background.



Black color preview on #524B5B background

This text has black color on #524B5B background.


White color preview on #524B5B background

This text has white color on #524B5B background.