COLOR #58A869

HEX: #58A869
RGB: (88,168,105)

Color info

#58A869 contains mainly green color. Web safe color of #58A869 is #669966 (or #696).

RGB color model

#58A869 color RGB value is (88,168,105).

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

RGB channels and saturation

R 88 of 255 = 35%
G 168 of 255 = 66%
B 105 of 255 = 41%

88
168
105

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

Portions of RGB colors in percentages

R + G + B =
88 + 168 + 105 = 361 (100%)
R 88 of 361 ~ 24.38%
G 168 of 361 ~ 46.54%
B 105 of 361 ~ 29.09%

%24.38
%46.54
%29.09

CMYK color model

#58A869 color CMYK value is (48,0,38,34).

  • cyan value is 47.62%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 34.12%
CMYK:
(48,0,38,34)
C48M0Y38K34 
(48%,0%,38%,34%)
(0.48/0.00/0.38/0.34)	

CMYK percentages

%47.62
%0
%37.5
%34.12

Codes

Color #58A869 in popluar color models

58A869
RGB88168105
HSL133°31.50%50.20%
HSB/HSV133°47.62%65.88%
CMYK47.62%0.00%37.50%
34.12%

Color #58A869 in popluar number systems.

HEX58A869
Decimal88168105
Binary1011000101010001101001
Octal130250151

Shades and tints

Shades of #58A869

#58A869
(88,168,105)
#509960
(80,153,96)
#488A57
(72,138,87)
#407B4E
(64,123,78)
#386C45
(56,108,69)
#305D3C
(48,93,60)
#284E33
(40,78,51)
#203F2A
(32,63,42)
#183021
(24,48,33)
#102118
(16,33,24)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #58A869

#58A869
(88,168,105)
#67AF76
(103,175,118)
#76B683
(118,182,131)
#85BD90
(133,189,144)
#94C49D
(148,196,157)
#A3CBAA
(163,203,170)
#B2D2B7
(178,210,183)
#C1D9C4
(193,217,196)
#D0E0D1
(208,224,209)
#DFE7DE
(223,231,222)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58A869; }

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

This text font color is #58A869.


Background Color

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

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

This div background color is #58A869.


Border color

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

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

This div border color is #58A869.


Opacity

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

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

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

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

This text has shadow with #58A869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A869 on black background.


Color preview on white background

This text has color #58A869 on white background.



Black color preview on #58A869 background

This text has black color on #58A869 background.


White color preview on #58A869 background

This text has white color on #58A869 background.