COLOR #588C60

HEX: #588C60
RGB: (88,140,96)

Color info

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

RGB color model

#588C60 color RGB value is (88,140,96).

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

RGB channels and saturation

R 88 of 255 = 35%
G 140 of 255 = 55%
B 96 of 255 = 38%

88
140
96

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

Portions of RGB colors in percentages

R + G + B =
88 + 140 + 96 = 324 (100%)
R 88 of 324 ~ 27.16%
G 140 of 324 ~ 43.21%
B 96 of 324 ~ 29.63%

%27.16
%43.21
%29.63

CMYK color model

#588C60 color CMYK value is (37,0,31,45).

  • cyan value is 37.14%
  • magenta value is 0.00%
  • yellow value is 31.43%
  • key color value is 45.10%
CMYK:
(37,0,31,45)
C37M0Y31K45 
(37%,0%,31%,45%)
(0.37/0.00/0.31/0.45)	

CMYK percentages

%37.14
%0
%31.43
%45.1

Codes

Color #588C60 in popluar color models

588C60
RGB8814096
HSL129°22.81%44.71%
HSB/HSV129°37.14%54.90%
CMYK37.14%0.00%31.43%
45.10%

Color #588C60 in popluar number systems.

HEX588C60
Decimal8814096
Binary1011000100011001100000
Octal130214140

Shades and tints

Shades of #588C60

#588C60
(88,140,96)
#508058
(80,128,88)
#487450
(72,116,80)
#406848
(64,104,72)
#385C40
(56,92,64)
#305038
(48,80,56)
#284430
(40,68,48)
#203828
(32,56,40)
#182C20
(24,44,32)
#102018
(16,32,24)
#081410
(8,20,16)
#000000
(0,0,0)

Tints of #588C60

#588C60
(88,140,96)
#67966E
(103,150,110)
#76A07C
(118,160,124)
#85AA8A
(133,170,138)
#94B498
(148,180,152)
#A3BEA6
(163,190,166)
#B2C8B4
(178,200,180)
#C1D2C2
(193,210,194)
#D0DCD0
(208,220,208)
#DFE6DE
(223,230,222)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588C60; }

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

This text font color is #588C60.


Background Color

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

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

This div background color is #588C60.


Border color

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

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

This div border color is #588C60.


Opacity

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

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

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

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

This text has shadow with #588C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588C60 on black background.


Color preview on white background

This text has color #588C60 on white background.



Black color preview on #588C60 background

This text has black color on #588C60 background.


White color preview on #588C60 background

This text has white color on #588C60 background.