COLOR #58B745

HEX: #58B745
RGB: (88,183,69)

Color info

#58B745 contains mainly green color. Web safe color of #58B745 is #66CC33 (or #6C3).

RGB color model

#58B745 color RGB value is (88,183,69).

  • red value is 88;
  • green value is 183;
  • blue value is 69.
RGB:
(88,183,69)
(35%,72%,27%)

RGB channels and saturation

R 88 of 255 = 35%
G 183 of 255 = 72%
B 69 of 255 = 27%

88
183
69

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

Portions of RGB colors in percentages

R + G + B =
88 + 183 + 69 = 340 (100%)
R 88 of 340 ~ 25.88%
G 183 of 340 ~ 53.82%
B 69 of 340 ~ 20.29%

%25.88
%53.82
%20.29

CMYK color model

#58B745 color CMYK value is (52,0,62,28).

  • cyan value is 51.91%
  • magenta value is 0.00%
  • yellow value is 62.30%
  • key color value is 28.24%
CMYK:
(52,0,62,28)
C52M0Y62K28 
(52%,0%,62%,28%)
(0.52/0.00/0.62/0.28)	

CMYK percentages

%51.91
%0
%62.3
%28.24

Codes

Color #58B745 in popluar color models

58B745
RGB8818369
HSL110°45.24%49.41%
HSB/HSV110°62.30%71.76%
CMYK51.91%0.00%62.30%
28.24%

Color #58B745 in popluar number systems.

HEX58B745
Decimal8818369
Binary1011000101101111000101
Octal130267105

Shades and tints

Shades of #58B745

#58B745
(88,183,69)
#50A73F
(80,167,63)
#489739
(72,151,57)
#408733
(64,135,51)
#38772D
(56,119,45)
#306727
(48,103,39)
#285721
(40,87,33)
#20471B
(32,71,27)
#183715
(24,55,21)
#10270F
(16,39,15)
#081709
(8,23,9)
#000000
(0,0,0)

Tints of #58B745

#58B745
(88,183,69)
#67BD55
(103,189,85)
#76C365
(118,195,101)
#85C975
(133,201,117)
#94CF85
(148,207,133)
#A3D595
(163,213,149)
#B2DBA5
(178,219,165)
#C1E1B5
(193,225,181)
#D0E7C5
(208,231,197)
#DFEDD5
(223,237,213)
#EEF3E5
(238,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B745 color. Also use rgb(88,183,69) instead hex code.

Text Font Color

.myTextColor { color: #58B745; }

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

This text font color is #58B745.


Background Color

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

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

This div background color is #58B745.


Border color

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

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

This div border color is #58B745.


Opacity

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

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

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

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

This text has shadow with #58B745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B745 on black background.


Color preview on white background

This text has color #58B745 on white background.



Black color preview on #58B745 background

This text has black color on #58B745 background.


White color preview on #58B745 background

This text has white color on #58B745 background.