COLOR #58D673

HEX: #58D673
RGB: (88,214,115)

Color info

#58D673 contains mainly green color. Web safe color of #58D673 is #66CC66 (or #6C6).

RGB color model

#58D673 color RGB value is (88,214,115).

  • red value is 88;
  • green value is 214;
  • blue value is 115.
RGB:
(88,214,115)
(35%,84%,45%)

RGB channels and saturation

R 88 of 255 = 35%
G 214 of 255 = 84%
B 115 of 255 = 45%

88
214
115

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

Portions of RGB colors in percentages

R + G + B =
88 + 214 + 115 = 417 (100%)
R 88 of 417 ~ 21.1%
G 214 of 417 ~ 51.32%
B 115 of 417 ~ 27.58%

%21.1
%51.32
%27.58

CMYK color model

#58D673 color CMYK value is (59,0,46,16).

  • cyan value is 58.88%
  • magenta value is 0.00%
  • yellow value is 46.26%
  • key color value is 16.08%
CMYK:
(59,0,46,16)
C59M0Y46K16 
(59%,0%,46%,16%)
(0.59/0.00/0.46/0.16)	

CMYK percentages

%58.88
%0
%46.26
%16.08

Codes

Color #58D673 in popluar color models

58D673
RGB88214115
HSL133°60.58%59.22%
HSB/HSV133°58.88%83.92%
CMYK58.88%0.00%46.26%
16.08%

Color #58D673 in popluar number systems.

HEX58D673
Decimal88214115
Binary1011000110101101110011
Octal130326163

Shades and tints

Shades of #58D673

#58D673
(88,214,115)
#50C369
(80,195,105)
#48B05F
(72,176,95)
#409D55
(64,157,85)
#388A4B
(56,138,75)
#307741
(48,119,65)
#286437
(40,100,55)
#20512D
(32,81,45)
#183E23
(24,62,35)
#102B19
(16,43,25)
#08180F
(8,24,15)
#000000
(0,0,0)

Tints of #58D673

#58D673
(88,214,115)
#67D97F
(103,217,127)
#76DC8B
(118,220,139)
#85DF97
(133,223,151)
#94E2A3
(148,226,163)
#A3E5AF
(163,229,175)
#B2E8BB
(178,232,187)
#C1EBC7
(193,235,199)
#D0EED3
(208,238,211)
#DFF1DF
(223,241,223)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58D673 color. Also use rgb(88,214,115) instead hex code.

Text Font Color

.myTextColor { color: #58D673; }

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

This text font color is #58D673.


Background Color

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

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

This div background color is #58D673.


Border color

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

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

This div border color is #58D673.


Opacity

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

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

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

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

This text has shadow with #58D673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58D673 on black background.


Color preview on white background

This text has color #58D673 on white background.



Black color preview on #58D673 background

This text has black color on #58D673 background.


White color preview on #58D673 background

This text has white color on #58D673 background.