COLOR #58B068

HEX: #58B068
RGB: (88,176,104)

Color info

#58B068 contains mainly green color. Web safe color of #58B068 is #669966 (or #696).

RGB color model

#58B068 color RGB value is (88,176,104).

  • red value is 88;
  • green value is 176;
  • blue value is 104.
RGB:
(88,176,104)
(35%,69%,41%)

RGB channels and saturation

R 88 of 255 = 35%
G 176 of 255 = 69%
B 104 of 255 = 41%

88
176
104

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

Portions of RGB colors in percentages

R + G + B =
88 + 176 + 104 = 368 (100%)
R 88 of 368 ~ 23.91%
G 176 of 368 ~ 47.83%
B 104 of 368 ~ 28.26%

%23.91
%47.83
%28.26

CMYK color model

#58B068 color CMYK value is (50,0,41,31).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 30.98%
CMYK:
(50,0,41,31)
C50M0Y41K31 
(50%,0%,41%,31%)
(0.50/0.00/0.41/0.31)	

CMYK percentages

%50
%0
%40.91
%30.98

Codes

Color #58B068 in popluar color models

58B068
RGB88176104
HSL131°35.77%51.76%
HSB/HSV131°50.00%69.02%
CMYK50.00%0.00%40.91%
30.98%

Color #58B068 in popluar number systems.

HEX58B068
Decimal88176104
Binary1011000101100001101000
Octal130260150

Shades and tints

Shades of #58B068

#58B068
(88,176,104)
#50A05F
(80,160,95)
#489056
(72,144,86)
#40804D
(64,128,77)
#387044
(56,112,68)
#30603B
(48,96,59)
#285032
(40,80,50)
#204029
(32,64,41)
#183020
(24,48,32)
#102017
(16,32,23)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #58B068

#58B068
(88,176,104)
#67B775
(103,183,117)
#76BE82
(118,190,130)
#85C58F
(133,197,143)
#94CC9C
(148,204,156)
#A3D3A9
(163,211,169)
#B2DAB6
(178,218,182)
#C1E1C3
(193,225,195)
#D0E8D0
(208,232,208)
#DFEFDD
(223,239,221)
#EEF6EA
(238,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B068 color. Also use rgb(88,176,104) instead hex code.

Text Font Color

.myTextColor { color: #58B068; }

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

This text font color is #58B068.


Background Color

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

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

This div background color is #58B068.


Border color

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

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

This div border color is #58B068.


Opacity

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

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

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

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

This text has shadow with #58B068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B068 on black background.


Color preview on white background

This text has color #58B068 on white background.



Black color preview on #58B068 background

This text has black color on #58B068 background.


White color preview on #58B068 background

This text has white color on #58B068 background.