COLOR #524A4F

HEX: #524A4F
RGB: (82,74,79)

Color info

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

RGB color model

#524A4F color RGB value is (82,74,79).

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

RGB channels and saturation

R 82 of 255 = 32%
G 74 of 255 = 29%
B 79 of 255 = 31%

82
74
79

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

Portions of RGB colors in percentages

R + G + B =
82 + 74 + 79 = 235 (100%)
R 82 of 235 ~ 34.89%
G 74 of 235 ~ 31.49%
B 79 of 235 ~ 33.62%

%34.89
%31.49
%33.62

CMYK color model

#524A4F color CMYK value is (0,10,4,68).

  • cyan value is 0.00%
  • magenta value is 9.76%
  • yellow value is 3.66%
  • key color value is 67.84%
CMYK:
(0,10,4,68)
C0M10Y4K68 
(0%,10%,4%,68%)
(0.00/0.10/0.04/0.68)	

CMYK percentages

%0
%9.76
%3.66
%67.84

Codes

Color #524A4F in popluar color models

524A4F
RGB827479
HSL323°5.13%30.59%
HSB/HSV323°9.76%32.16%
CMYK0.00%9.76%3.66%
67.84%

Color #524A4F in popluar number systems.

HEX524A4F
Decimal827479
Binary101001010010101001111
Octal122112117

Shades and tints

Shades of #524A4F

#524A4F
(82,74,79)
#4B4448
(75,68,72)
#443E41
(68,62,65)
#3D383A
(61,56,58)
#363233
(54,50,51)
#2F2C2C
(47,44,44)
#282625
(40,38,37)
#21201E
(33,32,30)
#1A1A17
(26,26,23)
#131410
(19,20,16)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #524A4F

#524A4F
(82,74,79)
#615A5F
(97,90,95)
#706A6F
(112,106,111)
#7F7A7F
(127,122,127)
#8E8A8F
(142,138,143)
#9D9A9F
(157,154,159)
#ACAAAF
(172,170,175)
#BBBABF
(187,186,191)
#CACACF
(202,202,207)
#D9DADF
(217,218,223)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524A4F; }

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

This text font color is #524A4F.


Background Color

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

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

This div background color is #524A4F.


Border color

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

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

This div border color is #524A4F.


Opacity

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

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

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

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

This text has shadow with #524A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524A4F on black background.


Color preview on white background

This text has color #524A4F on white background.



Black color preview on #524A4F background

This text has black color on #524A4F background.


White color preview on #524A4F background

This text has white color on #524A4F background.