COLOR #524D55

HEX: #524D55 RGB: (82,77,85)

Color info

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

RGB color model

#524D55 color RGB value is (82,77,85).

RGB: (82,77,85) (32%, 30%, 33%)

RGB channels and saturation

R 82 of 255 = 32%
G 77 of 255 = 30%
B 85 of 255 = 33%

82
77
85

R + G + B ~ 32%. #524D55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 77 + 85 = 244 (100%)
R 82 of 244 ~ 33.61%
G 77 of 244 ~ 31.56%
B 85 of 244 ~ 34.84'%

%33.61
%31.56
%34.84

CMYK color model

#524D55 color CMYK value is (4,9,0,67).

  • cyan value is 3.53%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (4,9,0,67)
C4M9Y0K67 (4%, 9%, 0%, 67%)
(0.04 / 0.09 / 0.00 / 0.67)

CMYK percentages

%3.53
%9.41
%0
%66.67

Codes

Color #524D55 in popluar color models

52 4D 55
RGB 82 77 85
HSL 278° 4.94% 31.76%
HSB/HSV 278° 9.41% 33.33%
CMYK 3.53% 9.41% 0.00%
66.67%

Color #524D55 in popluar number systems.

HEX 52 4D 55
Decimal 82 77 85
Binary 1010010 1001101 1010101
Octal 122 115 125

Shades and tints

Shades of #524D55

#524D55
(82,77,85)
#4B464E
(75,70,78)
#443F47
(68,63,71)
#3D3840
(61,56,64)
#363139
(54,49,57)
#2F2A32
(47,42,50)
#28232B
(40,35,43)
#211C24
(33,28,36)
#1A151D
(26,21,29)
#130E16
(19,14,22)
#0C070F
(12,7,15)
#000000
(0,0,0)

Tints of #524D55

#524D55
(82,77,85)
#615D64
(97,93,100)
#706D73
(112,109,115)
#7F7D82
(127,125,130)
#8E8D91
(142,141,145)
#9D9DA0
(157,157,160)
#ACADAF
(172,173,175)
#BBBDBE
(187,189,190)
#CACDCD
(202,205,205)
#D9DDDC
(217,221,220)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524D55 color. Also use rgb(82,77,85) instead hex code.

Text Font Color

.myTextColor { color: #524D55; }

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

This text font color is #524D55.

Background Color

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

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

This div background color is #524D55.

Border color

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

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

This div border color is #524D55.

Opacity

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

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

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

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

This text has shadow with #524D55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #524D55.

Preview

Color preview on black background

This text has color #524D55 on black background.


Color preview on white background

This text has color #524D55 on white background.


Black color preview on #524D55 background

This text has black color on #524D55 background.


White color preview on #524D55 background

This text has white color on #524D55 background.


Related colors

Complementary color

Complementary color for #hex is #ADB2AA.


I love getcolorcode.com

Triadic colors

1 #55524D and #4D5552 with #524D55 are triadic colors.

2 #554D52 and #4D5255 with #524D55 are triadic colors.