COLOR #524F50

HEX: #524F50
RGB: (82,79,80)

Color info

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

RGB color model

#524F50 color RGB value is (82,79,80).

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

RGB channels and saturation

R 82 of 255 = 32%
G 79 of 255 = 31%
B 80 of 255 = 31%

82
79
80

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

Portions of RGB colors in percentages

R + G + B =
82 + 79 + 80 = 241 (100%)
R 82 of 241 ~ 34.02%
G 79 of 241 ~ 32.78%
B 80 of 241 ~ 33.2%

%34.02
%32.78
%33.2

CMYK color model

#524F50 color CMYK value is (0,4,2,68).

  • cyan value is 0.00%
  • magenta value is 3.66%
  • yellow value is 2.44%
  • key color value is 67.84%
CMYK:
(0,4,2,68)
C0M4Y2K68 
(0%,4%,2%,68%)
(0.00/0.04/0.02/0.68)	

CMYK percentages

%0
%3.66
%2.44
%67.84

Codes

Color #524F50 in popluar color models

524F50
RGB827980
HSL340°1.86%31.57%
HSB/HSV340°3.66%32.16%
CMYK0.00%3.66%2.44%
67.84%

Color #524F50 in popluar number systems.

HEX524F50
Decimal827980
Binary101001010011111010000
Octal122117120

Shades and tints

Shades of #524F50

#524F50
(82,79,80)
#4B4849
(75,72,73)
#444142
(68,65,66)
#3D3A3B
(61,58,59)
#363334
(54,51,52)
#2F2C2D
(47,44,45)
#282526
(40,37,38)
#211E1F
(33,30,31)
#1A1718
(26,23,24)
#131011
(19,16,17)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #524F50

#524F50
(82,79,80)
#615F5F
(97,95,95)
#706F6E
(112,111,110)
#7F7F7D
(127,127,125)
#8E8F8C
(142,143,140)
#9D9F9B
(157,159,155)
#ACAFAA
(172,175,170)
#BBBFB9
(187,191,185)
#CACFC8
(202,207,200)
#D9DFD7
(217,223,215)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524F50; }

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

This text font color is #524F50.


Background Color

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

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

This div background color is #524F50.


Border color

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

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

This div border color is #524F50.


Opacity

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

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

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

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

This text has shadow with #524F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524F50 on black background.


Color preview on white background

This text has color #524F50 on white background.



Black color preview on #524F50 background

This text has black color on #524F50 background.


White color preview on #524F50 background

This text has white color on #524F50 background.