COLOR #58A77F

HEX: #58A77F RGB: (88,167,127)

Color info

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

RGB color model

#58A77F color RGB value is (88,167,127).

RGB: (88,167,127) (35%, 65%, 50%)

RGB channels and saturation

R 88 of 255 = 35%
G 167 of 255 = 65%
B 127 of 255 = 50%

88
167
127

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

Portions of RGB colors in percentages

R + G + B = 88 + 167 + 127 = 382 (100%)
R 88 of 382 ~ 23.04%
G 167 of 382 ~ 43.72%
B 127 of 382 ~ 33.25'%

%23.04
%43.72
%33.25

CMYK color model

#58A77F color CMYK value is (47,0,24,35).

  • cyan value is 47.31%
  • magenta value is 0.00%
  • yellow value is 23.95%
  • key color value is 34.51%

CMYK: (47,0,24,35)
C47M0Y24K35 (47%, 0%, 24%, 35%)
(0.47 / 0.00 / 0.24 / 0.35)

CMYK percentages

%47.31
%0
%23.95
%34.51

Codes

Color #58A77F in popluar color models

58 A7 7F
RGB 88 167 127
HSL 150° 30.98% 50.00%
HSB/HSV 150° 47.31% 65.49%
CMYK 47.31% 0.00% 23.95%
34.51%

Color #58A77F in popluar number systems.

HEX 58 A7 7F
Decimal 88 167 127
Binary 1011000 10100111 1111111
Octal 130 247 177

Shades and tints

Shades of #58A77F

#58A77F
(88,167,127)
#509874
(80,152,116)
#488969
(72,137,105)
#407A5E
(64,122,94)
#386B53
(56,107,83)
#305C48
(48,92,72)
#284D3D
(40,77,61)
#203E32
(32,62,50)
#182F27
(24,47,39)
#10201C
(16,32,28)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #58A77F

#58A77F
(88,167,127)
#67AF8A
(103,175,138)
#76B795
(118,183,149)
#85BFA0
(133,191,160)
#94C7AB
(148,199,171)
#A3CFB6
(163,207,182)
#B2D7C1
(178,215,193)
#C1DFCC
(193,223,204)
#D0E7D7
(208,231,215)
#DFEFE2
(223,239,226)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58A77F; }

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

This text font color is #58A77F.

Background Color

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

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

This div background color is #58A77F.

Border color

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

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

This div border color is #58A77F.

Opacity

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

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

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

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

This text has shadow with #58A77F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58A77F.

Preview

Color preview on black background

This text has color #58A77F on black background.


Color preview on white background

This text has color #58A77F on white background.


Black color preview on #58A77F background

This text has black color on #58A77F background.


White color preview on #58A77F background

This text has white color on #58A77F background.


Related colors

Complementary color

Complementary color for #hex is #A75880.


I love getcolorcode.com

Triadic colors

1 #7F58A7 and #A77F58 with #58A77F are triadic colors.

2 #7FA758 and #A7587F with #58A77F are triadic colors.