COLOR #524862

HEX: #524862
RGB: (82,72,98)

Color info

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

RGB color model

#524862 color RGB value is (82,72,98).

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

RGB channels and saturation

R 82 of 255 = 32%
G 72 of 255 = 28%
B 98 of 255 = 38%

82
72
98

R + G + B ~ 33%. #524862 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 72 + 98 = 252 (100%)
R 82 of 252 ~ 32.54%
G 72 of 252 ~ 28.57%
B 98 of 252 ~ 38.89%

%32.54
%28.57
%38.89

CMYK color model

#524862 color CMYK value is (16,27,0,62).

  • cyan value is 16.33%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(16,27,0,62)
C16M27Y0K62 
(16%,27%,0%,62%)
(0.16/0.27/0.00/0.62)	

CMYK percentages

%16.33
%26.53
%0
%61.57

Codes

Color #524862 in popluar color models

524862
RGB827298
HSL263°15.29%33.33%
HSB/HSV263°26.53%38.43%
CMYK16.33%26.53%0.00%
61.57%

Color #524862 in popluar number systems.

HEX524862
Decimal827298
Binary101001010010001100010
Octal122110142

Shades and tints

Shades of #524862

#524862
(82,72,98)
#4B425A
(75,66,90)
#443C52
(68,60,82)
#3D364A
(61,54,74)
#363042
(54,48,66)
#2F2A3A
(47,42,58)
#282432
(40,36,50)
#211E2A
(33,30,42)
#1A1822
(26,24,34)
#13121A
(19,18,26)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #524862

#524862
(82,72,98)
#615870
(97,88,112)
#70687E
(112,104,126)
#7F788C
(127,120,140)
#8E889A
(142,136,154)
#9D98A8
(157,152,168)
#ACA8B6
(172,168,182)
#BBB8C4
(187,184,196)
#CAC8D2
(202,200,210)
#D9D8E0
(217,216,224)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524862; }

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

This text font color is #524862.


Background Color

.myBgColor { background-color: #524862; }

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

This div background color is #524862.


Border color

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

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

This div border color is #524862.


Opacity

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

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

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

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

This text has shadow with #524862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524862 on black background.


Color preview on white background

This text has color #524862 on white background.



Black color preview on #524862 background

This text has black color on #524862 background.


White color preview on #524862 background

This text has white color on #524862 background.