COLOR #524B6E

HEX: #524B6E RGB: (82,75,110)

Color info

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

RGB color model

#524B6E color RGB value is (82,75,110).

RGB: (82,75,110) (32%, 29%, 43%)

RGB channels and saturation

R 82 of 255 = 32%
G 75 of 255 = 29%
B 110 of 255 = 43%

82
75
110

R + G + B ~ 35%. #524B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 75 + 110 = 267 (100%)
R 82 of 267 ~ 30.71%
G 75 of 267 ~ 28.09%
B 110 of 267 ~ 41.2'%

%30.71
%28.09
%41.2

CMYK color model

#524B6E color CMYK value is (25,32,0,57).

  • cyan value is 25.45%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (25,32,0,57)
C25M32Y0K57 (25%, 32%, 0%, 57%)
(0.25 / 0.32 / 0.00 / 0.57)

CMYK percentages

%25.45
%31.82
%0
%56.86

Codes

Color #524B6E in popluar color models

52 4B 6E
RGB 82 75 110
HSL 252° 18.92% 36.27%
HSB/HSV 252° 31.82% 43.14%
CMYK 25.45% 31.82% 0.00%
56.86%

Color #524B6E in popluar number systems.

HEX 52 4B 6E
Decimal 82 75 110
Binary 1010010 1001011 1101110
Octal 122 113 156

Shades and tints

Shades of #524B6E

#524B6E
(82,75,110)
#4B4564
(75,69,100)
#443F5A
(68,63,90)
#3D3950
(61,57,80)
#363346
(54,51,70)
#2F2D3C
(47,45,60)
#282732
(40,39,50)
#212128
(33,33,40)
#1A1B1E
(26,27,30)
#131514
(19,21,20)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #524B6E

#524B6E
(82,75,110)
#615B7B
(97,91,123)
#706B88
(112,107,136)
#7F7B95
(127,123,149)
#8E8BA2
(142,139,162)
#9D9BAF
(157,155,175)
#ACABBC
(172,171,188)
#BBBBC9
(187,187,201)
#CACBD6
(202,203,214)
#D9DBE3
(217,219,227)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524B6E; }

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

This text font color is #524B6E.

Background Color

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

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

This div background color is #524B6E.

Border color

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

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

This div border color is #524B6E.

Opacity

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

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

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

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

This text has shadow with #524B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524B6E.

Preview

Color preview on black background

This text has color #524B6E on black background.


Color preview on white background

This text has color #524B6E on white background.


Black color preview on #524B6E background

This text has black color on #524B6E background.


White color preview on #524B6E background

This text has white color on #524B6E background.


Related colors

Complementary color

Complementary color for #hex is #ADB491.


I love getcolorcode.com

Triadic colors

1 #6E524B and #4B6E52 with #524B6E are triadic colors.

2 #6E4B52 and #4B526E with #524B6E are triadic colors.