COLOR #52454E

HEX: #52454E
RGB: (82,69,78)

Color info

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

RGB color model

#52454E color RGB value is (82,69,78).

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

RGB channels and saturation

R 82 of 255 = 32%
G 69 of 255 = 27%
B 78 of 255 = 31%

82
69
78

R + G + B ~ 30%. #52454E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 69 + 78 = 229 (100%)
R 82 of 229 ~ 35.81%
G 69 of 229 ~ 30.13%
B 78 of 229 ~ 34.06%

%35.81
%30.13
%34.06

CMYK color model

#52454E color CMYK value is (0,16,5,68).

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 4.88%
  • key color value is 67.84%
CMYK:
(0,16,5,68)
C0M16Y5K68 
(0%,16%,5%,68%)
(0.00/0.16/0.05/0.68)	

CMYK percentages

%0
%15.85
%4.88
%67.84

Codes

Color #52454E in popluar color models

52454E
RGB826978
HSL318°8.61%29.61%
HSB/HSV318°15.85%32.16%
CMYK0.00%15.85%4.88%
67.84%

Color #52454E in popluar number systems.

HEX52454E
Decimal826978
Binary101001010001011001110
Octal122105116

Shades and tints

Shades of #52454E

#52454E
(82,69,78)
#4B3F47
(75,63,71)
#443940
(68,57,64)
#3D3339
(61,51,57)
#362D32
(54,45,50)
#2F272B
(47,39,43)
#282124
(40,33,36)
#211B1D
(33,27,29)
#1A1516
(26,21,22)
#130F0F
(19,15,15)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #52454E

#52454E
(82,69,78)
#61555E
(97,85,94)
#70656E
(112,101,110)
#7F757E
(127,117,126)
#8E858E
(142,133,142)
#9D959E
(157,149,158)
#ACA5AE
(172,165,174)
#BBB5BE
(187,181,190)
#CAC5CE
(202,197,206)
#D9D5DE
(217,213,222)
#E8E5EE
(232,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52454E; }

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

This text font color is #52454E.


Background Color

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

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

This div background color is #52454E.


Border color

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

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

This div border color is #52454E.


Opacity

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

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

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

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

This text has shadow with #52454E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52454E on black background.


Color preview on white background

This text has color #52454E on white background.



Black color preview on #52454E background

This text has black color on #52454E background.


White color preview on #52454E background

This text has white color on #52454E background.