COLOR #585252

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

88
82
82

R + G + B ~ 33%. #585252 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 82 + 82 = 252 (100%)
R 88 of 252 ~ 34.92%
G 82 of 252 ~ 32.54%
B 82 of 252 ~ 32.54'%

%34.92
%32.54
%32.54

CMYK color model

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

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

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

CMYK percentages

%0
%6.82
%6.82
%65.49

Codes

Color #585252 in popluar color models

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

Color #585252 in popluar number systems.

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

Shades and tints

Shades of #585252

#585252
(88,82,82)
#504B4B
(80,75,75)
#484444
(72,68,68)
#403D3D
(64,61,61)
#383636
(56,54,54)
#302F2F
(48,47,47)
#282828
(40,40,40)
#202121
(32,33,33)
#181A1A
(24,26,26)
#101313
(16,19,19)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #585252

#585252
(88,82,82)
#676161
(103,97,97)
#767070
(118,112,112)
#857F7F
(133,127,127)
#948E8E
(148,142,142)
#A39D9D
(163,157,157)
#B2ACAC
(178,172,172)
#C1BBBB
(193,187,187)
#D0CACA
(208,202,202)
#DFD9D9
(223,217,217)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585252; }

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

This text font color is #585252.

Background Color

.myBgColor { background-color: #585252; }

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

This div background color is #585252.

Border color

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

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

This div border color is #585252.

Opacity

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

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

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

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

This text has shadow with #585252 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585252.

Preview

Color preview on black background

This text has color #585252 on black background.


Color preview on white background

This text has color #585252 on white background.


Black color preview on #585252 background

This text has black color on #585252 background.


White color preview on #585252 background

This text has white color on #585252 background.


Related colors

Complementary color

Complementary color for #hex is #A7ADAD.


I love getcolorcode.com