COLOR #58714E

HEX: #58714E
RGB: (88,113,78)

Color info

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

RGB color model

#58714E color RGB value is (88,113,78).

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

RGB channels and saturation

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

88
113
78

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

Portions of RGB colors in percentages

R + G + B =
88 + 113 + 78 = 279 (100%)
R 88 of 279 ~ 31.54%
G 113 of 279 ~ 40.5%
B 78 of 279 ~ 27.96%

%31.54
%40.5
%27.96

CMYK color model

#58714E color CMYK value is (22,0,31,56).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 30.97%
  • key color value is 55.69%
CMYK:
(22,0,31,56)
C22M0Y31K56 
(22%,0%,31%,56%)
(0.22/0.00/0.31/0.56)	

CMYK percentages

%22.12
%0
%30.97
%55.69

Codes

Color #58714E in popluar color models

58714E
RGB8811378
HSL103°18.32%37.45%
HSB/HSV103°30.97%44.31%
CMYK22.12%0.00%30.97%
55.69%

Color #58714E in popluar number systems.

HEX58714E
Decimal8811378
Binary101100011100011001110
Octal130161116

Shades and tints

Shades of #58714E

#58714E
(88,113,78)
#506747
(80,103,71)
#485D40
(72,93,64)
#405339
(64,83,57)
#384932
(56,73,50)
#303F2B
(48,63,43)
#283524
(40,53,36)
#202B1D
(32,43,29)
#182116
(24,33,22)
#10170F
(16,23,15)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #58714E

#58714E
(88,113,78)
#677D5E
(103,125,94)
#76896E
(118,137,110)
#85957E
(133,149,126)
#94A18E
(148,161,142)
#A3AD9E
(163,173,158)
#B2B9AE
(178,185,174)
#C1C5BE
(193,197,190)
#D0D1CE
(208,209,206)
#DFDDDE
(223,221,222)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58714E; }

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

This text font color is #58714E.


Background Color

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

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

This div background color is #58714E.


Border color

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

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

This div border color is #58714E.


Opacity

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

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

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

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

This text has shadow with #58714E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58714E on black background.


Color preview on white background

This text has color #58714E on white background.



Black color preview on #58714E background

This text has black color on #58714E background.


White color preview on #58714E background

This text has white color on #58714E background.