COLOR #58894E

HEX: #58894E
RGB: (88,137,78)

Color info

#58894E contains red, green and blue colors in about the same proportion. Web safe color of #58894E is #669966 (or #696).

RGB color model

#58894E color RGB value is (88,137,78).

  • red value is 88;
  • green value is 137;
  • blue value is 78.
RGB:
(88,137,78)
(35%,54%,31%)

RGB channels and saturation

R 88 of 255 = 35%
G 137 of 255 = 54%
B 78 of 255 = 31%

88
137
78

R + G + B ~ 40%. #58894E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 137 + 78 = 303 (100%)
R 88 of 303 ~ 29.04%
G 137 of 303 ~ 45.21%
B 78 of 303 ~ 25.74%

%29.04
%45.21
%25.74

CMYK color model

#58894E color CMYK value is (36,0,43,46).

  • cyan value is 35.77%
  • magenta value is 0.00%
  • yellow value is 43.07%
  • key color value is 46.27%
CMYK:
(36,0,43,46)
C36M0Y43K46 
(36%,0%,43%,46%)
(0.36/0.00/0.43/0.46)	

CMYK percentages

%35.77
%0
%43.07
%46.27

Codes

Color #58894E in popluar color models

58894E
RGB8813778
HSL110°27.44%42.16%
HSB/HSV110°43.07%53.73%
CMYK35.77%0.00%43.07%
46.27%

Color #58894E in popluar number systems.

HEX58894E
Decimal8813778
Binary1011000100010011001110
Octal130211116

Shades and tints

Shades of #58894E

#58894E
(88,137,78)
#507D47
(80,125,71)
#487140
(72,113,64)
#406539
(64,101,57)
#385932
(56,89,50)
#304D2B
(48,77,43)
#284124
(40,65,36)
#20351D
(32,53,29)
#182916
(24,41,22)
#101D0F
(16,29,15)
#081108
(8,17,8)
#000000
(0,0,0)

Tints of #58894E

#58894E
(88,137,78)
#67935E
(103,147,94)
#769D6E
(118,157,110)
#85A77E
(133,167,126)
#94B18E
(148,177,142)
#A3BB9E
(163,187,158)
#B2C5AE
(178,197,174)
#C1CFBE
(193,207,190)
#D0D9CE
(208,217,206)
#DFE3DE
(223,227,222)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58894E color. Also use rgb(88,137,78) instead hex code.

Text Font Color

.myTextColor { color: #58894E; }

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

This text font color is #58894E.


Background Color

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

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

This div background color is #58894E.


Border color

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

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

This div border color is #58894E.


Opacity

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

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

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

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

This text has shadow with #58894E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58894E on black background.


Color preview on white background

This text has color #58894E on white background.



Black color preview on #58894E background

This text has black color on #58894E background.


White color preview on #58894E background

This text has white color on #58894E background.