COLOR #58714C

HEX: #58714C
RGB: (88,113,76)

Color info

#58714C contains red, green and blue colors in about the same proportion. Web safe color of #58714C is #666633 (or #663).

RGB color model

#58714C color RGB value is (88,113,76).

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

RGB channels and saturation

R 88 of 255 = 35%
G 113 of 255 = 44%
B 76 of 255 = 30%

88
113
76

R + G + B ~ 36%. #58714C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 113 + 76 = 277 (100%)
R 88 of 277 ~ 31.77%
G 113 of 277 ~ 40.79%
B 76 of 277 ~ 27.44%

%31.77
%40.79
%27.44

CMYK color model

#58714C color CMYK value is (22,0,33,56).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 32.74%
  • key color value is 55.69%
CMYK:
(22,0,33,56)
C22M0Y33K56 
(22%,0%,33%,56%)
(0.22/0.00/0.33/0.56)	

CMYK percentages

%22.12
%0
%32.74
%55.69

Codes

Color #58714C in popluar color models

58714C
RGB8811376
HSL101°19.58%37.06%
HSB/HSV101°32.74%44.31%
CMYK22.12%0.00%32.74%
55.69%

Color #58714C in popluar number systems.

HEX58714C
Decimal8811376
Binary101100011100011001100
Octal130161114

Shades and tints

Shades of #58714C

#58714C
(88,113,76)
#506746
(80,103,70)
#485D40
(72,93,64)
#40533A
(64,83,58)
#384934
(56,73,52)
#303F2E
(48,63,46)
#283528
(40,53,40)
#202B22
(32,43,34)
#18211C
(24,33,28)
#101716
(16,23,22)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #58714C

#58714C
(88,113,76)
#677D5C
(103,125,92)
#76896C
(118,137,108)
#85957C
(133,149,124)
#94A18C
(148,161,140)
#A3AD9C
(163,173,156)
#B2B9AC
(178,185,172)
#C1C5BC
(193,197,188)
#D0D1CC
(208,209,204)
#DFDDDC
(223,221,220)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58714C; }

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

This text font color is #58714C.


Background Color

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

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

This div background color is #58714C.


Border color

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

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

This div border color is #58714C.


Opacity

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

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

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

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

This text has shadow with #58714C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58714C on black background.


Color preview on white background

This text has color #58714C on white background.



Black color preview on #58714C background

This text has black color on #58714C background.


White color preview on #58714C background

This text has white color on #58714C background.