COLOR #524F4C

HEX: #524F4C
RGB: (82,79,76)

Color info

#524F4C contains red, green and blue colors in about the same proportion. Web safe color of #524F4C is #666633 (or #663).

RGB color model

#524F4C color RGB value is (82,79,76).

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

RGB channels and saturation

R 82 of 255 = 32%
G 79 of 255 = 31%
B 76 of 255 = 30%

82
79
76

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

Portions of RGB colors in percentages

R + G + B =
82 + 79 + 76 = 237 (100%)
R 82 of 237 ~ 34.6%
G 79 of 237 ~ 33.33%
B 76 of 237 ~ 32.07%

%34.6
%33.33
%32.07

CMYK color model

#524F4C color CMYK value is (0,4,7,68).

  • cyan value is 0.00%
  • magenta value is 3.66%
  • yellow value is 7.32%
  • key color value is 67.84%
CMYK:
(0,4,7,68)
C0M4Y7K68 
(0%,4%,7%,68%)
(0.00/0.04/0.07/0.68)	

CMYK percentages

%0
%3.66
%7.32
%67.84

Codes

Color #524F4C in popluar color models

524F4C
RGB827976
HSL30°3.80%30.98%
HSB/HSV30°7.32%32.16%
CMYK0.00%3.66%7.32%
67.84%

Color #524F4C in popluar number systems.

HEX524F4C
Decimal827976
Binary101001010011111001100
Octal122117114

Shades and tints

Shades of #524F4C

#524F4C
(82,79,76)
#4B4846
(75,72,70)
#444140
(68,65,64)
#3D3A3A
(61,58,58)
#363334
(54,51,52)
#2F2C2E
(47,44,46)
#282528
(40,37,40)
#211E22
(33,30,34)
#1A171C
(26,23,28)
#131016
(19,16,22)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #524F4C

#524F4C
(82,79,76)
#615F5C
(97,95,92)
#706F6C
(112,111,108)
#7F7F7C
(127,127,124)
#8E8F8C
(142,143,140)
#9D9F9C
(157,159,156)
#ACAFAC
(172,175,172)
#BBBFBC
(187,191,188)
#CACFCC
(202,207,204)
#D9DFDC
(217,223,220)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524F4C; }

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

This text font color is #524F4C.


Background Color

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

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

This div background color is #524F4C.


Border color

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

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

This div border color is #524F4C.


Opacity

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

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

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

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

This text has shadow with #524F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524F4C on black background.


Color preview on white background

This text has color #524F4C on white background.



Black color preview on #524F4C background

This text has black color on #524F4C background.


White color preview on #524F4C background

This text has white color on #524F4C background.