COLOR #58B57F

HEX: #58B57F
RGB: (88,181,127)

Color info

#58B57F contains mainly green and blue colors. Web safe color of #58B57F is #66CC66 (or #6C6).

RGB color model

#58B57F color RGB value is (88,181,127).

  • red value is 88;
  • green value is 181;
  • blue value is 127.
RGB:
(88,181,127)
(35%,71%,50%)

RGB channels and saturation

R 88 of 255 = 35%
G 181 of 255 = 71%
B 127 of 255 = 50%

88
181
127

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

Portions of RGB colors in percentages

R + G + B =
88 + 181 + 127 = 396 (100%)
R 88 of 396 ~ 22.22%
G 181 of 396 ~ 45.71%
B 127 of 396 ~ 32.07%

%22.22
%45.71
%32.07

CMYK color model

#58B57F color CMYK value is (51,0,30,29).

  • cyan value is 51.38%
  • magenta value is 0.00%
  • yellow value is 29.83%
  • key color value is 29.02%
CMYK:
(51,0,30,29)
C51M0Y30K29 
(51%,0%,30%,29%)
(0.51/0.00/0.30/0.29)	

CMYK percentages

%51.38
%0
%29.83
%29.02

Codes

Color #58B57F in popluar color models

58B57F
RGB88181127
HSL145°38.59%52.75%
HSB/HSV145°51.38%70.98%
CMYK51.38%0.00%29.83%
29.02%

Color #58B57F in popluar number systems.

HEX58B57F
Decimal88181127
Binary1011000101101011111111
Octal130265177

Shades and tints

Shades of #58B57F

#58B57F
(88,181,127)
#50A574
(80,165,116)
#489569
(72,149,105)
#40855E
(64,133,94)
#387553
(56,117,83)
#306548
(48,101,72)
#28553D
(40,85,61)
#204532
(32,69,50)
#183527
(24,53,39)
#10251C
(16,37,28)
#081511
(8,21,17)
#000000
(0,0,0)

Tints of #58B57F

#58B57F
(88,181,127)
#67BB8A
(103,187,138)
#76C195
(118,193,149)
#85C7A0
(133,199,160)
#94CDAB
(148,205,171)
#A3D3B6
(163,211,182)
#B2D9C1
(178,217,193)
#C1DFCC
(193,223,204)
#D0E5D7
(208,229,215)
#DFEBE2
(223,235,226)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B57F color. Also use rgb(88,181,127) instead hex code.

Text Font Color

.myTextColor { color: #58B57F; }

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

This text font color is #58B57F.


Background Color

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

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

This div background color is #58B57F.


Border color

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

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

This div border color is #58B57F.


Opacity

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

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

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

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

This text has shadow with #58B57F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B57F on black background.


Color preview on white background

This text has color #58B57F on white background.



Black color preview on #58B57F background

This text has black color on #58B57F background.


White color preview on #58B57F background

This text has white color on #58B57F background.