COLOR #58705C

HEX: #58705C
RGB: (88,112,92)

Color info

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

RGB color model

#58705C color RGB value is (88,112,92).

  • red value is 88;
  • green value is 112;
  • blue value is 92.
RGB:
(88,112,92)
(35%,44%,36%)

RGB channels and saturation

R 88 of 255 = 35%
G 112 of 255 = 44%
B 92 of 255 = 36%

88
112
92

R + G + B ~ 38%. #58705C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 112 + 92 = 292 (100%)
R 88 of 292 ~ 30.14%
G 112 of 292 ~ 38.36%
B 92 of 292 ~ 31.51%

%30.14
%38.36
%31.51

CMYK color model

#58705C color CMYK value is (21,0,18,56).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 56.08%
CMYK:
(21,0,18,56)
C21M0Y18K56 
(21%,0%,18%,56%)
(0.21/0.00/0.18/0.56)	

CMYK percentages

%21.43
%0
%17.86
%56.08

Codes

Color #58705C in popluar color models

58705C
RGB8811292
HSL130°12.00%39.22%
HSB/HSV130°21.43%43.92%
CMYK21.43%0.00%17.86%
56.08%

Color #58705C in popluar number systems.

HEX58705C
Decimal8811292
Binary101100011100001011100
Octal130160134

Shades and tints

Shades of #58705C

#58705C
(88,112,92)
#506654
(80,102,84)
#485C4C
(72,92,76)
#405244
(64,82,68)
#38483C
(56,72,60)
#303E34
(48,62,52)
#28342C
(40,52,44)
#202A24
(32,42,36)
#18201C
(24,32,28)
#101614
(16,22,20)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #58705C

#58705C
(88,112,92)
#677D6A
(103,125,106)
#768A78
(118,138,120)
#859786
(133,151,134)
#94A494
(148,164,148)
#A3B1A2
(163,177,162)
#B2BEB0
(178,190,176)
#C1CBBE
(193,203,190)
#D0D8CC
(208,216,204)
#DFE5DA
(223,229,218)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58705C color. Also use rgb(88,112,92) instead hex code.

Text Font Color

.myTextColor { color: #58705C; }

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

This text font color is #58705C.


Background Color

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

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

This div background color is #58705C.


Border color

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

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

This div border color is #58705C.


Opacity

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

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

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

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

This text has shadow with #58705C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58705C on black background.


Color preview on white background

This text has color #58705C on white background.



Black color preview on #58705C background

This text has black color on #58705C background.


White color preview on #58705C background

This text has white color on #58705C background.