COLOR #58594C

HEX: #58594C
RGB: (88,89,76)

Color info

#58594C contains red, green and blue colors in about the same proportion. Web safe color of #58594C is #666633 (or #663).

RGB color model

#58594C color RGB value is (88,89,76).

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

RGB channels and saturation

R 88 of 255 = 35%
G 89 of 255 = 35%
B 76 of 255 = 30%

88
89
76

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

Portions of RGB colors in percentages

R + G + B =
88 + 89 + 76 = 253 (100%)
R 88 of 253 ~ 34.78%
G 89 of 253 ~ 35.18%
B 76 of 253 ~ 30.04%

%34.78
%35.18
%30.04

CMYK color model

#58594C color CMYK value is (1,0,15,65).

  • cyan value is 1.12%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • key color value is 65.10%
CMYK:
(1,0,15,65)
C1M0Y15K65 
(1%,0%,15%,65%)
(0.01/0.00/0.15/0.65)	

CMYK percentages

%1.12
%0
%14.61
%65.1

Codes

Color #58594C in popluar color models

58594C
RGB888976
HSL65°7.88%32.35%
HSB/HSV65°14.61%34.90%
CMYK1.12%0.00%14.61%
65.10%

Color #58594C in popluar number systems.

HEX58594C
Decimal888976
Binary101100010110011001100
Octal130131114

Shades and tints

Shades of #58594C

#58594C
(88,89,76)
#505146
(80,81,70)
#484940
(72,73,64)
#40413A
(64,65,58)
#383934
(56,57,52)
#30312E
(48,49,46)
#282928
(40,41,40)
#202122
(32,33,34)
#18191C
(24,25,28)
#101116
(16,17,22)
#080910
(8,9,16)
#000000
(0,0,0)

Tints of #58594C

#58594C
(88,89,76)
#67685C
(103,104,92)
#76776C
(118,119,108)
#85867C
(133,134,124)
#94958C
(148,149,140)
#A3A49C
(163,164,156)
#B2B3AC
(178,179,172)
#C1C2BC
(193,194,188)
#D0D1CC
(208,209,204)
#DFE0DC
(223,224,220)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58594C; }

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

This text font color is #58594C.


Background Color

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

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

This div background color is #58594C.


Border color

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

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

This div border color is #58594C.


Opacity

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

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

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

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

This text has shadow with #58594C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58594C on black background.


Color preview on white background

This text has color #58594C on white background.



Black color preview on #58594C background

This text has black color on #58594C background.


White color preview on #58594C background

This text has white color on #58594C background.