COLOR #58A36E

HEX: #58A36E
RGB: (88,163,110)

Color info

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

RGB color model

#58A36E color RGB value is (88,163,110).

  • red value is 88;
  • green value is 163;
  • blue value is 110.
RGB:
(88,163,110)
(35%,64%,43%)

RGB channels and saturation

R 88 of 255 = 35%
G 163 of 255 = 64%
B 110 of 255 = 43%

88
163
110

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

Portions of RGB colors in percentages

R + G + B =
88 + 163 + 110 = 361 (100%)
R 88 of 361 ~ 24.38%
G 163 of 361 ~ 45.15%
B 110 of 361 ~ 30.47%

%24.38
%45.15
%30.47

CMYK color model

#58A36E color CMYK value is (46,0,33,36).

  • cyan value is 46.01%
  • magenta value is 0.00%
  • yellow value is 32.52%
  • key color value is 36.08%
CMYK:
(46,0,33,36)
C46M0Y33K36 
(46%,0%,33%,36%)
(0.46/0.00/0.33/0.36)	

CMYK percentages

%46.01
%0
%32.52
%36.08

Codes

Color #58A36E in popluar color models

58A36E
RGB88163110
HSL138°29.88%49.22%
HSB/HSV138°46.01%63.92%
CMYK46.01%0.00%32.52%
36.08%

Color #58A36E in popluar number systems.

HEX58A36E
Decimal88163110
Binary1011000101000111101110
Octal130243156

Shades and tints

Shades of #58A36E

#58A36E
(88,163,110)
#509564
(80,149,100)
#48875A
(72,135,90)
#407950
(64,121,80)
#386B46
(56,107,70)
#305D3C
(48,93,60)
#284F32
(40,79,50)
#204128
(32,65,40)
#18331E
(24,51,30)
#102514
(16,37,20)
#08170A
(8,23,10)
#000000
(0,0,0)

Tints of #58A36E

#58A36E
(88,163,110)
#67AB7B
(103,171,123)
#76B388
(118,179,136)
#85BB95
(133,187,149)
#94C3A2
(148,195,162)
#A3CBAF
(163,203,175)
#B2D3BC
(178,211,188)
#C1DBC9
(193,219,201)
#D0E3D6
(208,227,214)
#DFEBE3
(223,235,227)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A36E color. Also use rgb(88,163,110) instead hex code.

Text Font Color

.myTextColor { color: #58A36E; }

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

This text font color is #58A36E.


Background Color

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

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

This div background color is #58A36E.


Border color

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

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

This div border color is #58A36E.


Opacity

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

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

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

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

This text has shadow with #58A36E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A36E on black background.


Color preview on white background

This text has color #58A36E on white background.



Black color preview on #58A36E background

This text has black color on #58A36E background.


White color preview on #58A36E background

This text has white color on #58A36E background.