COLOR #52545E

HEX: #52545E RGB: (82,84,94)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

82
84
94

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

Portions of RGB colors in percentages

R + G + B = 82 + 84 + 94 = 260 (100%)
R 82 of 260 ~ 31.54%
G 84 of 260 ~ 32.31%
B 94 of 260 ~ 36.15'%

%31.54
%32.31
%36.15

CMYK color model

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

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

CMYK: (13,11,0,63)
C13M11Y0K63 (13%, 11%, 0%, 63%)
(0.13 / 0.11 / 0.00 / 0.63)

CMYK percentages

%12.77
%10.64
%0
%63.14

Codes

Color #52545E in popluar color models

52 54 5E
RGB 82 84 94
HSL 230° 6.82% 34.51%
HSB/HSV 230° 12.77% 36.86%
CMYK 12.77% 10.64% 0.00%
63.14%

Color #52545E in popluar number systems.

HEX 52 54 5E
Decimal 82 84 94
Binary 1010010 1010100 1011110
Octal 122 124 136

Shades and tints

Shades of #52545E

#52545E
(82,84,94)
#4B4D56
(75,77,86)
#44464E
(68,70,78)
#3D3F46
(61,63,70)
#36383E
(54,56,62)
#2F3136
(47,49,54)
#282A2E
(40,42,46)
#212326
(33,35,38)
#1A1C1E
(26,28,30)
#131516
(19,21,22)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #52545E

#52545E
(82,84,94)
#61636C
(97,99,108)
#70727A
(112,114,122)
#7F8188
(127,129,136)
#8E9096
(142,144,150)
#9D9FA4
(157,159,164)
#ACAEB2
(172,174,178)
#BBBDC0
(187,189,192)
#CACCCE
(202,204,206)
#D9DBDC
(217,219,220)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52545E; }

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

This text font color is #52545E.

Background Color

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

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

This div background color is #52545E.

Border color

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

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

This div border color is #52545E.

Opacity

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

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

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

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

This text has shadow with #52545E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52545E.

Preview

Color preview on black background

This text has color #52545E on black background.


Color preview on white background

This text has color #52545E on white background.


Black color preview on #52545E background

This text has black color on #52545E background.


White color preview on #52545E background

This text has white color on #52545E background.


Related colors

Complementary color

Complementary color for #hex is #ADABA1.


I love getcolorcode.com

Triadic colors

1 #5E5254 and #545E52 with #52545E are triadic colors.

2 #5E5452 and #54525E with #52545E are triadic colors.