COLOR #58A819

HEX: #58A819
RGB: (88,168,25)

Color info

#58A819 contains mainly green color. Web safe color of #58A819 is #669900 (or #690).

RGB color model

#58A819 color RGB value is (88,168,25).

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

RGB channels and saturation

R 88 of 255 = 35%
G 168 of 255 = 66%
B 25 of 255 = 10%

88
168
25

R + G + B ~ 37%. #58A819 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 168 + 25 = 281 (100%)
R 88 of 281 ~ 31.32%
G 168 of 281 ~ 59.79%
B 25 of 281 ~ 8.9%

%31.32
%59.79

CMYK color model

#58A819 color CMYK value is (48,0,85,34).

  • cyan value is 47.62%
  • magenta value is 0.00%
  • yellow value is 85.12%
  • key color value is 34.12%
CMYK:
(48,0,85,34)
C48M0Y85K34 
(48%,0%,85%,34%)
(0.48/0.00/0.85/0.34)	

CMYK percentages

%47.62
%0
%85.12
%34.12

Codes

Color #58A819 in popluar color models

58A819
RGB8816825
HSL94°74.09%37.84%
HSB/HSV94°85.12%65.88%
CMYK47.62%0.00%85.12%
34.12%

Color #58A819 in popluar number systems.

HEX58A819
Decimal8816825
Binary10110001010100011001
Octal13025031

Shades and tints

Shades of #58A819

#58A819
(88,168,25)
#509917
(80,153,23)
#488A15
(72,138,21)
#407B13
(64,123,19)
#386C11
(56,108,17)
#305D0F
(48,93,15)
#284E0D
(40,78,13)
#203F0B
(32,63,11)
#183009
(24,48,9)
#102107
(16,33,7)
#081205
(8,18,5)
#000000
(0,0,0)

Tints of #58A819

#58A819
(88,168,25)
#67AF2D
(103,175,45)
#76B641
(118,182,65)
#85BD55
(133,189,85)
#94C469
(148,196,105)
#A3CB7D
(163,203,125)
#B2D291
(178,210,145)
#C1D9A5
(193,217,165)
#D0E0B9
(208,224,185)
#DFE7CD
(223,231,205)
#EEEEE1
(238,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58A819; }

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

This text font color is #58A819.


Background Color

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

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

This div background color is #58A819.


Border color

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

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

This div border color is #58A819.


Opacity

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

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

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

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

This text has shadow with #58A819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A819 on black background.


Color preview on white background

This text has color #58A819 on white background.



Black color preview on #58A819 background

This text has black color on #58A819 background.


White color preview on #58A819 background

This text has white color on #58A819 background.