COLOR #58604E

HEX: #58604E
RGB: (88,96,78)

Color info

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

RGB color model

#58604E color RGB value is (88,96,78).

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

RGB channels and saturation

R 88 of 255 = 35%
G 96 of 255 = 38%
B 78 of 255 = 31%

88
96
78

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

Portions of RGB colors in percentages

R + G + B =
88 + 96 + 78 = 262 (100%)
R 88 of 262 ~ 33.59%
G 96 of 262 ~ 36.64%
B 78 of 262 ~ 29.77%

%33.59
%36.64
%29.77

CMYK color model

#58604E color CMYK value is (8,0,19,62).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 62.35%
CMYK:
(8,0,19,62)
C8M0Y19K62 
(8%,0%,19%,62%)
(0.08/0.00/0.19/0.62)	

CMYK percentages

%8.33
%0
%18.75
%62.35

Codes

Color #58604E in popluar color models

58604E
RGB889678
HSL87°10.34%34.12%
HSB/HSV87°18.75%37.65%
CMYK8.33%0.00%18.75%
62.35%

Color #58604E in popluar number systems.

HEX58604E
Decimal889678
Binary101100011000001001110
Octal130140116

Shades and tints

Shades of #58604E

#58604E
(88,96,78)
#505847
(80,88,71)
#485040
(72,80,64)
#404839
(64,72,57)
#384032
(56,64,50)
#30382B
(48,56,43)
#283024
(40,48,36)
#20281D
(32,40,29)
#182016
(24,32,22)
#10180F
(16,24,15)
#081008
(8,16,8)
#000000
(0,0,0)

Tints of #58604E

#58604E
(88,96,78)
#676E5E
(103,110,94)
#767C6E
(118,124,110)
#858A7E
(133,138,126)
#94988E
(148,152,142)
#A3A69E
(163,166,158)
#B2B4AE
(178,180,174)
#C1C2BE
(193,194,190)
#D0D0CE
(208,208,206)
#DFDEDE
(223,222,222)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58604E; }

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

This text font color is #58604E.


Background Color

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

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

This div background color is #58604E.


Border color

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

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

This div border color is #58604E.


Opacity

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

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

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

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

This text has shadow with #58604E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58604E on black background.


Color preview on white background

This text has color #58604E on white background.



Black color preview on #58604E background

This text has black color on #58604E background.


White color preview on #58604E background

This text has white color on #58604E background.