COLOR #58997E

HEX: #58997E
RGB: (88,153,126)

Color info

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

RGB color model

#58997E color RGB value is (88,153,126).

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

RGB channels and saturation

R 88 of 255 = 35%
G 153 of 255 = 60%
B 126 of 255 = 49%

88
153
126

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

Portions of RGB colors in percentages

R + G + B =
88 + 153 + 126 = 367 (100%)
R 88 of 367 ~ 23.98%
G 153 of 367 ~ 41.69%
B 126 of 367 ~ 34.33%

%23.98
%41.69
%34.33

CMYK color model

#58997E color CMYK value is (42,0,18,40).

  • cyan value is 42.48%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK:
(42,0,18,40)
C42M0Y18K40 
(42%,0%,18%,40%)
(0.42/0.00/0.18/0.40)	

CMYK percentages

%42.48
%0
%17.65
%40

Codes

Color #58997E in popluar color models

58997E
RGB88153126
HSL155°26.97%47.25%
HSB/HSV155°42.48%60.00%
CMYK42.48%0.00%17.65%
40.00%

Color #58997E in popluar number systems.

HEX58997E
Decimal88153126
Binary1011000100110011111110
Octal130231176

Shades and tints

Shades of #58997E

#58997E
(88,153,126)
#508C73
(80,140,115)
#487F68
(72,127,104)
#40725D
(64,114,93)
#386552
(56,101,82)
#305847
(48,88,71)
#284B3C
(40,75,60)
#203E31
(32,62,49)
#183126
(24,49,38)
#10241B
(16,36,27)
#081710
(8,23,16)
#000000
(0,0,0)

Tints of #58997E

#58997E
(88,153,126)
#67A289
(103,162,137)
#76AB94
(118,171,148)
#85B49F
(133,180,159)
#94BDAA
(148,189,170)
#A3C6B5
(163,198,181)
#B2CFC0
(178,207,192)
#C1D8CB
(193,216,203)
#D0E1D6
(208,225,214)
#DFEAE1
(223,234,225)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58997E; }

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

This text font color is #58997E.


Background Color

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

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

This div background color is #58997E.


Border color

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

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

This div border color is #58997E.


Opacity

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

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

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

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

This text has shadow with #58997E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58997E on black background.


Color preview on white background

This text has color #58997E on white background.



Black color preview on #58997E background

This text has black color on #58997E background.


White color preview on #58997E background

This text has white color on #58997E background.