COLOR #58A47B

HEX: #58A47B RGB: (88,164,123)

Color info

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

RGB color model

#58A47B color RGB value is (88,164,123).

RGB: (88,164,123) (35%, 64%, 48%)

RGB channels and saturation

R 88 of 255 = 35%
G 164 of 255 = 64%
B 123 of 255 = 48%

88
164
123

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

Portions of RGB colors in percentages

R + G + B = 88 + 164 + 123 = 375 (100%)
R 88 of 375 ~ 23.47%
G 164 of 375 ~ 43.73%
B 123 of 375 ~ 32.8'%

%23.47
%43.73
%32.8

CMYK color model

#58A47B color CMYK value is (46,0,25,36).

  • cyan value is 46.34%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 35.69%
CMYK: (46,0,25,36) C46M0Y25K36 (46%,0%,25%,36%) (0.46/0.00/0.25/0.36) 

CMYK percentages

%46.34
%0
%25
%35.69

Codes

Color #58A47B in popluar color models

58 A4 7B
RGB 88 164 123
HSL 148° 30.16% 49.41%
HSB/HSV 148° 46.34% 64.31%
CMYK 46.34% 0.00% 25.00%
35.69%

Color #58A47B in popluar number systems.

HEX 58 A4 7B
Decimal 88 164 123
Binary 1011000 10100100 1111011
Octal 130 244 173

Shades and tints

Shades of #58A47B

#58A47B
(88,164,123)
#509670
(80,150,112)
#488865
(72,136,101)
#407A5A
(64,122,90)
#386C4F
(56,108,79)
#305E44
(48,94,68)
#285039
(40,80,57)
#20422E
(32,66,46)
#183423
(24,52,35)
#102618
(16,38,24)
#08180D
(8,24,13)
#000000
(0,0,0)

Tints of #58A47B

#58A47B
(88,164,123)
#67AC87
(103,172,135)
#76B493
(118,180,147)
#85BC9F
(133,188,159)
#94C4AB
(148,196,171)
#A3CCB7
(163,204,183)
#B2D4C3
(178,212,195)
#C1DCCF
(193,220,207)
#D0E4DB
(208,228,219)
#DFECE7
(223,236,231)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58A47B; }

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

This text font color is #58A47B.

Background Color

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

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

This div background color is #58A47B.

Border color

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

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

This div border color is #58A47B.

Opacity

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

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

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

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

This text has shadow with #58A47B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58A47B.

Preview

Color preview on black background

This text has color #58A47B on black background.


Color preview on white background

This text has color #58A47B on white background.


Black color preview on #58A47B background

This text has black color on #58A47B background.


White color preview on #58A47B background

This text has white color on #58A47B background.


Related colors

Complementary color

Complementary color for #hex is #A75B84.


I love getcolorcode.com

Triadic colors

1 #7B58A4 and #A47B58 with #58A47B are triadic colors.

2 #7BA458 and #A4587B with #58A47B are triadic colors.