COLOR #58A78C

HEX: #58A78C
RGB: (88,167,140)

Color info

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

RGB color model

#58A78C color RGB value is (88,167,140).

  • red value is 88;
  • green value is 167;
  • blue value is 140.
RGB:
(88,167,140)
(35%,65%,55%)

RGB channels and saturation

R 88 of 255 = 35%
G 167 of 255 = 65%
B 140 of 255 = 55%

88
167
140

R + G + B ~ 52%. #58A78C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 167 + 140 = 395 (100%)
R 88 of 395 ~ 22.28%
G 167 of 395 ~ 42.28%
B 140 of 395 ~ 35.44%

%22.28
%42.28
%35.44

CMYK color model

#58A78C color CMYK value is (47,0,16,35).

  • cyan value is 47.31%
  • magenta value is 0.00%
  • yellow value is 16.17%
  • key color value is 34.51%
CMYK:
(47,0,16,35)
C47M0Y16K35 
(47%,0%,16%,35%)
(0.47/0.00/0.16/0.35)	

CMYK percentages

%47.31
%0
%16.17
%34.51

Codes

Color #58A78C in popluar color models

58A78C
RGB88167140
HSL159°30.98%50.00%
HSB/HSV159°47.31%65.49%
CMYK47.31%0.00%16.17%
34.51%

Color #58A78C in popluar number systems.

HEX58A78C
Decimal88167140
Binary10110001010011110001100
Octal130247214

Shades and tints

Shades of #58A78C

#58A78C
(88,167,140)
#509880
(80,152,128)
#488974
(72,137,116)
#407A68
(64,122,104)
#386B5C
(56,107,92)
#305C50
(48,92,80)
#284D44
(40,77,68)
#203E38
(32,62,56)
#182F2C
(24,47,44)
#102020
(16,32,32)
#081114
(8,17,20)
#000000
(0,0,0)

Tints of #58A78C

#58A78C
(88,167,140)
#67AF96
(103,175,150)
#76B7A0
(118,183,160)
#85BFAA
(133,191,170)
#94C7B4
(148,199,180)
#A3CFBE
(163,207,190)
#B2D7C8
(178,215,200)
#C1DFD2
(193,223,210)
#D0E7DC
(208,231,220)
#DFEFE6
(223,239,230)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A78C color. Also use rgb(88,167,140) instead hex code.

Text Font Color

.myTextColor { color: #58A78C; }

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

This text font color is #58A78C.


Background Color

.myBgColor { background-color: #58A78C; }

<div style="background-color:#58A78C">Inner text</div>

This div background color is #58A78C.


Border color

.myBorderColor { border: 1px solid #58A78C; }

<div style="border:3px solid #58A78C">Div</div>

This div border color is #58A78C.


Opacity

.myOpacity80 { color: #58A78C; opacity: 0.8; }

<p style="color:#58A78C;opacity:0.8;">80%</p>

Text with #58A78C 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 #58A78C;}

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

This text has shadow with #58A78C color.

.textShadow {text-shadow: 3px 3px 1px #58A78C, 3px 3px 1px red;}

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

This text has shadow with #58A78C primary color and red secondary color.


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

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

This text has shadow with #58A78C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A78C on black background.


Color preview on white background

This text has color #58A78C on white background.



Black color preview on #58A78C background

This text has black color on #58A78C background.


White color preview on #58A78C background

This text has white color on #58A78C background.