COLOR #588C55

HEX: #588C55
RGB: (88,140,85)

Color info

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

RGB color model

#588C55 color RGB value is (88,140,85).

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

RGB channels and saturation

R 88 of 255 = 35%
G 140 of 255 = 55%
B 85 of 255 = 33%

88
140
85

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

Portions of RGB colors in percentages

R + G + B =
88 + 140 + 85 = 313 (100%)
R 88 of 313 ~ 28.12%
G 140 of 313 ~ 44.73%
B 85 of 313 ~ 27.16%

%28.12
%44.73
%27.16

CMYK color model

#588C55 color CMYK value is (37,0,39,45).

  • cyan value is 37.14%
  • magenta value is 0.00%
  • yellow value is 39.29%
  • key color value is 45.10%
CMYK:
(37,0,39,45)
C37M0Y39K45 
(37%,0%,39%,45%)
(0.37/0.00/0.39/0.45)	

CMYK percentages

%37.14
%0
%39.29
%45.1

Codes

Color #588C55 in popluar color models

588C55
RGB8814085
HSL117°24.44%44.12%
HSB/HSV117°39.29%54.90%
CMYK37.14%0.00%39.29%
45.10%

Color #588C55 in popluar number systems.

HEX588C55
Decimal8814085
Binary1011000100011001010101
Octal130214125

Shades and tints

Shades of #588C55

#588C55
(88,140,85)
#50804E
(80,128,78)
#487447
(72,116,71)
#406840
(64,104,64)
#385C39
(56,92,57)
#305032
(48,80,50)
#28442B
(40,68,43)
#203824
(32,56,36)
#182C1D
(24,44,29)
#102016
(16,32,22)
#08140F
(8,20,15)
#000000
(0,0,0)

Tints of #588C55

#588C55
(88,140,85)
#679664
(103,150,100)
#76A073
(118,160,115)
#85AA82
(133,170,130)
#94B491
(148,180,145)
#A3BEA0
(163,190,160)
#B2C8AF
(178,200,175)
#C1D2BE
(193,210,190)
#D0DCCD
(208,220,205)
#DFE6DC
(223,230,220)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588C55; }

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

This text font color is #588C55.


Background Color

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

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

This div background color is #588C55.


Border color

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

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

This div border color is #588C55.


Opacity

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

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

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

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

This text has shadow with #588C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588C55 on black background.


Color preview on white background

This text has color #588C55 on white background.



Black color preview on #588C55 background

This text has black color on #588C55 background.


White color preview on #588C55 background

This text has white color on #588C55 background.