COLOR #525858

HEX: #525858 RGB: (82,88,88)

Color info

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

RGB color model

#525858 color RGB value is (82,88,88).

RGB: (82,88,88) (32%, 35%, 35%)

RGB channels and saturation

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

82
88
88

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

Portions of RGB colors in percentages

R + G + B = 82 + 88 + 88 = 258 (100%)
R 82 of 258 ~ 31.78%
G 88 of 258 ~ 34.11%
B 88 of 258 ~ 34.11'%

%31.78
%34.11
%34.11

CMYK color model

#525858 color CMYK value is (7,0,0,65).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (7,0,0,65)
C7M0Y0K65 (7%, 0%, 0%, 65%)
(0.07 / 0.00 / 0.00 / 0.65)

CMYK percentages

%6.82
%0
%0
%65.49

Codes

Color #525858 in popluar color models

52 58 58
RGB 82 88 88
HSL 180° 3.53% 33.33%
HSB/HSV 180° 6.82% 34.51%
CMYK 6.82% 0.00% 0.00%
65.49%

Color #525858 in popluar number systems.

HEX 52 58 58
Decimal 82 88 88
Binary 1010010 1011000 1011000
Octal 122 130 130

Shades and tints

Shades of #525858

#525858
(82,88,88)
#4B5050
(75,80,80)
#444848
(68,72,72)
#3D4040
(61,64,64)
#363838
(54,56,56)
#2F3030
(47,48,48)
#282828
(40,40,40)
#212020
(33,32,32)
#1A1818
(26,24,24)
#131010
(19,16,16)
#0C0808
(12,8,8)
#000000
(0,0,0)

Tints of #525858

#525858
(82,88,88)
#616767
(97,103,103)
#707676
(112,118,118)
#7F8585
(127,133,133)
#8E9494
(142,148,148)
#9DA3A3
(157,163,163)
#ACB2B2
(172,178,178)
#BBC1C1
(187,193,193)
#CAD0D0
(202,208,208)
#D9DFDF
(217,223,223)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525858; }

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

This text font color is #525858.

Background Color

.myBgColor { background-color: #525858; }

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

This div background color is #525858.

Border color

.myBorderColor { border: 1px solid #525858; }

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

This div border color is #525858.

Opacity

.myOpacity80 { color: #525858; opacity: 0.8; }

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

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

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

This text has shadow with #525858 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #525858.

Preview

Color preview on black background

This text has color #525858 on black background.


Color preview on white background

This text has color #525858 on white background.


Black color preview on #525858 background

This text has black color on #525858 background.


White color preview on #525858 background

This text has white color on #525858 background.


Related colors

Complementary color

Complementary color for #hex is #ADA7A7.


I love getcolorcode.com