COLOR #525E5E

HEX: #525E5E RGB: (82,94,94)

Color info

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

RGB color model

#525E5E color RGB value is (82,94,94).

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

RGB channels and saturation

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

82
94
94

R + G + B ~ 35%. #525E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 94 + 94 = 270 (100%)
R 82 of 270 ~ 30.37%
G 94 of 270 ~ 34.81%
B 94 of 270 ~ 34.81'%

%30.37
%34.81
%34.81

CMYK color model

#525E5E color CMYK value is (13,0,0,63).

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

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

CMYK percentages

%12.77
%0
%0
%63.14

Codes

Color #525E5E in popluar color models

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

Color #525E5E in popluar number systems.

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

Shades and tints

Shades of #525E5E

#525E5E
(82,94,94)
#4B5656
(75,86,86)
#444E4E
(68,78,78)
#3D4646
(61,70,70)
#363E3E
(54,62,62)
#2F3636
(47,54,54)
#282E2E
(40,46,46)
#212626
(33,38,38)
#1A1E1E
(26,30,30)
#131616
(19,22,22)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #525E5E

#525E5E
(82,94,94)
#616C6C
(97,108,108)
#707A7A
(112,122,122)
#7F8888
(127,136,136)
#8E9696
(142,150,150)
#9DA4A4
(157,164,164)
#ACB2B2
(172,178,178)
#BBC0C0
(187,192,192)
#CACECE
(202,206,206)
#D9DCDC
(217,220,220)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525E5E; }

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

This text font color is #525E5E.

Background Color

.myBgColor { background-color: #525E5E; }

<div style="background-color:#525E5E">Inner text</div>

This div background color is #525E5E.

Border color

.myBorderColor { border: 1px solid #525E5E; }

<div style="border:3px solid #525E5E">Div</div>

This div border color is #525E5E.

Opacity

.myOpacity80 { color: #525E5E; opacity: 0.8; }

<p style="color:#525E5E;opacity:0.8;">80%</p>

Text with #525E5E 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 #525E5E;}

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

This text has shadow with #525E5E color.


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

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

This text has shadow with #525E5E primary color and red secondary color.


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

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

This text has shadow with #525E5E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #525E5E.

Preview

Color preview on black background

This text has color #525E5E on black background.


Color preview on white background

This text has color #525E5E on white background.


Black color preview on #525E5E background

This text has black color on #525E5E background.


White color preview on #525E5E background

This text has white color on #525E5E background.


Related colors

Complementary color

Complementary color for #hex is #ADA1A1.


I love getcolorcode.com