COLOR #58721F

HEX: #58721F
RGB: (88,114,31)

Color info

#58721F contains mainly red and green colors. Web safe color of #58721F is #666633 (or #663).

RGB color model

#58721F color RGB value is (88,114,31).

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

RGB channels and saturation

R 88 of 255 = 35%
G 114 of 255 = 45%
B 31 of 255 = 12%

88
114
31

R + G + B ~ 31%. #58721F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 114 + 31 = 233 (100%)
R 88 of 233 ~ 37.77%
G 114 of 233 ~ 48.93%
B 31 of 233 ~ 13.3%

%37.77
%48.93
%13.3

CMYK color model

#58721F color CMYK value is (23,0,73,55).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 72.81%
  • key color value is 55.29%
CMYK:
(23,0,73,55)
C23M0Y73K55 
(23%,0%,73%,55%)
(0.23/0.00/0.73/0.55)	

CMYK percentages

%22.81
%0
%72.81
%55.29

Codes

Color #58721F in popluar color models

58721F
RGB8811431
HSL79°57.24%28.43%
HSB/HSV79°72.81%44.71%
CMYK22.81%0.00%72.81%
55.29%

Color #58721F in popluar number systems.

HEX58721F
Decimal8811431
Binary1011000111001011111
Octal13016237

Shades and tints

Shades of #58721F

#58721F
(88,114,31)
#50681D
(80,104,29)
#485E1B
(72,94,27)
#405419
(64,84,25)
#384A17
(56,74,23)
#304015
(48,64,21)
#283613
(40,54,19)
#202C11
(32,44,17)
#18220F
(24,34,15)
#10180D
(16,24,13)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #58721F

#58721F
(88,114,31)
#677E33
(103,126,51)
#768A47
(118,138,71)
#85965B
(133,150,91)
#94A26F
(148,162,111)
#A3AE83
(163,174,131)
#B2BA97
(178,186,151)
#C1C6AB
(193,198,171)
#D0D2BF
(208,210,191)
#DFDED3
(223,222,211)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58721F color. Also use rgb(88,114,31) instead hex code.

Text Font Color

.myTextColor { color: #58721F; }

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

This text font color is #58721F.


Background Color

.myBgColor { background-color: #58721F; }

<div style="background-color:#58721F">Inner text</div>

This div background color is #58721F.


Border color

.myBorderColor { border: 1px solid #58721F; }

<div style="border:3px solid #58721F">Div</div>

This div border color is #58721F.


Opacity

.myOpacity80 { color: #58721F; opacity: 0.8; }

<p style="color:#58721F;opacity:0.8;">80%</p>

Text with #58721F 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 #58721F;}

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

This text has shadow with #58721F color.

.textShadow {text-shadow: 3px 3px 1px #58721F, 3px 3px 1px red;}

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

This text has shadow with #58721F primary color and red secondary color.


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

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

This text has shadow with #58721F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58721F on black background.


Color preview on white background

This text has color #58721F on white background.



Black color preview on #58721F background

This text has black color on #58721F background.


White color preview on #58721F background

This text has white color on #58721F background.