COLOR #524954

HEX: #524954
RGB: (82,73,84)

Color info

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

RGB color model

#524954 color RGB value is (82,73,84).

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

RGB channels and saturation

R 82 of 255 = 32%
G 73 of 255 = 29%
B 84 of 255 = 33%

82
73
84

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

Portions of RGB colors in percentages

R + G + B =
82 + 73 + 84 = 239 (100%)
R 82 of 239 ~ 34.31%
G 73 of 239 ~ 30.54%
B 84 of 239 ~ 35.15%

%34.31
%30.54
%35.15

CMYK color model

#524954 color CMYK value is (2,13,0,67).

  • cyan value is 2.38%
  • magenta value is 13.10%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(2,13,0,67)
C2M13Y0K67 
(2%,13%,0%,67%)
(0.02/0.13/0.00/0.67)	

CMYK percentages

%2.38
%13.1
%0
%67.06

Codes

Color #524954 in popluar color models

524954
RGB827384
HSL289°7.01%30.78%
HSB/HSV289°13.10%32.94%
CMYK2.38%13.10%0.00%
67.06%

Color #524954 in popluar number systems.

HEX524954
Decimal827384
Binary101001010010011010100
Octal122111124

Shades and tints

Shades of #524954

#524954
(82,73,84)
#4B434D
(75,67,77)
#443D46
(68,61,70)
#3D373F
(61,55,63)
#363138
(54,49,56)
#2F2B31
(47,43,49)
#28252A
(40,37,42)
#211F23
(33,31,35)
#1A191C
(26,25,28)
#131315
(19,19,21)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #524954

#524954
(82,73,84)
#615963
(97,89,99)
#706972
(112,105,114)
#7F7981
(127,121,129)
#8E8990
(142,137,144)
#9D999F
(157,153,159)
#ACA9AE
(172,169,174)
#BBB9BD
(187,185,189)
#CAC9CC
(202,201,204)
#D9D9DB
(217,217,219)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524954; }

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

This text font color is #524954.


Background Color

.myBgColor { background-color: #524954; }

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

This div background color is #524954.


Border color

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

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

This div border color is #524954.


Opacity

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

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

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

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

This text has shadow with #524954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524954 on black background.


Color preview on white background

This text has color #524954 on white background.



Black color preview on #524954 background

This text has black color on #524954 background.


White color preview on #524954 background

This text has white color on #524954 background.