COLOR #52585E

HEX: #52585E
RGB: (82,88,94)

Color info

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

RGB color model

#52585E color RGB value is (82,88,94).

  • red value is 82;
  • green value is 88;
  • blue value is 94.
RGB:
(82,88,94)
(32%,35%,37%)

RGB channels and saturation

R 82 of 255 = 32%
G 88 of 255 = 35%
B 94 of 255 = 37%

82
88
94

R + G + B ~ 35%. #52585E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 88 + 94 = 264 (100%)
R 82 of 264 ~ 31.06%
G 88 of 264 ~ 33.33%
B 94 of 264 ~ 35.61%

%31.06
%33.33
%35.61

CMYK color model

#52585E color CMYK value is (13,6,0,63).

  • cyan value is 12.77%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(13,6,0,63)
C13M6Y0K63 
(13%,6%,0%,63%)
(0.13/0.06/0.00/0.63)	

CMYK percentages

%12.77
%6.38
%0
%63.14

Codes

Color #52585E in popluar color models

52585E
RGB828894
HSL210°6.82%34.51%
HSB/HSV210°12.77%36.86%
CMYK12.77%6.38%0.00%
63.14%

Color #52585E in popluar number systems.

HEX52585E
Decimal828894
Binary101001010110001011110
Octal122130136

Shades and tints

Shades of #52585E

#52585E
(82,88,94)
#4B5056
(75,80,86)
#44484E
(68,72,78)
#3D4046
(61,64,70)
#36383E
(54,56,62)
#2F3036
(47,48,54)
#28282E
(40,40,46)
#212026
(33,32,38)
#1A181E
(26,24,30)
#131016
(19,16,22)
#0C080E
(12,8,14)
#000000
(0,0,0)

Tints of #52585E

#52585E
(82,88,94)
#61676C
(97,103,108)
#70767A
(112,118,122)
#7F8588
(127,133,136)
#8E9496
(142,148,150)
#9DA3A4
(157,163,164)
#ACB2B2
(172,178,178)
#BBC1C0
(187,193,192)
#CAD0CE
(202,208,206)
#D9DFDC
(217,223,220)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52585E color. Also use rgb(82,88,94) instead hex code.

Text Font Color

.myTextColor { color: #52585E; }

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

This text font color is #52585E.


Background Color

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

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

This div background color is #52585E.


Border color

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

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

This div border color is #52585E.


Opacity

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

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

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

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

This text has shadow with #52585E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52585E on black background.


Color preview on white background

This text has color #52585E on white background.



Black color preview on #52585E background

This text has black color on #52585E background.


White color preview on #52585E background

This text has white color on #52585E background.