COLOR #58713B

HEX: #58713B
RGB: (88,113,59)

Color info

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

RGB color model

#58713B color RGB value is (88,113,59).

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

RGB channels and saturation

R 88 of 255 = 35%
G 113 of 255 = 44%
B 59 of 255 = 23%

88
113
59

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

Portions of RGB colors in percentages

R + G + B =
88 + 113 + 59 = 260 (100%)
R 88 of 260 ~ 33.85%
G 113 of 260 ~ 43.46%
B 59 of 260 ~ 22.69%

%33.85
%43.46
%22.69

CMYK color model

#58713B color CMYK value is (22,0,48,56).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 47.79%
  • key color value is 55.69%
CMYK:
(22,0,48,56)
C22M0Y48K56 
(22%,0%,48%,56%)
(0.22/0.00/0.48/0.56)	

CMYK percentages

%22.12
%0
%47.79
%55.69

Codes

Color #58713B in popluar color models

58713B
RGB8811359
HSL88°31.40%33.73%
HSB/HSV88°47.79%44.31%
CMYK22.12%0.00%47.79%
55.69%

Color #58713B in popluar number systems.

HEX58713B
Decimal8811359
Binary10110001110001111011
Octal13016173

Shades and tints

Shades of #58713B

#58713B
(88,113,59)
#506736
(80,103,54)
#485D31
(72,93,49)
#40532C
(64,83,44)
#384927
(56,73,39)
#303F22
(48,63,34)
#28351D
(40,53,29)
#202B18
(32,43,24)
#182113
(24,33,19)
#10170E
(16,23,14)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #58713B

#58713B
(88,113,59)
#677D4C
(103,125,76)
#76895D
(118,137,93)
#85956E
(133,149,110)
#94A17F
(148,161,127)
#A3AD90
(163,173,144)
#B2B9A1
(178,185,161)
#C1C5B2
(193,197,178)
#D0D1C3
(208,209,195)
#DFDDD4
(223,221,212)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58713B color. Also use rgb(88,113,59) instead hex code.

Text Font Color

.myTextColor { color: #58713B; }

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

This text font color is #58713B.


Background Color

.myBgColor { background-color: #58713B; }

<div style="background-color:#58713B">Inner text</div>

This div background color is #58713B.


Border color

.myBorderColor { border: 1px solid #58713B; }

<div style="border:3px solid #58713B">Div</div>

This div border color is #58713B.


Opacity

.myOpacity80 { color: #58713B; opacity: 0.8; }

<p style="color:#58713B;opacity:0.8;">80%</p>

Text with #58713B 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 #58713B;}

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

This text has shadow with #58713B color.

.textShadow {text-shadow: 3px 3px 1px #58713B, 3px 3px 1px red;}

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

This text has shadow with #58713B primary color and red secondary color.


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

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

This text has shadow with #58713B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58713B on black background.


Color preview on white background

This text has color #58713B on white background.



Black color preview on #58713B background

This text has black color on #58713B background.


White color preview on #58713B background

This text has white color on #58713B background.