COLOR #58724C

HEX: #58724C
RGB: (88,114,76)

Color info

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

RGB color model

#58724C color RGB value is (88,114,76).

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

RGB channels and saturation

R 88 of 255 = 35%
G 114 of 255 = 45%
B 76 of 255 = 30%

88
114
76

R + G + B ~ 37%. #58724C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 114 + 76 = 278 (100%)
R 88 of 278 ~ 31.65%
G 114 of 278 ~ 41.01%
B 76 of 278 ~ 27.34%

%31.65
%41.01
%27.34

CMYK color model

#58724C color CMYK value is (23,0,33,55).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 55.29%
CMYK:
(23,0,33,55)
C23M0Y33K55 
(23%,0%,33%,55%)
(0.23/0.00/0.33/0.55)	

CMYK percentages

%22.81
%0
%33.33
%55.29

Codes

Color #58724C in popluar color models

58724C
RGB8811476
HSL101°20.00%37.25%
HSB/HSV101°33.33%44.71%
CMYK22.81%0.00%33.33%
55.29%

Color #58724C in popluar number systems.

HEX58724C
Decimal8811476
Binary101100011100101001100
Octal130162114

Shades and tints

Shades of #58724C

#58724C
(88,114,76)
#506846
(80,104,70)
#485E40
(72,94,64)
#40543A
(64,84,58)
#384A34
(56,74,52)
#30402E
(48,64,46)
#283628
(40,54,40)
#202C22
(32,44,34)
#18221C
(24,34,28)
#101816
(16,24,22)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #58724C

#58724C
(88,114,76)
#677E5C
(103,126,92)
#768A6C
(118,138,108)
#85967C
(133,150,124)
#94A28C
(148,162,140)
#A3AE9C
(163,174,156)
#B2BAAC
(178,186,172)
#C1C6BC
(193,198,188)
#D0D2CC
(208,210,204)
#DFDEDC
(223,222,220)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58724C; }

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

This text font color is #58724C.


Background Color

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

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

This div background color is #58724C.


Border color

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

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

This div border color is #58724C.


Opacity

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

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

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

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

This text has shadow with #58724C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58724C on black background.


Color preview on white background

This text has color #58724C on white background.



Black color preview on #58724C background

This text has black color on #58724C background.


White color preview on #58724C background

This text has white color on #58724C background.