COLOR #58A632

HEX: #58A632
RGB: (88,166,50)

Color info

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

RGB color model

#58A632 color RGB value is (88,166,50).

  • red value is 88;
  • green value is 166;
  • blue value is 50.
RGB:
(88,166,50)
(35%,65%,20%)

RGB channels and saturation

R 88 of 255 = 35%
G 166 of 255 = 65%
B 50 of 255 = 20%

88
166
50

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

Portions of RGB colors in percentages

R + G + B =
88 + 166 + 50 = 304 (100%)
R 88 of 304 ~ 28.95%
G 166 of 304 ~ 54.61%
B 50 of 304 ~ 16.45%

%28.95
%54.61
%16.45

CMYK color model

#58A632 color CMYK value is (47,0,70,35).

  • cyan value is 46.99%
  • magenta value is 0.00%
  • yellow value is 69.88%
  • key color value is 34.90%
CMYK:
(47,0,70,35)
C47M0Y70K35 
(47%,0%,70%,35%)
(0.47/0.00/0.70/0.35)	

CMYK percentages

%46.99
%0
%69.88
%34.9

Codes

Color #58A632 in popluar color models

58A632
RGB8816650
HSL100°53.70%42.35%
HSB/HSV100°69.88%65.10%
CMYK46.99%0.00%69.88%
34.90%

Color #58A632 in popluar number systems.

HEX58A632
Decimal8816650
Binary101100010100110110010
Octal13024662

Shades and tints

Shades of #58A632

#58A632
(88,166,50)
#50972E
(80,151,46)
#48882A
(72,136,42)
#407926
(64,121,38)
#386A22
(56,106,34)
#305B1E
(48,91,30)
#284C1A
(40,76,26)
#203D16
(32,61,22)
#182E12
(24,46,18)
#101F0E
(16,31,14)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #58A632

#58A632
(88,166,50)
#67AE44
(103,174,68)
#76B656
(118,182,86)
#85BE68
(133,190,104)
#94C67A
(148,198,122)
#A3CE8C
(163,206,140)
#B2D69E
(178,214,158)
#C1DEB0
(193,222,176)
#D0E6C2
(208,230,194)
#DFEED4
(223,238,212)
#EEF6E6
(238,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A632 color. Also use rgb(88,166,50) instead hex code.

Text Font Color

.myTextColor { color: #58A632; }

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

This text font color is #58A632.


Background Color

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

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

This div background color is #58A632.


Border color

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

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

This div border color is #58A632.


Opacity

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

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

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

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

This text has shadow with #58A632 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A632 on black background.


Color preview on white background

This text has color #58A632 on white background.



Black color preview on #58A632 background

This text has black color on #58A632 background.


White color preview on #58A632 background

This text has white color on #58A632 background.