COLOR #58BA48

HEX: #58BA48
RGB: (88,186,72)

Color info

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

RGB color model

#58BA48 color RGB value is (88,186,72).

  • red value is 88;
  • green value is 186;
  • blue value is 72.
RGB:
(88,186,72)
(35%,73%,28%)

RGB channels and saturation

R 88 of 255 = 35%
G 186 of 255 = 73%
B 72 of 255 = 28%

88
186
72

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

Portions of RGB colors in percentages

R + G + B =
88 + 186 + 72 = 346 (100%)
R 88 of 346 ~ 25.43%
G 186 of 346 ~ 53.76%
B 72 of 346 ~ 20.81%

%25.43
%53.76
%20.81

CMYK color model

#58BA48 color CMYK value is (53,0,61,27).

  • cyan value is 52.69%
  • magenta value is 0.00%
  • yellow value is 61.29%
  • key color value is 27.06%
CMYK:
(53,0,61,27)
C53M0Y61K27 
(53%,0%,61%,27%)
(0.53/0.00/0.61/0.27)	

CMYK percentages

%52.69
%0
%61.29
%27.06

Codes

Color #58BA48 in popluar color models

58BA48
RGB8818672
HSL112°45.24%50.59%
HSB/HSV112°61.29%72.94%
CMYK52.69%0.00%61.29%
27.06%

Color #58BA48 in popluar number systems.

HEX58BA48
Decimal8818672
Binary1011000101110101001000
Octal130272110

Shades and tints

Shades of #58BA48

#58BA48
(88,186,72)
#50AA42
(80,170,66)
#489A3C
(72,154,60)
#408A36
(64,138,54)
#387A30
(56,122,48)
#306A2A
(48,106,42)
#285A24
(40,90,36)
#204A1E
(32,74,30)
#183A18
(24,58,24)
#102A12
(16,42,18)
#081A0C
(8,26,12)
#000000
(0,0,0)

Tints of #58BA48

#58BA48
(88,186,72)
#67C058
(103,192,88)
#76C668
(118,198,104)
#85CC78
(133,204,120)
#94D288
(148,210,136)
#A3D898
(163,216,152)
#B2DEA8
(178,222,168)
#C1E4B8
(193,228,184)
#D0EAC8
(208,234,200)
#DFF0D8
(223,240,216)
#EEF6E8
(238,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58BA48 color. Also use rgb(88,186,72) instead hex code.

Text Font Color

.myTextColor { color: #58BA48; }

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

This text font color is #58BA48.


Background Color

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

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

This div background color is #58BA48.


Border color

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

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

This div border color is #58BA48.


Opacity

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

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

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

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

This text has shadow with #58BA48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58BA48 on black background.


Color preview on white background

This text has color #58BA48 on white background.



Black color preview on #58BA48 background

This text has black color on #58BA48 background.


White color preview on #58BA48 background

This text has white color on #58BA48 background.