COLOR #52554E

HEX: #52554E
RGB: (82,85,78)

Color info

#52554E contains red, green and blue colors in about the same proportion. Web safe color of #52554E is #666666 (or #666).

RGB color model

#52554E color RGB value is (82,85,78).

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

RGB channels and saturation

R 82 of 255 = 32%
G 85 of 255 = 33%
B 78 of 255 = 31%

82
85
78

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

Portions of RGB colors in percentages

R + G + B =
82 + 85 + 78 = 245 (100%)
R 82 of 245 ~ 33.47%
G 85 of 245 ~ 34.69%
B 78 of 245 ~ 31.84%

%33.47
%34.69
%31.84

CMYK color model

#52554E color CMYK value is (4,0,8,67).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 8.24%
  • key color value is 66.67%
CMYK:
(4,0,8,67)
C4M0Y8K67 
(4%,0%,8%,67%)
(0.04/0.00/0.08/0.67)	

CMYK percentages

%3.53
%0
%8.24
%66.67

Codes

Color #52554E in popluar color models

52554E
RGB828578
HSL86°4.29%31.96%
HSB/HSV86°8.24%33.33%
CMYK3.53%0.00%8.24%
66.67%

Color #52554E in popluar number systems.

HEX52554E
Decimal828578
Binary101001010101011001110
Octal122125116

Shades and tints

Shades of #52554E

#52554E
(82,85,78)
#4B4E47
(75,78,71)
#444740
(68,71,64)
#3D4039
(61,64,57)
#363932
(54,57,50)
#2F322B
(47,50,43)
#282B24
(40,43,36)
#21241D
(33,36,29)
#1A1D16
(26,29,22)
#13160F
(19,22,15)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #52554E

#52554E
(82,85,78)
#61645E
(97,100,94)
#70736E
(112,115,110)
#7F827E
(127,130,126)
#8E918E
(142,145,142)
#9DA09E
(157,160,158)
#ACAFAE
(172,175,174)
#BBBEBE
(187,190,190)
#CACDCE
(202,205,206)
#D9DCDE
(217,220,222)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52554E; }

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

This text font color is #52554E.


Background Color

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

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

This div background color is #52554E.


Border color

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

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

This div border color is #52554E.


Opacity

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

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

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

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

This text has shadow with #52554E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52554E on black background.


Color preview on white background

This text has color #52554E on white background.



Black color preview on #52554E background

This text has black color on #52554E background.


White color preview on #52554E background

This text has white color on #52554E background.