COLOR #58731E

HEX: #58731E
RGB: (88,115,30)

Color info

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

RGB color model

#58731E color RGB value is (88,115,30).

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

RGB channels and saturation

R 88 of 255 = 35%
G 115 of 255 = 45%
B 30 of 255 = 12%

88
115
30

R + G + B ~ 31%. #58731E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 115 + 30 = 233 (100%)
R 88 of 233 ~ 37.77%
G 115 of 233 ~ 49.36%
B 30 of 233 ~ 12.88%

%37.77
%49.36
%12.88

CMYK color model

#58731E color CMYK value is (23,0,74,55).

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 73.91%
  • key color value is 54.90%
CMYK:
(23,0,74,55)
C23M0Y74K55 
(23%,0%,74%,55%)
(0.23/0.00/0.74/0.55)	

CMYK percentages

%23.48
%0
%73.91
%54.9

Codes

Color #58731E in popluar color models

58731E
RGB8811530
HSL79°58.62%28.43%
HSB/HSV79°73.91%45.10%
CMYK23.48%0.00%73.91%
54.90%

Color #58731E in popluar number systems.

HEX58731E
Decimal8811530
Binary1011000111001111110
Octal13016336

Shades and tints

Shades of #58731E

#58731E
(88,115,30)
#50691C
(80,105,28)
#485F1A
(72,95,26)
#405518
(64,85,24)
#384B16
(56,75,22)
#304114
(48,65,20)
#283712
(40,55,18)
#202D10
(32,45,16)
#18230E
(24,35,14)
#10190C
(16,25,12)
#080F0A
(8,15,10)
#000000
(0,0,0)

Tints of #58731E

#58731E
(88,115,30)
#677F32
(103,127,50)
#768B46
(118,139,70)
#85975A
(133,151,90)
#94A36E
(148,163,110)
#A3AF82
(163,175,130)
#B2BB96
(178,187,150)
#C1C7AA
(193,199,170)
#D0D3BE
(208,211,190)
#DFDFD2
(223,223,210)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58731E color. Also use rgb(88,115,30) instead hex code.

Text Font Color

.myTextColor { color: #58731E; }

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

This text font color is #58731E.


Background Color

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

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

This div background color is #58731E.


Border color

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

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

This div border color is #58731E.


Opacity

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

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

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

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

This text has shadow with #58731E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58731E on black background.


Color preview on white background

This text has color #58731E on white background.



Black color preview on #58731E background

This text has black color on #58731E background.


White color preview on #58731E background

This text has white color on #58731E background.