COLOR #58A30A

HEX: #58A30A
RGB: (88,163,10)

Color info

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

RGB color model

#58A30A color RGB value is (88,163,10).

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

RGB channels and saturation

R 88 of 255 = 35%
G 163 of 255 = 64%
B 10 of 255 = 4%

88
163
10

R + G + B ~ 34%. #58A30A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 163 + 10 = 261 (100%)
R 88 of 261 ~ 33.72%
G 163 of 261 ~ 62.45%
B 10 of 261 ~ 3.83%

%33.72
%62.45

CMYK color model

#58A30A color CMYK value is (46,0,94,36).

  • cyan value is 46.01%
  • magenta value is 0.00%
  • yellow value is 93.87%
  • key color value is 36.08%
CMYK:
(46,0,94,36)
C46M0Y94K36 
(46%,0%,94%,36%)
(0.46/0.00/0.94/0.36)	

CMYK percentages

%46.01
%0
%93.87
%36.08

Codes

Color #58A30A in popluar color models

58A30A
RGB8816310
HSL89°88.44%33.92%
HSB/HSV89°93.87%63.92%
CMYK46.01%0.00%93.87%
36.08%

Color #58A30A in popluar number systems.

HEX58A30A
Decimal8816310
Binary1011000101000111010
Octal13024312

Shades and tints

Shades of #58A30A

#58A30A
(88,163,10)
#50950A
(80,149,10)
#48870A
(72,135,10)
#40790A
(64,121,10)
#386B0A
(56,107,10)
#305D0A
(48,93,10)
#284F0A
(40,79,10)
#20410A
(32,65,10)
#18330A
(24,51,10)
#10250A
(16,37,10)
#08170A
(8,23,10)
#000000
(0,0,0)

Tints of #58A30A

#58A30A
(88,163,10)
#67AB20
(103,171,32)
#76B336
(118,179,54)
#85BB4C
(133,187,76)
#94C362
(148,195,98)
#A3CB78
(163,203,120)
#B2D38E
(178,211,142)
#C1DBA4
(193,219,164)
#D0E3BA
(208,227,186)
#DFEBD0
(223,235,208)
#EEF3E6
(238,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58A30A; }

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

This text font color is #58A30A.


Background Color

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

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

This div background color is #58A30A.


Border color

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

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

This div border color is #58A30A.


Opacity

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

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

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

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

This text has shadow with #58A30A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A30A on black background.


Color preview on white background

This text has color #58A30A on white background.



Black color preview on #58A30A background

This text has black color on #58A30A background.


White color preview on #58A30A background

This text has white color on #58A30A background.