COLOR #524850

HEX: #524850
RGB: (82,72,80)

Color info

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

RGB color model

#524850 color RGB value is (82,72,80).

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

RGB channels and saturation

R 82 of 255 = 32%
G 72 of 255 = 28%
B 80 of 255 = 31%

82
72
80

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

Portions of RGB colors in percentages

R + G + B =
82 + 72 + 80 = 234 (100%)
R 82 of 234 ~ 35.04%
G 72 of 234 ~ 30.77%
B 80 of 234 ~ 34.19%

%35.04
%30.77
%34.19

CMYK color model

#524850 color CMYK value is (0,12,2,68).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 2.44%
  • key color value is 67.84%
CMYK:
(0,12,2,68)
C0M12Y2K68 
(0%,12%,2%,68%)
(0.00/0.12/0.02/0.68)	

CMYK percentages

%0
%12.2
%2.44
%67.84

Codes

Color #524850 in popluar color models

524850
RGB827280
HSL312°6.49%30.20%
HSB/HSV312°12.20%32.16%
CMYK0.00%12.20%2.44%
67.84%

Color #524850 in popluar number systems.

HEX524850
Decimal827280
Binary101001010010001010000
Octal122110120

Shades and tints

Shades of #524850

#524850
(82,72,80)
#4B4249
(75,66,73)
#443C42
(68,60,66)
#3D363B
(61,54,59)
#363034
(54,48,52)
#2F2A2D
(47,42,45)
#282426
(40,36,38)
#211E1F
(33,30,31)
#1A1818
(26,24,24)
#131211
(19,18,17)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #524850

#524850
(82,72,80)
#61585F
(97,88,95)
#70686E
(112,104,110)
#7F787D
(127,120,125)
#8E888C
(142,136,140)
#9D989B
(157,152,155)
#ACA8AA
(172,168,170)
#BBB8B9
(187,184,185)
#CAC8C8
(202,200,200)
#D9D8D7
(217,216,215)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524850; }

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

This text font color is #524850.


Background Color

.myBgColor { background-color: #524850; }

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

This div background color is #524850.


Border color

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

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

This div border color is #524850.


Opacity

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

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

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

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

This text has shadow with #524850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524850 on black background.


Color preview on white background

This text has color #524850 on white background.



Black color preview on #524850 background

This text has black color on #524850 background.


White color preview on #524850 background

This text has white color on #524850 background.