COLOR #58525E

HEX: #58525E
RGB: (88,82,94)

Color info

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

RGB color model

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

  • red value is 88;
  • green value is 82;
  • blue value is 94.
RGB:
(88,82,94)
(35%,32%,37%)

RGB channels and saturation

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

88
82
94

R + G + B ~ 35%. #58525E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 82 + 94 = 264 (100%)
R 88 of 264 ~ 33.33%
G 82 of 264 ~ 31.06%
B 94 of 264 ~ 35.61%

%33.33
%31.06
%35.61

CMYK color model

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

  • cyan value is 6.38%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(6,13,0,63)
C6M13Y0K63 
(6%,13%,0%,63%)
(0.06/0.13/0.00/0.63)	

CMYK percentages

%6.38
%12.77
%0
%63.14

Codes

Color #58525E in popluar color models

58525E
RGB888294
HSL270°6.82%34.51%
HSB/HSV270°12.77%36.86%
CMYK6.38%12.77%0.00%
63.14%

Color #58525E in popluar number systems.

HEX58525E
Decimal888294
Binary101100010100101011110
Octal130122136

Shades and tints

Shades of #58525E

#58525E
(88,82,94)
#504B56
(80,75,86)
#48444E
(72,68,78)
#403D46
(64,61,70)
#38363E
(56,54,62)
#302F36
(48,47,54)
#28282E
(40,40,46)
#202126
(32,33,38)
#181A1E
(24,26,30)
#101316
(16,19,22)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #58525E

#58525E
(88,82,94)
#67616C
(103,97,108)
#76707A
(118,112,122)
#857F88
(133,127,136)
#948E96
(148,142,150)
#A39DA4
(163,157,164)
#B2ACB2
(178,172,178)
#C1BBC0
(193,187,192)
#D0CACE
(208,202,206)
#DFD9DC
(223,217,220)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58525E; }

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

This text font color is #58525E.


Background Color

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

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

This div background color is #58525E.


Border color

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

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

This div border color is #58525E.


Opacity

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

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

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

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

This text has shadow with #58525E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58525E on black background.


Color preview on white background

This text has color #58525E on white background.



Black color preview on #58525E background

This text has black color on #58525E background.


White color preview on #58525E background

This text has white color on #58525E background.