COLOR #524254

HEX: #524254
RGB: (82,66,84)

Color info

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

RGB color model

#524254 color RGB value is (82,66,84).

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

RGB channels and saturation

R 82 of 255 = 32%
G 66 of 255 = 26%
B 84 of 255 = 33%

82
66
84

R + G + B ~ 30%. #524254 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 66 + 84 = 232 (100%)
R 82 of 232 ~ 35.34%
G 66 of 232 ~ 28.45%
B 84 of 232 ~ 36.21%

%35.34
%28.45
%36.21

CMYK color model

#524254 color CMYK value is (2,21,0,67).

  • cyan value is 2.38%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(2,21,0,67)
C2M21Y0K67 
(2%,21%,0%,67%)
(0.02/0.21/0.00/0.67)	

CMYK percentages

%2.38
%21.43
%0
%67.06

Codes

Color #524254 in popluar color models

524254
RGB826684
HSL293°12.00%29.41%
HSB/HSV293°21.43%32.94%
CMYK2.38%21.43%0.00%
67.06%

Color #524254 in popluar number systems.

HEX524254
Decimal826684
Binary101001010000101010100
Octal122102124

Shades and tints

Shades of #524254

#524254
(82,66,84)
#4B3C4D
(75,60,77)
#443646
(68,54,70)
#3D303F
(61,48,63)
#362A38
(54,42,56)
#2F2431
(47,36,49)
#281E2A
(40,30,42)
#211823
(33,24,35)
#1A121C
(26,18,28)
#130C15
(19,12,21)
#0C060E
(12,6,14)
#000000
(0,0,0)

Tints of #524254

#524254
(82,66,84)
#615363
(97,83,99)
#706472
(112,100,114)
#7F7581
(127,117,129)
#8E8690
(142,134,144)
#9D979F
(157,151,159)
#ACA8AE
(172,168,174)
#BBB9BD
(187,185,189)
#CACACC
(202,202,204)
#D9DBDB
(217,219,219)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524254; }

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

This text font color is #524254.


Background Color

.myBgColor { background-color: #524254; }

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

This div background color is #524254.


Border color

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

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

This div border color is #524254.


Opacity

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

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

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

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

This text has shadow with #524254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524254 on black background.


Color preview on white background

This text has color #524254 on white background.



Black color preview on #524254 background

This text has black color on #524254 background.


White color preview on #524254 background

This text has white color on #524254 background.