COLOR #58A474

HEX: #58A474
RGB: (88,164,116)

Color info

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

RGB color model

#58A474 color RGB value is (88,164,116).

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

RGB channels and saturation

R 88 of 255 = 35%
G 164 of 255 = 64%
B 116 of 255 = 45%

88
164
116

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

Portions of RGB colors in percentages

R + G + B =
88 + 164 + 116 = 368 (100%)
R 88 of 368 ~ 23.91%
G 164 of 368 ~ 44.57%
B 116 of 368 ~ 31.52%

%23.91
%44.57
%31.52

CMYK color model

#58A474 color CMYK value is (46,0,29,36).

  • cyan value is 46.34%
  • magenta value is 0.00%
  • yellow value is 29.27%
  • key color value is 35.69%
CMYK:
(46,0,29,36)
C46M0Y29K36 
(46%,0%,29%,36%)
(0.46/0.00/0.29/0.36)	

CMYK percentages

%46.34
%0
%29.27
%35.69

Codes

Color #58A474 in popluar color models

58A474
RGB88164116
HSL142°30.16%49.41%
HSB/HSV142°46.34%64.31%
CMYK46.34%0.00%29.27%
35.69%

Color #58A474 in popluar number systems.

HEX58A474
Decimal88164116
Binary1011000101001001110100
Octal130244164

Shades and tints

Shades of #58A474

#58A474
(88,164,116)
#50966A
(80,150,106)
#488860
(72,136,96)
#407A56
(64,122,86)
#386C4C
(56,108,76)
#305E42
(48,94,66)
#285038
(40,80,56)
#20422E
(32,66,46)
#183424
(24,52,36)
#10261A
(16,38,26)
#081810
(8,24,16)
#000000
(0,0,0)

Tints of #58A474

#58A474
(88,164,116)
#67AC80
(103,172,128)
#76B48C
(118,180,140)
#85BC98
(133,188,152)
#94C4A4
(148,196,164)
#A3CCB0
(163,204,176)
#B2D4BC
(178,212,188)
#C1DCC8
(193,220,200)
#D0E4D4
(208,228,212)
#DFECE0
(223,236,224)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58A474; }

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

This text font color is #58A474.


Background Color

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

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

This div background color is #58A474.


Border color

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

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

This div border color is #58A474.


Opacity

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

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

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

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

This text has shadow with #58A474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A474 on black background.


Color preview on white background

This text has color #58A474 on white background.



Black color preview on #58A474 background

This text has black color on #58A474 background.


White color preview on #58A474 background

This text has white color on #58A474 background.