COLOR #58897C

HEX: #58897C
RGB: (88,137,124)

Color info

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

RGB color model

#58897C color RGB value is (88,137,124).

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

RGB channels and saturation

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

88
137
124

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

Portions of RGB colors in percentages

R + G + B =
88 + 137 + 124 = 349 (100%)
R 88 of 349 ~ 25.21%
G 137 of 349 ~ 39.26%
B 124 of 349 ~ 35.53%

%25.21
%39.26
%35.53

CMYK color model

#58897C color CMYK value is (36,0,9,46).

  • cyan value is 35.77%
  • magenta value is 0.00%
  • yellow value is 9.49%
  • key color value is 46.27%
CMYK:
(36,0,9,46)
C36M0Y9K46 
(36%,0%,9%,46%)
(0.36/0.00/0.09/0.46)	

CMYK percentages

%35.77
%0
%9.49
%46.27

Codes

Color #58897C in popluar color models

58897C
RGB88137124
HSL164°21.78%44.12%
HSB/HSV164°35.77%53.73%
CMYK35.77%0.00%9.49%
46.27%

Color #58897C in popluar number systems.

HEX58897C
Decimal88137124
Binary1011000100010011111100
Octal130211174

Shades and tints

Shades of #58897C

#58897C
(88,137,124)
#507D71
(80,125,113)
#487166
(72,113,102)
#40655B
(64,101,91)
#385950
(56,89,80)
#304D45
(48,77,69)
#28413A
(40,65,58)
#20352F
(32,53,47)
#182924
(24,41,36)
#101D19
(16,29,25)
#08110E
(8,17,14)
#000000
(0,0,0)

Tints of #58897C

#58897C
(88,137,124)
#679387
(103,147,135)
#769D92
(118,157,146)
#85A79D
(133,167,157)
#94B1A8
(148,177,168)
#A3BBB3
(163,187,179)
#B2C5BE
(178,197,190)
#C1CFC9
(193,207,201)
#D0D9D4
(208,217,212)
#DFE3DF
(223,227,223)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58897C; }

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

This text font color is #58897C.


Background Color

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

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

This div background color is #58897C.


Border color

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

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

This div border color is #58897C.


Opacity

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

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

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

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

This text has shadow with #58897C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58897C on black background.


Color preview on white background

This text has color #58897C on white background.



Black color preview on #58897C background

This text has black color on #58897C background.


White color preview on #58897C background

This text has white color on #58897C background.