COLOR #58594E

HEX: #58594E
RGB: (88,89,78)

Color info

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

RGB color model

#58594E color RGB value is (88,89,78).

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

RGB channels and saturation

R 88 of 255 = 35%
G 89 of 255 = 35%
B 78 of 255 = 31%

88
89
78

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

Portions of RGB colors in percentages

R + G + B =
88 + 89 + 78 = 255 (100%)
R 88 of 255 ~ 34.51%
G 89 of 255 ~ 34.9%
B 78 of 255 ~ 30.59%

%34.51
%34.9
%30.59

CMYK color model

#58594E color CMYK value is (1,0,12,65).

  • cyan value is 1.12%
  • magenta value is 0.00%
  • yellow value is 12.36%
  • key color value is 65.10%
CMYK:
(1,0,12,65)
C1M0Y12K65 
(1%,0%,12%,65%)
(0.01/0.00/0.12/0.65)	

CMYK percentages

%1.12
%0
%12.36
%65.1

Codes

Color #58594E in popluar color models

58594E
RGB888978
HSL65°6.59%32.75%
HSB/HSV65°12.36%34.90%
CMYK1.12%0.00%12.36%
65.10%

Color #58594E in popluar number systems.

HEX58594E
Decimal888978
Binary101100010110011001110
Octal130131116

Shades and tints

Shades of #58594E

#58594E
(88,89,78)
#505147
(80,81,71)
#484940
(72,73,64)
#404139
(64,65,57)
#383932
(56,57,50)
#30312B
(48,49,43)
#282924
(40,41,36)
#20211D
(32,33,29)
#181916
(24,25,22)
#10110F
(16,17,15)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #58594E

#58594E
(88,89,78)
#67685E
(103,104,94)
#76776E
(118,119,110)
#85867E
(133,134,126)
#94958E
(148,149,142)
#A3A49E
(163,164,158)
#B2B3AE
(178,179,174)
#C1C2BE
(193,194,190)
#D0D1CE
(208,209,206)
#DFE0DE
(223,224,222)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58594E; }

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

This text font color is #58594E.


Background Color

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

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

This div background color is #58594E.


Border color

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

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

This div border color is #58594E.


Opacity

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

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

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

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

This text has shadow with #58594E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58594E on black background.


Color preview on white background

This text has color #58594E on white background.



Black color preview on #58594E background

This text has black color on #58594E background.


White color preview on #58594E background

This text has white color on #58594E background.