COLOR #588758

HEX: #588758
RGB: (88,135,88)

Color info

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

RGB color model

#588758 color RGB value is (88,135,88).

  • red value is 88;
  • green value is 135;
  • blue value is 88.
RGB:
(88,135,88)
(35%,53%,35%)

RGB channels and saturation

R 88 of 255 = 35%
G 135 of 255 = 53%
B 88 of 255 = 35%

88
135
88

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

Portions of RGB colors in percentages

R + G + B =
88 + 135 + 88 = 311 (100%)
R 88 of 311 ~ 28.3%
G 135 of 311 ~ 43.41%
B 88 of 311 ~ 28.3%

%28.3
%43.41
%28.3

CMYK color model

#588758 color CMYK value is (35,0,35,47).

  • cyan value is 34.81%
  • magenta value is 0.00%
  • yellow value is 34.81%
  • key color value is 47.06%
CMYK:
(35,0,35,47)
C35M0Y35K47 
(35%,0%,35%,47%)
(0.35/0.00/0.35/0.47)	

CMYK percentages

%34.81
%0
%34.81
%47.06

Codes

Color #588758 in popluar color models

588758
RGB8813588
HSL120°21.08%43.73%
HSB/HSV120°34.81%52.94%
CMYK34.81%0.00%34.81%
47.06%

Color #588758 in popluar number systems.

HEX588758
Decimal8813588
Binary1011000100001111011000
Octal130207130

Shades and tints

Shades of #588758

#588758
(88,135,88)
#507B50
(80,123,80)
#486F48
(72,111,72)
#406340
(64,99,64)
#385738
(56,87,56)
#304B30
(48,75,48)
#283F28
(40,63,40)
#203320
(32,51,32)
#182718
(24,39,24)
#101B10
(16,27,16)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #588758

#588758
(88,135,88)
#679167
(103,145,103)
#769B76
(118,155,118)
#85A585
(133,165,133)
#94AF94
(148,175,148)
#A3B9A3
(163,185,163)
#B2C3B2
(178,195,178)
#C1CDC1
(193,205,193)
#D0D7D0
(208,215,208)
#DFE1DF
(223,225,223)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588758 color. Also use rgb(88,135,88) instead hex code.

Text Font Color

.myTextColor { color: #588758; }

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

This text font color is #588758.


Background Color

.myBgColor { background-color: #588758; }

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

This div background color is #588758.


Border color

.myBorderColor { border: 1px solid #588758; }

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

This div border color is #588758.


Opacity

.myOpacity80 { color: #588758; opacity: 0.8; }

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

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

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

This text has shadow with #588758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588758 on black background.


Color preview on white background

This text has color #588758 on white background.



Black color preview on #588758 background

This text has black color on #588758 background.


White color preview on #588758 background

This text has white color on #588758 background.