COLOR #58A135

HEX: #58A135
RGB: (88,161,53)

Color info

#58A135 contains mainly green color. Web safe color of #58A135 is #669933 (or #693).

RGB color model

#58A135 color RGB value is (88,161,53).

  • red value is 88;
  • green value is 161;
  • blue value is 53.
RGB:
(88,161,53)
(35%,63%,21%)

RGB channels and saturation

R 88 of 255 = 35%
G 161 of 255 = 63%
B 53 of 255 = 21%

88
161
53

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

Portions of RGB colors in percentages

R + G + B =
88 + 161 + 53 = 302 (100%)
R 88 of 302 ~ 29.14%
G 161 of 302 ~ 53.31%
B 53 of 302 ~ 17.55%

%29.14
%53.31
%17.55

CMYK color model

#58A135 color CMYK value is (45,0,67,37).

  • cyan value is 45.34%
  • magenta value is 0.00%
  • yellow value is 67.08%
  • key color value is 36.86%
CMYK:
(45,0,67,37)
C45M0Y67K37 
(45%,0%,67%,37%)
(0.45/0.00/0.67/0.37)	

CMYK percentages

%45.34
%0
%67.08
%36.86

Codes

Color #58A135 in popluar color models

58A135
RGB8816153
HSL101°50.47%41.96%
HSB/HSV101°67.08%63.14%
CMYK45.34%0.00%67.08%
36.86%

Color #58A135 in popluar number systems.

HEX58A135
Decimal8816153
Binary101100010100001110101
Octal13024165

Shades and tints

Shades of #58A135

#58A135
(88,161,53)
#509331
(80,147,49)
#48852D
(72,133,45)
#407729
(64,119,41)
#386925
(56,105,37)
#305B21
(48,91,33)
#284D1D
(40,77,29)
#203F19
(32,63,25)
#183115
(24,49,21)
#102311
(16,35,17)
#08150D
(8,21,13)
#000000
(0,0,0)

Tints of #58A135

#58A135
(88,161,53)
#67A947
(103,169,71)
#76B159
(118,177,89)
#85B96B
(133,185,107)
#94C17D
(148,193,125)
#A3C98F
(163,201,143)
#B2D1A1
(178,209,161)
#C1D9B3
(193,217,179)
#D0E1C5
(208,225,197)
#DFE9D7
(223,233,215)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A135 color. Also use rgb(88,161,53) instead hex code.

Text Font Color

.myTextColor { color: #58A135; }

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

This text font color is #58A135.


Background Color

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

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

This div background color is #58A135.


Border color

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

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

This div border color is #58A135.


Opacity

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

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

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

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

This text has shadow with #58A135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A135 on black background.


Color preview on white background

This text has color #58A135 on white background.



Black color preview on #58A135 background

This text has black color on #58A135 background.


White color preview on #58A135 background

This text has white color on #58A135 background.