COLOR #58813B

HEX: #58813B
RGB: (88,129,59)

Color info

#58813B contains mainly red and green colors. Web safe color of #58813B is #669933 (or #693).

RGB color model

#58813B color RGB value is (88,129,59).

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

RGB channels and saturation

R 88 of 255 = 35%
G 129 of 255 = 51%
B 59 of 255 = 23%

88
129
59

R + G + B ~ 36%. #58813B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 129 + 59 = 276 (100%)
R 88 of 276 ~ 31.88%
G 129 of 276 ~ 46.74%
B 59 of 276 ~ 21.38%

%31.88
%46.74
%21.38

CMYK color model

#58813B color CMYK value is (32,0,54,49).

  • cyan value is 31.78%
  • magenta value is 0.00%
  • yellow value is 54.26%
  • key color value is 49.41%
CMYK:
(32,0,54,49)
C32M0Y54K49 
(32%,0%,54%,49%)
(0.32/0.00/0.54/0.49)	

CMYK percentages

%31.78
%0
%54.26
%49.41

Codes

Color #58813B in popluar color models

58813B
RGB8812959
HSL95°37.23%36.86%
HSB/HSV95°54.26%50.59%
CMYK31.78%0.00%54.26%
49.41%

Color #58813B in popluar number systems.

HEX58813B
Decimal8812959
Binary101100010000001111011
Octal13020173

Shades and tints

Shades of #58813B

#58813B
(88,129,59)
#507636
(80,118,54)
#486B31
(72,107,49)
#40602C
(64,96,44)
#385527
(56,85,39)
#304A22
(48,74,34)
#283F1D
(40,63,29)
#203418
(32,52,24)
#182913
(24,41,19)
#101E0E
(16,30,14)
#081309
(8,19,9)
#000000
(0,0,0)

Tints of #58813B

#58813B
(88,129,59)
#678C4C
(103,140,76)
#76975D
(118,151,93)
#85A26E
(133,162,110)
#94AD7F
(148,173,127)
#A3B890
(163,184,144)
#B2C3A1
(178,195,161)
#C1CEB2
(193,206,178)
#D0D9C3
(208,217,195)
#DFE4D4
(223,228,212)
#EEEFE5
(238,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58813B; }

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

This text font color is #58813B.


Background Color

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

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

This div background color is #58813B.


Border color

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

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

This div border color is #58813B.


Opacity

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

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

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

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

This text has shadow with #58813B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58813B on black background.


Color preview on white background

This text has color #58813B on white background.



Black color preview on #58813B background

This text has black color on #58813B background.


White color preview on #58813B background

This text has white color on #58813B background.