COLOR #58716C

HEX: #58716C
RGB: (88,113,108)

Color info

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

RGB color model

#58716C color RGB value is (88,113,108).

  • red value is 88;
  • green value is 113;
  • blue value is 108.
RGB:
(88,113,108)
(35%,44%,42%)

RGB channels and saturation

R 88 of 255 = 35%
G 113 of 255 = 44%
B 108 of 255 = 42%

88
113
108

R + G + B ~ 40%. #58716C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 113 + 108 = 309 (100%)
R 88 of 309 ~ 28.48%
G 113 of 309 ~ 36.57%
B 108 of 309 ~ 34.95%

%28.48
%36.57
%34.95

CMYK color model

#58716C color CMYK value is (22,0,4,56).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 4.42%
  • key color value is 55.69%
CMYK:
(22,0,4,56)
C22M0Y4K56 
(22%,0%,4%,56%)
(0.22/0.00/0.04/0.56)	

CMYK percentages

%22.12
%0
%4.42
%55.69

Codes

Color #58716C in popluar color models

58716C
RGB88113108
HSL168°12.44%39.41%
HSB/HSV168°22.12%44.31%
CMYK22.12%0.00%4.42%
55.69%

Color #58716C in popluar number systems.

HEX58716C
Decimal88113108
Binary101100011100011101100
Octal130161154

Shades and tints

Shades of #58716C

#58716C
(88,113,108)
#506763
(80,103,99)
#485D5A
(72,93,90)
#405351
(64,83,81)
#384948
(56,73,72)
#303F3F
(48,63,63)
#283536
(40,53,54)
#202B2D
(32,43,45)
#182124
(24,33,36)
#10171B
(16,23,27)
#080D12
(8,13,18)
#000000
(0,0,0)

Tints of #58716C

#58716C
(88,113,108)
#677D79
(103,125,121)
#768986
(118,137,134)
#859593
(133,149,147)
#94A1A0
(148,161,160)
#A3ADAD
(163,173,173)
#B2B9BA
(178,185,186)
#C1C5C7
(193,197,199)
#D0D1D4
(208,209,212)
#DFDDE1
(223,221,225)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58716C color. Also use rgb(88,113,108) instead hex code.

Text Font Color

.myTextColor { color: #58716C; }

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

This text font color is #58716C.


Background Color

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

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

This div background color is #58716C.


Border color

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

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

This div border color is #58716C.


Opacity

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

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

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

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

This text has shadow with #58716C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58716C on black background.


Color preview on white background

This text has color #58716C on white background.



Black color preview on #58716C background

This text has black color on #58716C background.


White color preview on #58716C background

This text has white color on #58716C background.