COLOR #52554D

HEX: #52554D
RGB: (82,85,77)

Color info

#52554D contains red, green and blue colors in about the same proportion. Web safe color of #52554D is #666633 (or #663).

RGB color model

#52554D color RGB value is (82,85,77).

  • red value is 82;
  • green value is 85;
  • blue value is 77.
RGB:
(82,85,77)
(32%,33%,30%)

RGB channels and saturation

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

82
85
77

R + G + B ~ 32%. #52554D is quite dark color.

Portions of RGB colors in percentages

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

%33.61
%34.84
%31.56

CMYK color model

#52554D color CMYK value is (4,0,9,67).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • key color value is 66.67%
CMYK:
(4,0,9,67)
C4M0Y9K67 
(4%,0%,9%,67%)
(0.04/0.00/0.09/0.67)	

CMYK percentages

%3.53
%0
%9.41
%66.67

Codes

Color #52554D in popluar color models

52554D
RGB828577
HSL82°4.94%31.76%
HSB/HSV82°9.41%33.33%
CMYK3.53%0.00%9.41%
66.67%

Color #52554D in popluar number systems.

HEX52554D
Decimal828577
Binary101001010101011001101
Octal122125115

Shades and tints

Shades of #52554D

#52554D
(82,85,77)
#4B4E46
(75,78,70)
#44473F
(68,71,63)
#3D4038
(61,64,56)
#363931
(54,57,49)
#2F322A
(47,50,42)
#282B23
(40,43,35)
#21241C
(33,36,28)
#1A1D15
(26,29,21)
#13160E
(19,22,14)
#0C0F07
(12,15,7)
#000000
(0,0,0)

Tints of #52554D

#52554D
(82,85,77)
#61645D
(97,100,93)
#70736D
(112,115,109)
#7F827D
(127,130,125)
#8E918D
(142,145,141)
#9DA09D
(157,160,157)
#ACAFAD
(172,175,173)
#BBBEBD
(187,190,189)
#CACDCD
(202,205,205)
#D9DCDD
(217,220,221)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52554D; }

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

This text font color is #52554D.


Background Color

.myBgColor { background-color: #52554D; }

<div style="background-color:#52554D">Inner text</div>

This div background color is #52554D.


Border color

.myBorderColor { border: 1px solid #52554D; }

<div style="border:3px solid #52554D">Div</div>

This div border color is #52554D.


Opacity

.myOpacity80 { color: #52554D; opacity: 0.8; }

<p style="color:#52554D;opacity:0.8;">80%</p>

Text with #52554D 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 #52554D;}

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

This text has shadow with #52554D color.

.textShadow {text-shadow: 3px 3px 1px #52554D, 3px 3px 1px red;}

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

This text has shadow with #52554D primary color and red secondary color.


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

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

This text has shadow with #52554D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52554D on black background.


Color preview on white background

This text has color #52554D on white background.



Black color preview on #52554D background

This text has black color on #52554D background.


White color preview on #52554D background

This text has white color on #52554D background.