COLOR #58AB3F

HEX: #58AB3F RGB: (88,171,63)

Color info

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

RGB color model

#58AB3F color RGB value is (88,171,63).

RGB: (88,171,63) (35%, 67%, 25%)

RGB channels and saturation

R 88 of 255 = 35%
G 171 of 255 = 67%
B 63 of 255 = 25%

88
171
63

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

Portions of RGB colors in percentages

R + G + B = 88 + 171 + 63 = 322 (100%)
R 88 of 322 ~ 27.33%
G 171 of 322 ~ 53.11%
B 63 of 322 ~ 19.57'%

%27.33
%53.11
%19.57

CMYK color model

#58AB3F color CMYK value is (49,0,63,33).

  • cyan value is 48.54%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 32.94%

CMYK: (49,0,63,33)
C49M0Y63K33 (49%, 0%, 63%, 33%)
(0.49 / 0.00 / 0.63 / 0.33)

CMYK percentages

%48.54
%0
%63.16
%32.94

Codes

Color #58AB3F in popluar color models

58 AB 3F
RGB 88 171 63
HSL 106° 46.15% 45.88%
HSB/HSV 106° 63.16% 67.06%
CMYK 48.54% 0.00% 63.16%
32.94%

Color #58AB3F in popluar number systems.

HEX 58 AB 3F
Decimal 88 171 63
Binary 1011000 10101011 111111
Octal 130 253 77

Shades and tints

Shades of #58AB3F

#58AB3F
(88,171,63)
#509C3A
(80,156,58)
#488D35
(72,141,53)
#407E30
(64,126,48)
#386F2B
(56,111,43)
#306026
(48,96,38)
#285121
(40,81,33)
#20421C
(32,66,28)
#183317
(24,51,23)
#102412
(16,36,18)
#08150D
(8,21,13)
#000000
(0,0,0)

Tints of #58AB3F

#58AB3F
(88,171,63)
#67B250
(103,178,80)
#76B961
(118,185,97)
#85C072
(133,192,114)
#94C783
(148,199,131)
#A3CE94
(163,206,148)
#B2D5A5
(178,213,165)
#C1DCB6
(193,220,182)
#D0E3C7
(208,227,199)
#DFEAD8
(223,234,216)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58AB3F color. Also use rgb(88,171,63) instead hex code.

Text Font Color

.myTextColor { color: #58AB3F; }

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

This text font color is #58AB3F.

Background Color

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

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

This div background color is #58AB3F.

Border color

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

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

This div border color is #58AB3F.

Opacity

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

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

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

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

This text has shadow with #58AB3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58AB3F.

Preview

Color preview on black background

This text has color #58AB3F on black background.


Color preview on white background

This text has color #58AB3F on white background.


Black color preview on #58AB3F background

This text has black color on #58AB3F background.


White color preview on #58AB3F background

This text has white color on #58AB3F background.


Related colors

Complementary color

Complementary color for #hex is #A754C0.


I love getcolorcode.com

Triadic colors

1 #3F58AB and #AB3F58 with #58AB3F are triadic colors.

2 #3FAB58 and #AB583F with #58AB3F are triadic colors.