COLOR #524B65

HEX: #524B65 RGB: (82,75,101)

Color info

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

RGB color model

#524B65 color RGB value is (82,75,101).

RGB: (82,75,101) (32%, 29%, 40%)

RGB channels and saturation

R 82 of 255 = 32%
G 75 of 255 = 29%
B 101 of 255 = 40%

82
75
101

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

Portions of RGB colors in percentages

R + G + B = 82 + 75 + 101 = 258 (100%)
R 82 of 258 ~ 31.78%
G 75 of 258 ~ 29.07%
B 101 of 258 ~ 39.15'%

%31.78
%29.07
%39.15

CMYK color model

#524B65 color CMYK value is (19,26,0,60).

  • cyan value is 18.81%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (19,26,0,60)
C19M26Y0K60 (19%, 26%, 0%, 60%)
(0.19 / 0.26 / 0.00 / 0.60)

CMYK percentages

%18.81
%25.74
%0
%60.39

Codes

Color #524B65 in popluar color models

52 4B 65
RGB 82 75 101
HSL 256° 14.77% 34.51%
HSB/HSV 256° 25.74% 39.61%
CMYK 18.81% 25.74% 0.00%
60.39%

Color #524B65 in popluar number systems.

HEX 52 4B 65
Decimal 82 75 101
Binary 1010010 1001011 1100101
Octal 122 113 145

Shades and tints

Shades of #524B65

#524B65
(82,75,101)
#4B455C
(75,69,92)
#443F53
(68,63,83)
#3D394A
(61,57,74)
#363341
(54,51,65)
#2F2D38
(47,45,56)
#28272F
(40,39,47)
#212126
(33,33,38)
#1A1B1D
(26,27,29)
#131514
(19,21,20)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #524B65

#524B65
(82,75,101)
#615B73
(97,91,115)
#706B81
(112,107,129)
#7F7B8F
(127,123,143)
#8E8B9D
(142,139,157)
#9D9BAB
(157,155,171)
#ACABB9
(172,171,185)
#BBBBC7
(187,187,199)
#CACBD5
(202,203,213)
#D9DBE3
(217,219,227)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #524B65; }

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

This text font color is #524B65.

Background Color

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

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

This div background color is #524B65.

Border color

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

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

This div border color is #524B65.

Opacity

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

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

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

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

This text has shadow with #524B65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524B65.

Preview

Color preview on black background

This text has color #524B65 on black background.


Color preview on white background

This text has color #524B65 on white background.


Black color preview on #524B65 background

This text has black color on #524B65 background.


White color preview on #524B65 background

This text has white color on #524B65 background.


Related colors

Complementary color

Complementary color for #hex is #ADB49A.


I love getcolorcode.com

Triadic colors

1 #65524B and #4B6552 with #524B65 are triadic colors.

2 #654B52 and #4B5265 with #524B65 are triadic colors.