COLOR #58932F

HEX: #58932F
RGB: (88,147,47)

Color info

#58932F contains mainly red and green colors. Web safe color of #58932F is #669933 (or #693).

RGB color model

#58932F color RGB value is (88,147,47).

  • red value is 88;
  • green value is 147;
  • blue value is 47.
RGB:
(88,147,47)
(35%,58%,18%)

RGB channels and saturation

R 88 of 255 = 35%
G 147 of 255 = 58%
B 47 of 255 = 18%

88
147
47

R + G + B ~ 37%. #58932F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 147 + 47 = 282 (100%)
R 88 of 282 ~ 31.21%
G 147 of 282 ~ 52.13%
B 47 of 282 ~ 16.67%

%31.21
%52.13
%16.67

CMYK color model

#58932F color CMYK value is (40,0,68,42).

  • cyan value is 40.14%
  • magenta value is 0.00%
  • yellow value is 68.03%
  • key color value is 42.35%
CMYK:
(40,0,68,42)
C40M0Y68K42 
(40%,0%,68%,42%)
(0.40/0.00/0.68/0.42)	

CMYK percentages

%40.14
%0
%68.03
%42.35

Codes

Color #58932F in popluar color models

58932F
RGB8814747
HSL95°51.55%38.04%
HSB/HSV95°68.03%57.65%
CMYK40.14%0.00%68.03%
42.35%

Color #58932F in popluar number systems.

HEX58932F
Decimal8814747
Binary101100010010011101111
Octal13022357

Shades and tints

Shades of #58932F

#58932F
(88,147,47)
#50862B
(80,134,43)
#487927
(72,121,39)
#406C23
(64,108,35)
#385F1F
(56,95,31)
#30521B
(48,82,27)
#284517
(40,69,23)
#203813
(32,56,19)
#182B0F
(24,43,15)
#101E0B
(16,30,11)
#081107
(8,17,7)
#000000
(0,0,0)

Tints of #58932F

#58932F
(88,147,47)
#679C41
(103,156,65)
#76A553
(118,165,83)
#85AE65
(133,174,101)
#94B777
(148,183,119)
#A3C089
(163,192,137)
#B2C99B
(178,201,155)
#C1D2AD
(193,210,173)
#D0DBBF
(208,219,191)
#DFE4D1
(223,228,209)
#EEEDE3
(238,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58932F color. Also use rgb(88,147,47) instead hex code.

Text Font Color

.myTextColor { color: #58932F; }

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

This text font color is #58932F.


Background Color

.myBgColor { background-color: #58932F; }

<div style="background-color:#58932F">Inner text</div>

This div background color is #58932F.


Border color

.myBorderColor { border: 1px solid #58932F; }

<div style="border:3px solid #58932F">Div</div>

This div border color is #58932F.


Opacity

.myOpacity80 { color: #58932F; opacity: 0.8; }

<p style="color:#58932F;opacity:0.8;">80%</p>

Text with #58932F 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 #58932F;}

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

This text has shadow with #58932F color.

.textShadow {text-shadow: 3px 3px 1px #58932F, 3px 3px 1px red;}

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

This text has shadow with #58932F primary color and red secondary color.


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

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

This text has shadow with #58932F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58932F on black background.


Color preview on white background

This text has color #58932F on white background.



Black color preview on #58932F background

This text has black color on #58932F background.


White color preview on #58932F background

This text has white color on #58932F background.