COLOR #588C71

HEX: #588C71
RGB: (88,140,113)

Color info

#588C71 contains red, green and blue colors in about the same proportion. Web safe color of #588C71 is #669966 (or #696).

RGB color model

#588C71 color RGB value is (88,140,113).

  • red value is 88;
  • green value is 140;
  • blue value is 113.
RGB:
(88,140,113)
(35%,55%,44%)

RGB channels and saturation

R 88 of 255 = 35%
G 140 of 255 = 55%
B 113 of 255 = 44%

88
140
113

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

Portions of RGB colors in percentages

R + G + B =
88 + 140 + 113 = 341 (100%)
R 88 of 341 ~ 25.81%
G 140 of 341 ~ 41.06%
B 113 of 341 ~ 33.14%

%25.81
%41.06
%33.14

CMYK color model

#588C71 color CMYK value is (37,0,19,45).

  • cyan value is 37.14%
  • magenta value is 0.00%
  • yellow value is 19.29%
  • key color value is 45.10%
CMYK:
(37,0,19,45)
C37M0Y19K45 
(37%,0%,19%,45%)
(0.37/0.00/0.19/0.45)	

CMYK percentages

%37.14
%0
%19.29
%45.1

Codes

Color #588C71 in popluar color models

588C71
RGB88140113
HSL149°22.81%44.71%
HSB/HSV149°37.14%54.90%
CMYK37.14%0.00%19.29%
45.10%

Color #588C71 in popluar number systems.

HEX588C71
Decimal88140113
Binary1011000100011001110001
Octal130214161

Shades and tints

Shades of #588C71

#588C71
(88,140,113)
#508067
(80,128,103)
#48745D
(72,116,93)
#406853
(64,104,83)
#385C49
(56,92,73)
#30503F
(48,80,63)
#284435
(40,68,53)
#20382B
(32,56,43)
#182C21
(24,44,33)
#102017
(16,32,23)
#08140D
(8,20,13)
#000000
(0,0,0)

Tints of #588C71

#588C71
(88,140,113)
#67967D
(103,150,125)
#76A089
(118,160,137)
#85AA95
(133,170,149)
#94B4A1
(148,180,161)
#A3BEAD
(163,190,173)
#B2C8B9
(178,200,185)
#C1D2C5
(193,210,197)
#D0DCD1
(208,220,209)
#DFE6DD
(223,230,221)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588C71 color. Also use rgb(88,140,113) instead hex code.

Text Font Color

.myTextColor { color: #588C71; }

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

This text font color is #588C71.


Background Color

.myBgColor { background-color: #588C71; }

<div style="background-color:#588C71">Inner text</div>

This div background color is #588C71.


Border color

.myBorderColor { border: 1px solid #588C71; }

<div style="border:3px solid #588C71">Div</div>

This div border color is #588C71.


Opacity

.myOpacity80 { color: #588C71; opacity: 0.8; }

<p style="color:#588C71;opacity:0.8;">80%</p>

Text with #588C71 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 #588C71;}

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

This text has shadow with #588C71 color.

.textShadow {text-shadow: 3px 3px 1px #588C71, 3px 3px 1px red;}

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

This text has shadow with #588C71 primary color and red secondary color.


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

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

This text has shadow with #588C71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588C71 on black background.


Color preview on white background

This text has color #588C71 on white background.



Black color preview on #588C71 background

This text has black color on #588C71 background.


White color preview on #588C71 background

This text has white color on #588C71 background.