COLOR #524C63

HEX: #524C63
RGB: (82,76,99)

Color info

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

RGB color model

#524C63 color RGB value is (82,76,99).

  • red value is 82;
  • green value is 76;
  • blue value is 99.
RGB:
(82,76,99)
(32%,30%,39%)

RGB channels and saturation

R 82 of 255 = 32%
G 76 of 255 = 30%
B 99 of 255 = 39%

82
76
99

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

Portions of RGB colors in percentages

R + G + B =
82 + 76 + 99 = 257 (100%)
R 82 of 257 ~ 31.91%
G 76 of 257 ~ 29.57%
B 99 of 257 ~ 38.52%

%31.91
%29.57
%38.52

CMYK color model

#524C63 color CMYK value is (17,23,0,61).

  • cyan value is 17.17%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(17,23,0,61)
C17M23Y0K61 
(17%,23%,0%,61%)
(0.17/0.23/0.00/0.61)	

CMYK percentages

%17.17
%23.23
%0
%61.18

Codes

Color #524C63 in popluar color models

524C63
RGB827699
HSL256°13.14%34.31%
HSB/HSV256°23.23%38.82%
CMYK17.17%23.23%0.00%
61.18%

Color #524C63 in popluar number systems.

HEX524C63
Decimal827699
Binary101001010011001100011
Octal122114143

Shades and tints

Shades of #524C63

#524C63
(82,76,99)
#4B465A
(75,70,90)
#444051
(68,64,81)
#3D3A48
(61,58,72)
#36343F
(54,52,63)
#2F2E36
(47,46,54)
#28282D
(40,40,45)
#212224
(33,34,36)
#1A1C1B
(26,28,27)
#131612
(19,22,18)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #524C63

#524C63
(82,76,99)
#615C71
(97,92,113)
#706C7F
(112,108,127)
#7F7C8D
(127,124,141)
#8E8C9B
(142,140,155)
#9D9CA9
(157,156,169)
#ACACB7
(172,172,183)
#BBBCC5
(187,188,197)
#CACCD3
(202,204,211)
#D9DCE1
(217,220,225)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524C63 color. Also use rgb(82,76,99) instead hex code.

Text Font Color

.myTextColor { color: #524C63; }

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

This text font color is #524C63.


Background Color

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

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

This div background color is #524C63.


Border color

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

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

This div border color is #524C63.


Opacity

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

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

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

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

This text has shadow with #524C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524C63 on black background.


Color preview on white background

This text has color #524C63 on white background.



Black color preview on #524C63 background

This text has black color on #524C63 background.


White color preview on #524C63 background

This text has white color on #524C63 background.