COLOR #524C67

HEX: #524C67
RGB: (82,76,103)

Color info

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

RGB color model

#524C67 color RGB value is (82,76,103).

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

RGB channels and saturation

R 82 of 255 = 32%
G 76 of 255 = 30%
B 103 of 255 = 40%

82
76
103

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

Portions of RGB colors in percentages

R + G + B =
82 + 76 + 103 = 261 (100%)
R 82 of 261 ~ 31.42%
G 76 of 261 ~ 29.12%
B 103 of 261 ~ 39.46%

%31.42
%29.12
%39.46

CMYK color model

#524C67 color CMYK value is (20,26,0,60).

  • cyan value is 20.39%
  • magenta value is 26.21%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(20,26,0,60)
C20M26Y0K60 
(20%,26%,0%,60%)
(0.20/0.26/0.00/0.60)	

CMYK percentages

%20.39
%26.21
%0
%59.61

Codes

Color #524C67 in popluar color models

524C67
RGB8276103
HSL253°15.08%35.10%
HSB/HSV253°26.21%40.39%
CMYK20.39%26.21%0.00%
59.61%

Color #524C67 in popluar number systems.

HEX524C67
Decimal8276103
Binary101001010011001100111
Octal122114147

Shades and tints

Shades of #524C67

#524C67
(82,76,103)
#4B465E
(75,70,94)
#444055
(68,64,85)
#3D3A4C
(61,58,76)
#363443
(54,52,67)
#2F2E3A
(47,46,58)
#282831
(40,40,49)
#212228
(33,34,40)
#1A1C1F
(26,28,31)
#131616
(19,22,22)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #524C67

#524C67
(82,76,103)
#615C74
(97,92,116)
#706C81
(112,108,129)
#7F7C8E
(127,124,142)
#8E8C9B
(142,140,155)
#9D9CA8
(157,156,168)
#ACACB5
(172,172,181)
#BBBCC2
(187,188,194)
#CACCCF
(202,204,207)
#D9DCDC
(217,220,220)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524C67; }

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

This text font color is #524C67.


Background Color

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

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

This div background color is #524C67.


Border color

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

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

This div border color is #524C67.


Opacity

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

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

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

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

This text has shadow with #524C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524C67 on black background.


Color preview on white background

This text has color #524C67 on white background.



Black color preview on #524C67 background

This text has black color on #524C67 background.


White color preview on #524C67 background

This text has white color on #524C67 background.