COLOR #58914E

HEX: #58914E
RGB: (88,145,78)

Color info

#58914E contains mainly red and green colors. Web safe color of #58914E is #669966 (or #696).

RGB color model

#58914E color RGB value is (88,145,78).

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

RGB channels and saturation

R 88 of 255 = 35%
G 145 of 255 = 57%
B 78 of 255 = 31%

88
145
78

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

Portions of RGB colors in percentages

R + G + B =
88 + 145 + 78 = 311 (100%)
R 88 of 311 ~ 28.3%
G 145 of 311 ~ 46.62%
B 78 of 311 ~ 25.08%

%28.3
%46.62
%25.08

CMYK color model

#58914E color CMYK value is (39,0,46,43).

  • cyan value is 39.31%
  • magenta value is 0.00%
  • yellow value is 46.21%
  • key color value is 43.14%
CMYK:
(39,0,46,43)
C39M0Y46K43 
(39%,0%,46%,43%)
(0.39/0.00/0.46/0.43)	

CMYK percentages

%39.31
%0
%46.21
%43.14

Codes

Color #58914E in popluar color models

58914E
RGB8814578
HSL111°30.04%43.73%
HSB/HSV111°46.21%56.86%
CMYK39.31%0.00%46.21%
43.14%

Color #58914E in popluar number systems.

HEX58914E
Decimal8814578
Binary1011000100100011001110
Octal130221116

Shades and tints

Shades of #58914E

#58914E
(88,145,78)
#508447
(80,132,71)
#487740
(72,119,64)
#406A39
(64,106,57)
#385D32
(56,93,50)
#30502B
(48,80,43)
#284324
(40,67,36)
#20361D
(32,54,29)
#182916
(24,41,22)
#101C0F
(16,28,15)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #58914E

#58914E
(88,145,78)
#679B5E
(103,155,94)
#76A56E
(118,165,110)
#85AF7E
(133,175,126)
#94B98E
(148,185,142)
#A3C39E
(163,195,158)
#B2CDAE
(178,205,174)
#C1D7BE
(193,215,190)
#D0E1CE
(208,225,206)
#DFEBDE
(223,235,222)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58914E; }

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

This text font color is #58914E.


Background Color

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

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

This div background color is #58914E.


Border color

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

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

This div border color is #58914E.


Opacity

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

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

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

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

This text has shadow with #58914E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58914E on black background.


Color preview on white background

This text has color #58914E on white background.



Black color preview on #58914E background

This text has black color on #58914E background.


White color preview on #58914E background

This text has white color on #58914E background.