COLOR #58595E

HEX: #58595E
RGB: (88,89,94)

Color info

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

RGB color model

#58595E color RGB value is (88,89,94).

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

RGB channels and saturation

R 88 of 255 = 35%
G 89 of 255 = 35%
B 94 of 255 = 37%

88
89
94

R + G + B ~ 36%. #58595E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 89 + 94 = 271 (100%)
R 88 of 271 ~ 32.47%
G 89 of 271 ~ 32.84%
B 94 of 271 ~ 34.69%

%32.47
%32.84
%34.69

CMYK color model

#58595E color CMYK value is (6,5,0,63).

  • cyan value is 6.38%
  • magenta value is 5.32%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK: (6,5,0,63) C6M5Y0K63 (6%,5%,0%,63%) (0.06/0.05/0.00/0.63)

CMYK percentages

%6.38
%5.32
%0
%63.14

Codes

Color #58595E in popluar color models

58595E
RGB888994
HSL230°3.30%35.69%
HSB/HSV230°6.38%36.86%
CMYK6.38%5.32%0.00%
63.14%

Color #58595E in popluar number systems.

HEX58595E
Decimal888994
Binary101100010110011011110
Octal130131136

Shades and tints

Shades of #58595E

#58595E
(88,89,94)
#505156
(80,81,86)
#48494E
(72,73,78)
#404146
(64,65,70)
#38393E
(56,57,62)
#303136
(48,49,54)
#28292E
(40,41,46)
#202126
(32,33,38)
#18191E
(24,25,30)
#101116
(16,17,22)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #58595E

#58595E
(88,89,94)
#67686C
(103,104,108)
#76777A
(118,119,122)
#858688
(133,134,136)
#949596
(148,149,150)
#A3A4A4
(163,164,164)
#B2B3B2
(178,179,178)
#C1C2C0
(193,194,192)
#D0D1CE
(208,209,206)
#DFE0DC
(223,224,220)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58595E; }

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

This text font color is #58595E.


Background Color

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

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

This div background color is #58595E.


Border color

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

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

This div border color is #58595E.


Opacity

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

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

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

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

This text has shadow with #58595E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #58595E on black background.


Color preview on white background

This text has color #58595E on white background.



Black color preview on #58595E background

This text has black color on #58595E background.


White color preview on #58595E background

This text has white color on #58595E background.