COLOR #58978B

HEX: #58978B
RGB: (88,151,139)

Color info

#58978B contains mainly green and blue colors. Web safe color of #58978B is #669999 (or #699).

RGB color model

#58978B color RGB value is (88,151,139).

  • red value is 88;
  • green value is 151;
  • blue value is 139.
RGB:
(88,151,139)
(35%,59%,55%)

RGB channels and saturation

R 88 of 255 = 35%
G 151 of 255 = 59%
B 139 of 255 = 55%

88
151
139

R + G + B ~ 50%. #58978B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 151 + 139 = 378 (100%)
R 88 of 378 ~ 23.28%
G 151 of 378 ~ 39.95%
B 139 of 378 ~ 36.77%

%23.28
%39.95
%36.77

CMYK color model

#58978B color CMYK value is (42,0,8,41).

  • cyan value is 41.72%
  • magenta value is 0.00%
  • yellow value is 7.95%
  • key color value is 40.78%
CMYK:
(42,0,8,41)
C42M0Y8K41 
(42%,0%,8%,41%)
(0.42/0.00/0.08/0.41)	

CMYK percentages

%41.72
%0
%7.95
%40.78

Codes

Color #58978B in popluar color models

58978B
RGB88151139
HSL169°26.36%46.86%
HSB/HSV169°41.72%59.22%
CMYK41.72%0.00%7.95%
40.78%

Color #58978B in popluar number systems.

HEX58978B
Decimal88151139
Binary10110001001011110001011
Octal130227213

Shades and tints

Shades of #58978B

#58978B
(88,151,139)
#508A7F
(80,138,127)
#487D73
(72,125,115)
#407067
(64,112,103)
#38635B
(56,99,91)
#30564F
(48,86,79)
#284943
(40,73,67)
#203C37
(32,60,55)
#182F2B
(24,47,43)
#10221F
(16,34,31)
#081513
(8,21,19)
#000000
(0,0,0)

Tints of #58978B

#58978B
(88,151,139)
#67A095
(103,160,149)
#76A99F
(118,169,159)
#85B2A9
(133,178,169)
#94BBB3
(148,187,179)
#A3C4BD
(163,196,189)
#B2CDC7
(178,205,199)
#C1D6D1
(193,214,209)
#D0DFDB
(208,223,219)
#DFE8E5
(223,232,229)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58978B color. Also use rgb(88,151,139) instead hex code.

Text Font Color

.myTextColor { color: #58978B; }

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

This text font color is #58978B.


Background Color

.myBgColor { background-color: #58978B; }

<div style="background-color:#58978B">Inner text</div>

This div background color is #58978B.


Border color

.myBorderColor { border: 1px solid #58978B; }

<div style="border:3px solid #58978B">Div</div>

This div border color is #58978B.


Opacity

.myOpacity80 { color: #58978B; opacity: 0.8; }

<p style="color:#58978B;opacity:0.8;">80%</p>

Text with #58978B 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 #58978B;}

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

This text has shadow with #58978B color.

.textShadow {text-shadow: 3px 3px 1px #58978B, 3px 3px 1px red;}

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

This text has shadow with #58978B primary color and red secondary color.


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

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

This text has shadow with #58978B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58978B on black background.


Color preview on white background

This text has color #58978B on white background.



Black color preview on #58978B background

This text has black color on #58978B background.


White color preview on #58978B background

This text has white color on #58978B background.