COLOR #58703E

HEX: #58703E
RGB: (88,112,62)

Color info

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

RGB color model

#58703E color RGB value is (88,112,62).

  • red value is 88;
  • green value is 112;
  • blue value is 62.
RGB:
(88,112,62)
(35%,44%,24%)

RGB channels and saturation

R 88 of 255 = 35%
G 112 of 255 = 44%
B 62 of 255 = 24%

88
112
62

R + G + B ~ 34%. #58703E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 112 + 62 = 262 (100%)
R 88 of 262 ~ 33.59%
G 112 of 262 ~ 42.75%
B 62 of 262 ~ 23.66%

%33.59
%42.75
%23.66

CMYK color model

#58703E color CMYK value is (21,0,45,56).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 44.64%
  • key color value is 56.08%
CMYK:
(21,0,45,56)
C21M0Y45K56 
(21%,0%,45%,56%)
(0.21/0.00/0.45/0.56)	

CMYK percentages

%21.43
%0
%44.64
%56.08

Codes

Color #58703E in popluar color models

58703E
RGB8811262
HSL89°28.74%34.12%
HSB/HSV89°44.64%43.92%
CMYK21.43%0.00%44.64%
56.08%

Color #58703E in popluar number systems.

HEX58703E
Decimal8811262
Binary10110001110000111110
Octal13016076

Shades and tints

Shades of #58703E

#58703E
(88,112,62)
#506639
(80,102,57)
#485C34
(72,92,52)
#40522F
(64,82,47)
#38482A
(56,72,42)
#303E25
(48,62,37)
#283420
(40,52,32)
#202A1B
(32,42,27)
#182016
(24,32,22)
#101611
(16,22,17)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #58703E

#58703E
(88,112,62)
#677D4F
(103,125,79)
#768A60
(118,138,96)
#859771
(133,151,113)
#94A482
(148,164,130)
#A3B193
(163,177,147)
#B2BEA4
(178,190,164)
#C1CBB5
(193,203,181)
#D0D8C6
(208,216,198)
#DFE5D7
(223,229,215)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58703E color. Also use rgb(88,112,62) instead hex code.

Text Font Color

.myTextColor { color: #58703E; }

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

This text font color is #58703E.


Background Color

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

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

This div background color is #58703E.


Border color

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

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

This div border color is #58703E.


Opacity

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

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

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

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

This text has shadow with #58703E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58703E on black background.


Color preview on white background

This text has color #58703E on white background.



Black color preview on #58703E background

This text has black color on #58703E background.


White color preview on #58703E background

This text has white color on #58703E background.