COLOR #58704E

HEX: #58704E
RGB: (88,112,78)

Color info

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

RGB color model

#58704E color RGB value is (88,112,78).

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

RGB channels and saturation

R 88 of 255 = 35%
G 112 of 255 = 44%
B 78 of 255 = 31%

88
112
78

R + G + B ~ 37%. #58704E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 112 + 78 = 278 (100%)
R 88 of 278 ~ 31.65%
G 112 of 278 ~ 40.29%
B 78 of 278 ~ 28.06%

%31.65
%40.29
%28.06

CMYK color model

#58704E color CMYK value is (21,0,30,56).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 30.36%
  • key color value is 56.08%
CMYK:
(21,0,30,56)
C21M0Y30K56 
(21%,0%,30%,56%)
(0.21/0.00/0.30/0.56)	

CMYK percentages

%21.43
%0
%30.36
%56.08

Codes

Color #58704E in popluar color models

58704E
RGB8811278
HSL102°17.89%37.25%
HSB/HSV102°30.36%43.92%
CMYK21.43%0.00%30.36%
56.08%

Color #58704E in popluar number systems.

HEX58704E
Decimal8811278
Binary101100011100001001110
Octal130160116

Shades and tints

Shades of #58704E

#58704E
(88,112,78)
#506647
(80,102,71)
#485C40
(72,92,64)
#405239
(64,82,57)
#384832
(56,72,50)
#303E2B
(48,62,43)
#283424
(40,52,36)
#202A1D
(32,42,29)
#182016
(24,32,22)
#10160F
(16,22,15)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #58704E

#58704E
(88,112,78)
#677D5E
(103,125,94)
#768A6E
(118,138,110)
#85977E
(133,151,126)
#94A48E
(148,164,142)
#A3B19E
(163,177,158)
#B2BEAE
(178,190,174)
#C1CBBE
(193,203,190)
#D0D8CE
(208,216,206)
#DFE5DE
(223,229,222)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58704E; }

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

This text font color is #58704E.


Background Color

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

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

This div background color is #58704E.


Border color

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

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

This div border color is #58704E.


Opacity

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

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

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

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

This text has shadow with #58704E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58704E on black background.


Color preview on white background

This text has color #58704E on white background.



Black color preview on #58704E background

This text has black color on #58704E background.


White color preview on #58704E background

This text has white color on #58704E background.