COLOR #524B68

HEX: #524B68
RGB: (82,75,104)

Color info

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

RGB color model

#524B68 color RGB value is (82,75,104).

  • red value is 82;
  • green value is 75;
  • blue value is 104.
RGB:
(82,75,104)
(32%,29%,41%)

RGB channels and saturation

R 82 of 255 = 32%
G 75 of 255 = 29%
B 104 of 255 = 41%

82
75
104

R + G + B ~ 34%. #524B68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 75 + 104 = 261 (100%)
R 82 of 261 ~ 31.42%
G 75 of 261 ~ 28.74%
B 104 of 261 ~ 39.85%

%31.42
%28.74
%39.85

CMYK color model

#524B68 color CMYK value is (21,28,0,59).

  • cyan value is 21.15%
  • magenta value is 27.88%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(21,28,0,59)
C21M28Y0K59 
(21%,28%,0%,59%)
(0.21/0.28/0.00/0.59)	

CMYK percentages

%21.15
%27.88
%0
%59.22

Codes

Color #524B68 in popluar color models

524B68
RGB8275104
HSL254°16.20%35.10%
HSB/HSV254°27.88%40.78%
CMYK21.15%27.88%0.00%
59.22%

Color #524B68 in popluar number systems.

HEX524B68
Decimal8275104
Binary101001010010111101000
Octal122113150

Shades and tints

Shades of #524B68

#524B68
(82,75,104)
#4B455F
(75,69,95)
#443F56
(68,63,86)
#3D394D
(61,57,77)
#363344
(54,51,68)
#2F2D3B
(47,45,59)
#282732
(40,39,50)
#212129
(33,33,41)
#1A1B20
(26,27,32)
#131517
(19,21,23)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #524B68

#524B68
(82,75,104)
#615B75
(97,91,117)
#706B82
(112,107,130)
#7F7B8F
(127,123,143)
#8E8B9C
(142,139,156)
#9D9BA9
(157,155,169)
#ACABB6
(172,171,182)
#BBBBC3
(187,187,195)
#CACBD0
(202,203,208)
#D9DBDD
(217,219,221)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524B68 color. Also use rgb(82,75,104) instead hex code.

Text Font Color

.myTextColor { color: #524B68; }

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

This text font color is #524B68.


Background Color

.myBgColor { background-color: #524B68; }

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

This div background color is #524B68.


Border color

.myBorderColor { border: 1px solid #524B68; }

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

This div border color is #524B68.


Opacity

.myOpacity80 { color: #524B68; opacity: 0.8; }

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

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

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

This text has shadow with #524B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524B68 on black background.


Color preview on white background

This text has color #524B68 on white background.



Black color preview on #524B68 background

This text has black color on #524B68 background.


White color preview on #524B68 background

This text has white color on #524B68 background.