COLOR #58917E

HEX: #58917E
RGB: (88,145,126)

Color info

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

RGB color model

#58917E color RGB value is (88,145,126).

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

RGB channels and saturation

R 88 of 255 = 35%
G 145 of 255 = 57%
B 126 of 255 = 49%

88
145
126

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

Portions of RGB colors in percentages

R + G + B =
88 + 145 + 126 = 359 (100%)
R 88 of 359 ~ 24.51%
G 145 of 359 ~ 40.39%
B 126 of 359 ~ 35.1%

%24.51
%40.39
%35.1

CMYK color model

#58917E color CMYK value is (39,0,13,43).

  • cyan value is 39.31%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 43.14%
CMYK:
(39,0,13,43)
C39M0Y13K43 
(39%,0%,13%,43%)
(0.39/0.00/0.13/0.43)	

CMYK percentages

%39.31
%0
%13.1
%43.14

Codes

Color #58917E in popluar color models

58917E
RGB88145126
HSL160°24.46%45.69%
HSB/HSV160°39.31%56.86%
CMYK39.31%0.00%13.10%
43.14%

Color #58917E in popluar number systems.

HEX58917E
Decimal88145126
Binary1011000100100011111110
Octal130221176

Shades and tints

Shades of #58917E

#58917E
(88,145,126)
#508473
(80,132,115)
#487768
(72,119,104)
#406A5D
(64,106,93)
#385D52
(56,93,82)
#305047
(48,80,71)
#28433C
(40,67,60)
#203631
(32,54,49)
#182926
(24,41,38)
#101C1B
(16,28,27)
#080F10
(8,15,16)
#000000
(0,0,0)

Tints of #58917E

#58917E
(88,145,126)
#679B89
(103,155,137)
#76A594
(118,165,148)
#85AF9F
(133,175,159)
#94B9AA
(148,185,170)
#A3C3B5
(163,195,181)
#B2CDC0
(178,205,192)
#C1D7CB
(193,215,203)
#D0E1D6
(208,225,214)
#DFEBE1
(223,235,225)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58917E; }

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

This text font color is #58917E.


Background Color

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

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

This div background color is #58917E.


Border color

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

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

This div border color is #58917E.


Opacity

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

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

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

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

This text has shadow with #58917E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58917E on black background.


Color preview on white background

This text has color #58917E on white background.



Black color preview on #58917E background

This text has black color on #58917E background.


White color preview on #58917E background

This text has white color on #58917E background.