COLOR #52525E

HEX: #52525E RGB: (82,82,94)

Color info

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

RGB color model

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

RGB: (82,82,94) (32%, 32%, 37%)

RGB channels and saturation

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

82
82
94

R + G + B ~ 34%. #52525E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 82 + 94 = 258 (100%)
R 82 of 258 ~ 31.78%
G 82 of 258 ~ 31.78%
B 94 of 258 ~ 36.43'%

%31.78
%31.78
%36.43

CMYK color model

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

  • cyan value is 12.77%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (13,13,0,63)
C13M13Y0K63 (13%, 13%, 0%, 63%)
(0.13 / 0.13 / 0.00 / 0.63)

CMYK percentages

%12.77
%12.77
%0
%63.14

Codes

Color #52525E in popluar color models

52 52 5E
RGB 82 82 94
HSL 240° 6.82% 34.51%
HSB/HSV 240° 12.77% 36.86%
CMYK 12.77% 12.77% 0.00%
63.14%

Color #52525E in popluar number systems.

HEX 52 52 5E
Decimal 82 82 94
Binary 1010010 1010010 1011110
Octal 122 122 136

Shades and tints

Shades of #52525E

#52525E
(82,82,94)
#4B4B56
(75,75,86)
#44444E
(68,68,78)
#3D3D46
(61,61,70)
#36363E
(54,54,62)
#2F2F36
(47,47,54)
#28282E
(40,40,46)
#212126
(33,33,38)
#1A1A1E
(26,26,30)
#131316
(19,19,22)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #52525E

#52525E
(82,82,94)
#61616C
(97,97,108)
#70707A
(112,112,122)
#7F7F88
(127,127,136)
#8E8E96
(142,142,150)
#9D9DA4
(157,157,164)
#ACACB2
(172,172,178)
#BBBBC0
(187,187,192)
#CACACE
(202,202,206)
#D9D9DC
(217,217,220)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52525E; }

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

This text font color is #52525E.

Background Color

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

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

This div background color is #52525E.

Border color

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

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

This div border color is #52525E.

Opacity

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

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

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

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

This text has shadow with #52525E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52525E.

Preview

Color preview on black background

This text has color #52525E on black background.


Color preview on white background

This text has color #52525E on white background.


Black color preview on #52525E background

This text has black color on #52525E background.


White color preview on #52525E background

This text has white color on #52525E background.


Related colors

Complementary color

Complementary color for #hex is #ADADA1.


I love getcolorcode.com