COLOR #524F5F

HEX: #524F5F
RGB: (82,79,95)

Color info

#524F5F contains red, green and blue colors in about the same proportion. Web safe color of #524F5F is #666666 (or #666).

RGB color model

#524F5F color RGB value is (82,79,95).

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

RGB channels and saturation

R 82 of 255 = 32%
G 79 of 255 = 31%
B 95 of 255 = 37%

82
79
95

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

Portions of RGB colors in percentages

R + G + B =
82 + 79 + 95 = 256 (100%)
R 82 of 256 ~ 32.03%
G 79 of 256 ~ 30.86%
B 95 of 256 ~ 37.11%

%32.03
%30.86
%37.11

CMYK color model

#524F5F color CMYK value is (14,17,0,63).

  • cyan value is 13.68%
  • magenta value is 16.84%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK: (14,17,0,63) C14M17Y0K63 (14%,17%,0%,63%) (0.14/0.17/0.00/0.63)

CMYK percentages

%13.68
%16.84
%0
%62.75

Codes

Color #524F5F in popluar color models

524F5F
RGB827995
HSL251°9.20%34.12%
HSB/HSV251°16.84%37.25%
CMYK13.68%16.84%0.00%
62.75%

Color #524F5F in popluar number systems.

HEX524F5F
Decimal827995
Binary101001010011111011111
Octal122117137

Shades and tints

Shades of #524F5F

#524F5F
(82,79,95)
#4B4857
(75,72,87)
#44414F
(68,65,79)
#3D3A47
(61,58,71)
#36333F
(54,51,63)
#2F2C37
(47,44,55)
#28252F
(40,37,47)
#211E27
(33,30,39)
#1A171F
(26,23,31)
#131017
(19,16,23)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #524F5F

#524F5F
(82,79,95)
#615F6D
(97,95,109)
#706F7B
(112,111,123)
#7F7F89
(127,127,137)
#8E8F97
(142,143,151)
#9D9FA5
(157,159,165)
#ACAFB3
(172,175,179)
#BBBFC1
(187,191,193)
#CACFCF
(202,207,207)
#D9DFDD
(217,223,221)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524F5F; }

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

This text font color is #524F5F.


Background Color

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

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

This div background color is #524F5F.


Border color

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

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

This div border color is #524F5F.


Opacity

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

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

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

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

This text has shadow with #524F5F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #524F5F on black background.


Color preview on white background

This text has color #524F5F on white background.



Black color preview on #524F5F background

This text has black color on #524F5F background.


White color preview on #524F5F background

This text has white color on #524F5F background.