COLOR #58AC7F

HEX: #58AC7F
RGB: (88,172,127)

Color info

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

RGB color model

#58AC7F color RGB value is (88,172,127).

  • red value is 88;
  • green value is 172;
  • blue value is 127.
RGB:
(88,172,127)
(35%,67%,50%)

RGB channels and saturation

R 88 of 255 = 35%
G 172 of 255 = 67%
B 127 of 255 = 50%

88
172
127

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

Portions of RGB colors in percentages

R + G + B =
88 + 172 + 127 = 387 (100%)
R 88 of 387 ~ 22.74%
G 172 of 387 ~ 44.44%
B 127 of 387 ~ 32.82%

%22.74
%44.44
%32.82

CMYK color model

#58AC7F color CMYK value is (49,0,26,33).

  • cyan value is 48.84%
  • magenta value is 0.00%
  • yellow value is 26.16%
  • key color value is 32.55%
CMYK:
(49,0,26,33)
C49M0Y26K33 
(49%,0%,26%,33%)
(0.49/0.00/0.26/0.33)	

CMYK percentages

%48.84
%0
%26.16
%32.55

Codes

Color #58AC7F in popluar color models

58AC7F
RGB88172127
HSL148°33.60%50.98%
HSB/HSV148°48.84%67.45%
CMYK48.84%0.00%26.16%
32.55%

Color #58AC7F in popluar number systems.

HEX58AC7F
Decimal88172127
Binary1011000101011001111111
Octal130254177

Shades and tints

Shades of #58AC7F

#58AC7F
(88,172,127)
#509D74
(80,157,116)
#488E69
(72,142,105)
#407F5E
(64,127,94)
#387053
(56,112,83)
#306148
(48,97,72)
#28523D
(40,82,61)
#204332
(32,67,50)
#183427
(24,52,39)
#10251C
(16,37,28)
#081611
(8,22,17)
#000000
(0,0,0)

Tints of #58AC7F

#58AC7F
(88,172,127)
#67B38A
(103,179,138)
#76BA95
(118,186,149)
#85C1A0
(133,193,160)
#94C8AB
(148,200,171)
#A3CFB6
(163,207,182)
#B2D6C1
(178,214,193)
#C1DDCC
(193,221,204)
#D0E4D7
(208,228,215)
#DFEBE2
(223,235,226)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58AC7F color. Also use rgb(88,172,127) instead hex code.

Text Font Color

.myTextColor { color: #58AC7F; }

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

This text font color is #58AC7F.


Background Color

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

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

This div background color is #58AC7F.


Border color

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

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

This div border color is #58AC7F.


Opacity

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

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

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

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

This text has shadow with #58AC7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58AC7F on black background.


Color preview on white background

This text has color #58AC7F on white background.



Black color preview on #58AC7F background

This text has black color on #58AC7F background.


White color preview on #58AC7F background

This text has white color on #58AC7F background.