COLOR #58A169

HEX: #58A169
RGB: (88,161,105)

Color info

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

RGB color model

#58A169 color RGB value is (88,161,105).

  • red value is 88;
  • green value is 161;
  • blue value is 105.
RGB:
(88,161,105)
(35%,63%,41%)

RGB channels and saturation

R 88 of 255 = 35%
G 161 of 255 = 63%
B 105 of 255 = 41%

88
161
105

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

Portions of RGB colors in percentages

R + G + B =
88 + 161 + 105 = 354 (100%)
R 88 of 354 ~ 24.86%
G 161 of 354 ~ 45.48%
B 105 of 354 ~ 29.66%

%24.86
%45.48
%29.66

CMYK color model

#58A169 color CMYK value is (45,0,35,37).

  • cyan value is 45.34%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 36.86%
CMYK:
(45,0,35,37)
C45M0Y35K37 
(45%,0%,35%,37%)
(0.45/0.00/0.35/0.37)	

CMYK percentages

%45.34
%0
%34.78
%36.86

Codes

Color #58A169 in popluar color models

58A169
RGB88161105
HSL134°29.32%48.82%
HSB/HSV134°45.34%63.14%
CMYK45.34%0.00%34.78%
36.86%

Color #58A169 in popluar number systems.

HEX58A169
Decimal88161105
Binary1011000101000011101001
Octal130241151

Shades and tints

Shades of #58A169

#58A169
(88,161,105)
#509360
(80,147,96)
#488557
(72,133,87)
#40774E
(64,119,78)
#386945
(56,105,69)
#305B3C
(48,91,60)
#284D33
(40,77,51)
#203F2A
(32,63,42)
#183121
(24,49,33)
#102318
(16,35,24)
#08150F
(8,21,15)
#000000
(0,0,0)

Tints of #58A169

#58A169
(88,161,105)
#67A976
(103,169,118)
#76B183
(118,177,131)
#85B990
(133,185,144)
#94C19D
(148,193,157)
#A3C9AA
(163,201,170)
#B2D1B7
(178,209,183)
#C1D9C4
(193,217,196)
#D0E1D1
(208,225,209)
#DFE9DE
(223,233,222)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A169 color. Also use rgb(88,161,105) instead hex code.

Text Font Color

.myTextColor { color: #58A169; }

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

This text font color is #58A169.


Background Color

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

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

This div background color is #58A169.


Border color

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

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

This div border color is #58A169.


Opacity

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

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

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

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

This text has shadow with #58A169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A169 on black background.


Color preview on white background

This text has color #58A169 on white background.



Black color preview on #58A169 background

This text has black color on #58A169 background.


White color preview on #58A169 background

This text has white color on #58A169 background.