COLOR #58897E

HEX: #58897E
RGB: (88,137,126)

Color info

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

RGB color model

#58897E color RGB value is (88,137,126).

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

RGB channels and saturation

R 88 of 255 = 35%
G 137 of 255 = 54%
B 126 of 255 = 49%

88
137
126

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

Portions of RGB colors in percentages

R + G + B =
88 + 137 + 126 = 351 (100%)
R 88 of 351 ~ 25.07%
G 137 of 351 ~ 39.03%
B 126 of 351 ~ 35.9%

%25.07
%39.03
%35.9

CMYK color model

#58897E color CMYK value is (36,0,8,46).

  • cyan value is 35.77%
  • magenta value is 0.00%
  • yellow value is 8.03%
  • key color value is 46.27%
CMYK:
(36,0,8,46)
C36M0Y8K46 
(36%,0%,8%,46%)
(0.36/0.00/0.08/0.46)	

CMYK percentages

%35.77
%0
%8.03
%46.27

Codes

Color #58897E in popluar color models

58897E
RGB88137126
HSL167°21.78%44.12%
HSB/HSV167°35.77%53.73%
CMYK35.77%0.00%8.03%
46.27%

Color #58897E in popluar number systems.

HEX58897E
Decimal88137126
Binary1011000100010011111110
Octal130211176

Shades and tints

Shades of #58897E

#58897E
(88,137,126)
#507D73
(80,125,115)
#487168
(72,113,104)
#40655D
(64,101,93)
#385952
(56,89,82)
#304D47
(48,77,71)
#28413C
(40,65,60)
#203531
(32,53,49)
#182926
(24,41,38)
#101D1B
(16,29,27)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #58897E

#58897E
(88,137,126)
#679389
(103,147,137)
#769D94
(118,157,148)
#85A79F
(133,167,159)
#94B1AA
(148,177,170)
#A3BBB5
(163,187,181)
#B2C5C0
(178,197,192)
#C1CFCB
(193,207,203)
#D0D9D6
(208,217,214)
#DFE3E1
(223,227,225)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58897E; }

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

This text font color is #58897E.


Background Color

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

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

This div background color is #58897E.


Border color

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

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

This div border color is #58897E.


Opacity

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

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

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

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

This text has shadow with #58897E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58897E on black background.


Color preview on white background

This text has color #58897E on white background.



Black color preview on #58897E background

This text has black color on #58897E background.


White color preview on #58897E background

This text has white color on #58897E background.