COLOR #58A05A

HEX: #58A05A
RGB: (88,160,90)

Color info

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

RGB color model

#58A05A color RGB value is (88,160,90).

  • red value is 88;
  • green value is 160;
  • blue value is 90.
RGB:
(88,160,90)
(35%,63%,35%)

RGB channels and saturation

R 88 of 255 = 35%
G 160 of 255 = 63%
B 90 of 255 = 35%

88
160
90

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

Portions of RGB colors in percentages

R + G + B =
88 + 160 + 90 = 338 (100%)
R 88 of 338 ~ 26.04%
G 160 of 338 ~ 47.34%
B 90 of 338 ~ 26.63%

%26.04
%47.34
%26.63

CMYK color model

#58A05A color CMYK value is (45,0,44,37).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 37.25%
CMYK:
(45,0,44,37)
C45M0Y44K37 
(45%,0%,44%,37%)
(0.45/0.00/0.44/0.37)	

CMYK percentages

%45
%0
%43.75
%37.25

Codes

Color #58A05A in popluar color models

58A05A
RGB8816090
HSL122°29.03%48.63%
HSB/HSV122°45.00%62.75%
CMYK45.00%0.00%43.75%
37.25%

Color #58A05A in popluar number systems.

HEX58A05A
Decimal8816090
Binary1011000101000001011010
Octal130240132

Shades and tints

Shades of #58A05A

#58A05A
(88,160,90)
#509252
(80,146,82)
#48844A
(72,132,74)
#407642
(64,118,66)
#38683A
(56,104,58)
#305A32
(48,90,50)
#284C2A
(40,76,42)
#203E22
(32,62,34)
#18301A
(24,48,26)
#102212
(16,34,18)
#08140A
(8,20,10)
#000000
(0,0,0)

Tints of #58A05A

#58A05A
(88,160,90)
#67A869
(103,168,105)
#76B078
(118,176,120)
#85B887
(133,184,135)
#94C096
(148,192,150)
#A3C8A5
(163,200,165)
#B2D0B4
(178,208,180)
#C1D8C3
(193,216,195)
#D0E0D2
(208,224,210)
#DFE8E1
(223,232,225)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A05A color. Also use rgb(88,160,90) instead hex code.

Text Font Color

.myTextColor { color: #58A05A; }

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

This text font color is #58A05A.


Background Color

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

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

This div background color is #58A05A.


Border color

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

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

This div border color is #58A05A.


Opacity

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

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

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

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

This text has shadow with #58A05A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A05A on black background.


Color preview on white background

This text has color #58A05A on white background.



Black color preview on #58A05A background

This text has black color on #58A05A background.


White color preview on #58A05A background

This text has white color on #58A05A background.