COLOR #58AC44

HEX: #58AC44 RGB: (88,172,68)

Color info

#58AC44 contains mainly green color. Web safe color of #58AC44 is #669933 (or #693).

RGB color model

#58AC44 color RGB value is (88,172,68).

RGB: (88,172,68) (35%, 67%, 27%)

RGB channels and saturation

R 88 of 255 = 35%
G 172 of 255 = 67%
B 68 of 255 = 27%

88
172
68

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

Portions of RGB colors in percentages

R + G + B = 88 + 172 + 68 = 328 (100%)
R 88 of 328 ~ 26.83%
G 172 of 328 ~ 52.44%
B 68 of 328 ~ 20.73'%

%26.83
%52.44
%20.73

CMYK color model

#58AC44 color CMYK value is (49,0,60,33).

  • cyan value is 48.84%
  • magenta value is 0.00%
  • yellow value is 60.47%
  • key color value is 32.55%

CMYK: (49,0,60,33)
C49M0Y60K33 (49%, 0%, 60%, 33%)
(0.49 / 0.00 / 0.60 / 0.33)

CMYK percentages

%48.84
%0
%60.47
%32.55

Codes

Color #58AC44 in popluar color models

58 AC 44
RGB 88 172 68
HSL 108° 43.33% 47.06%
HSB/HSV 108° 60.47% 67.45%
CMYK 48.84% 0.00% 60.47%
32.55%

Color #58AC44 in popluar number systems.

HEX 58 AC 44
Decimal 88 172 68
Binary 1011000 10101100 1000100
Octal 130 254 104

Shades and tints

Shades of #58AC44

#58AC44
(88,172,68)
#509D3E
(80,157,62)
#488E38
(72,142,56)
#407F32
(64,127,50)
#38702C
(56,112,44)
#306126
(48,97,38)
#285220
(40,82,32)
#20431A
(32,67,26)
#183414
(24,52,20)
#10250E
(16,37,14)
#081608
(8,22,8)
#000000
(0,0,0)

Tints of #58AC44

#58AC44
(88,172,68)
#67B355
(103,179,85)
#76BA66
(118,186,102)
#85C177
(133,193,119)
#94C888
(148,200,136)
#A3CF99
(163,207,153)
#B2D6AA
(178,214,170)
#C1DDBB
(193,221,187)
#D0E4CC
(208,228,204)
#DFEBDD
(223,235,221)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58AC44; }

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

This text font color is #58AC44.

Background Color

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

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

This div background color is #58AC44.

Border color

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

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

This div border color is #58AC44.

Opacity

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

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

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

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

This text has shadow with #58AC44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58AC44.

Preview

Color preview on black background

This text has color #58AC44 on black background.


Color preview on white background

This text has color #58AC44 on white background.


Black color preview on #58AC44 background

This text has black color on #58AC44 background.


White color preview on #58AC44 background

This text has white color on #58AC44 background.


Related colors

Complementary color

Complementary color for #hex is #A753BB.


I love getcolorcode.com

Triadic colors

1 #4458AC and #AC4458 with #58AC44 are triadic colors.

2 #44AC58 and #AC5844 with #58AC44 are triadic colors.