COLOR #58756D

HEX: #58756D
RGB: (88,117,109)

Color info

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

RGB color model

#58756D color RGB value is (88,117,109).

  • red value is 88;
  • green value is 117;
  • blue value is 109.
RGB:
(88,117,109)
(35%,46%,43%)

RGB channels and saturation

R 88 of 255 = 35%
G 117 of 255 = 46%
B 109 of 255 = 43%

88
117
109

R + G + B ~ 41%. #58756D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 117 + 109 = 314 (100%)
R 88 of 314 ~ 28.03%
G 117 of 314 ~ 37.26%
B 109 of 314 ~ 34.71%

%28.03
%37.26
%34.71

CMYK color model

#58756D color CMYK value is (25,0,7,54).

  • cyan value is 24.79%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 54.12%
CMYK:
(25,0,7,54)
C25M0Y7K54 
(25%,0%,7%,54%)
(0.25/0.00/0.07/0.54)	

CMYK percentages

%24.79
%0
%6.84
%54.12

Codes

Color #58756D in popluar color models

58756D
RGB88117109
HSL163°14.15%40.20%
HSB/HSV163°24.79%45.88%
CMYK24.79%0.00%6.84%
54.12%

Color #58756D in popluar number systems.

HEX58756D
Decimal88117109
Binary101100011101011101101
Octal130165155

Shades and tints

Shades of #58756D

#58756D
(88,117,109)
#506B64
(80,107,100)
#48615B
(72,97,91)
#405752
(64,87,82)
#384D49
(56,77,73)
#304340
(48,67,64)
#283937
(40,57,55)
#202F2E
(32,47,46)
#182525
(24,37,37)
#101B1C
(16,27,28)
#081113
(8,17,19)
#000000
(0,0,0)

Tints of #58756D

#58756D
(88,117,109)
#67817A
(103,129,122)
#768D87
(118,141,135)
#859994
(133,153,148)
#94A5A1
(148,165,161)
#A3B1AE
(163,177,174)
#B2BDBB
(178,189,187)
#C1C9C8
(193,201,200)
#D0D5D5
(208,213,213)
#DFE1E2
(223,225,226)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58756D color. Also use rgb(88,117,109) instead hex code.

Text Font Color

.myTextColor { color: #58756D; }

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

This text font color is #58756D.


Background Color

.myBgColor { background-color: #58756D; }

<div style="background-color:#58756D">Inner text</div>

This div background color is #58756D.


Border color

.myBorderColor { border: 1px solid #58756D; }

<div style="border:3px solid #58756D">Div</div>

This div border color is #58756D.


Opacity

.myOpacity80 { color: #58756D; opacity: 0.8; }

<p style="color:#58756D;opacity:0.8;">80%</p>

Text with #58756D 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 #58756D;}

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

This text has shadow with #58756D color.

.textShadow {text-shadow: 3px 3px 1px #58756D, 3px 3px 1px red;}

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

This text has shadow with #58756D primary color and red secondary color.


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

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

This text has shadow with #58756D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58756D on black background.


Color preview on white background

This text has color #58756D on white background.



Black color preview on #58756D background

This text has black color on #58756D background.


White color preview on #58756D background

This text has white color on #58756D background.