COLOR #58715F

HEX: #58715F
RGB: (88,113,95)

Color info

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

RGB color model

#58715F color RGB value is (88,113,95).

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

RGB channels and saturation

R 88 of 255 = 35%
G 113 of 255 = 44%
B 95 of 255 = 37%

88
113
95

R + G + B ~ 39%. #58715F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 113 + 95 = 296 (100%)
R 88 of 296 ~ 29.73%
G 113 of 296 ~ 38.18%
B 95 of 296 ~ 32.09%

%29.73
%38.18
%32.09

CMYK color model

#58715F color CMYK value is (22,0,16,56).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 55.69%
CMYK:
(22,0,16,56)
C22M0Y16K56 
(22%,0%,16%,56%)
(0.22/0.00/0.16/0.56)	

CMYK percentages

%22.12
%0
%15.93
%55.69

Codes

Color #58715F in popluar color models

58715F
RGB8811395
HSL137°12.44%39.41%
HSB/HSV137°22.12%44.31%
CMYK22.12%0.00%15.93%
55.69%

Color #58715F in popluar number systems.

HEX58715F
Decimal8811395
Binary101100011100011011111
Octal130161137

Shades and tints

Shades of #58715F

#58715F
(88,113,95)
#506757
(80,103,87)
#485D4F
(72,93,79)
#405347
(64,83,71)
#38493F
(56,73,63)
#303F37
(48,63,55)
#28352F
(40,53,47)
#202B27
(32,43,39)
#18211F
(24,33,31)
#101717
(16,23,23)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #58715F

#58715F
(88,113,95)
#677D6D
(103,125,109)
#76897B
(118,137,123)
#859589
(133,149,137)
#94A197
(148,161,151)
#A3ADA5
(163,173,165)
#B2B9B3
(178,185,179)
#C1C5C1
(193,197,193)
#D0D1CF
(208,209,207)
#DFDDDD
(223,221,221)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58715F color. Also use rgb(88,113,95) instead hex code.

Text Font Color

.myTextColor { color: #58715F; }

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

This text font color is #58715F.


Background Color

.myBgColor { background-color: #58715F; }

<div style="background-color:#58715F">Inner text</div>

This div background color is #58715F.


Border color

.myBorderColor { border: 1px solid #58715F; }

<div style="border:3px solid #58715F">Div</div>

This div border color is #58715F.


Opacity

.myOpacity80 { color: #58715F; opacity: 0.8; }

<p style="color:#58715F;opacity:0.8;">80%</p>

Text with #58715F 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 #58715F;}

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

This text has shadow with #58715F color.

.textShadow {text-shadow: 3px 3px 1px #58715F, 3px 3px 1px red;}

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

This text has shadow with #58715F primary color and red secondary color.


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

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

This text has shadow with #58715F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58715F on black background.


Color preview on white background

This text has color #58715F on white background.



Black color preview on #58715F background

This text has black color on #58715F background.


White color preview on #58715F background

This text has white color on #58715F background.