COLOR #524854

HEX: #524854
RGB: (82,72,84)

Color info

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

RGB color model

#524854 color RGB value is (82,72,84).

  • red value is 82;
  • green value is 72;
  • blue value is 84.
RGB:
(82,72,84)
(32%,28%,33%)

RGB channels and saturation

R 82 of 255 = 32%
G 72 of 255 = 28%
B 84 of 255 = 33%

82
72
84

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

Portions of RGB colors in percentages

R + G + B =
82 + 72 + 84 = 238 (100%)
R 82 of 238 ~ 34.45%
G 72 of 238 ~ 30.25%
B 84 of 238 ~ 35.29%

%34.45
%30.25
%35.29

CMYK color model

#524854 color CMYK value is (2,14,0,67).

  • cyan value is 2.38%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(2,14,0,67)
C2M14Y0K67 
(2%,14%,0%,67%)
(0.02/0.14/0.00/0.67)	

CMYK percentages

%2.38
%14.29
%0
%67.06

Codes

Color #524854 in popluar color models

524854
RGB827284
HSL290°7.69%30.59%
HSB/HSV290°14.29%32.94%
CMYK2.38%14.29%0.00%
67.06%

Color #524854 in popluar number systems.

HEX524854
Decimal827284
Binary101001010010001010100
Octal122110124

Shades and tints

Shades of #524854

#524854
(82,72,84)
#4B424D
(75,66,77)
#443C46
(68,60,70)
#3D363F
(61,54,63)
#363038
(54,48,56)
#2F2A31
(47,42,49)
#28242A
(40,36,42)
#211E23
(33,30,35)
#1A181C
(26,24,28)
#131215
(19,18,21)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #524854

#524854
(82,72,84)
#615863
(97,88,99)
#706872
(112,104,114)
#7F7881
(127,120,129)
#8E8890
(142,136,144)
#9D989F
(157,152,159)
#ACA8AE
(172,168,174)
#BBB8BD
(187,184,189)
#CAC8CC
(202,200,204)
#D9D8DB
(217,216,219)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524854 color. Also use rgb(82,72,84) instead hex code.

Text Font Color

.myTextColor { color: #524854; }

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

This text font color is #524854.


Background Color

.myBgColor { background-color: #524854; }

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

This div background color is #524854.


Border color

.myBorderColor { border: 1px solid #524854; }

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

This div border color is #524854.


Opacity

.myOpacity80 { color: #524854; opacity: 0.8; }

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

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

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

This text has shadow with #524854 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524854 on black background.


Color preview on white background

This text has color #524854 on white background.



Black color preview on #524854 background

This text has black color on #524854 background.


White color preview on #524854 background

This text has white color on #524854 background.