COLOR #58A471

HEX: #58A471
RGB: (88,164,113)

Color info

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

RGB color model

#58A471 color RGB value is (88,164,113).

  • red value is 88;
  • green value is 164;
  • blue value is 113.
RGB:
(88,164,113)
(35%,64%,44%)

RGB channels and saturation

R 88 of 255 = 35%
G 164 of 255 = 64%
B 113 of 255 = 44%

88
164
113

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

Portions of RGB colors in percentages

R + G + B =
88 + 164 + 113 = 365 (100%)
R 88 of 365 ~ 24.11%
G 164 of 365 ~ 44.93%
B 113 of 365 ~ 30.96%

%24.11
%44.93
%30.96

CMYK color model

#58A471 color CMYK value is (46,0,31,36).

  • cyan value is 46.34%
  • magenta value is 0.00%
  • yellow value is 31.10%
  • key color value is 35.69%
CMYK:
(46,0,31,36)
C46M0Y31K36 
(46%,0%,31%,36%)
(0.46/0.00/0.31/0.36)	

CMYK percentages

%46.34
%0
%31.1
%35.69

Codes

Color #58A471 in popluar color models

58A471
RGB88164113
HSL140°30.16%49.41%
HSB/HSV140°46.34%64.31%
CMYK46.34%0.00%31.10%
35.69%

Color #58A471 in popluar number systems.

HEX58A471
Decimal88164113
Binary1011000101001001110001
Octal130244161

Shades and tints

Shades of #58A471

#58A471
(88,164,113)
#509667
(80,150,103)
#48885D
(72,136,93)
#407A53
(64,122,83)
#386C49
(56,108,73)
#305E3F
(48,94,63)
#285035
(40,80,53)
#20422B
(32,66,43)
#183421
(24,52,33)
#102617
(16,38,23)
#08180D
(8,24,13)
#000000
(0,0,0)

Tints of #58A471

#58A471
(88,164,113)
#67AC7D
(103,172,125)
#76B489
(118,180,137)
#85BC95
(133,188,149)
#94C4A1
(148,196,161)
#A3CCAD
(163,204,173)
#B2D4B9
(178,212,185)
#C1DCC5
(193,220,197)
#D0E4D1
(208,228,209)
#DFECDD
(223,236,221)
#EEF4E9
(238,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A471 color. Also use rgb(88,164,113) instead hex code.

Text Font Color

.myTextColor { color: #58A471; }

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

This text font color is #58A471.


Background Color

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

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

This div background color is #58A471.


Border color

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

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

This div border color is #58A471.


Opacity

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

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

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

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

This text has shadow with #58A471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A471 on black background.


Color preview on white background

This text has color #58A471 on white background.



Black color preview on #58A471 background

This text has black color on #58A471 background.


White color preview on #58A471 background

This text has white color on #58A471 background.