COLOR #588F6C

HEX: #588F6C
RGB: (88,143,108)

Color info

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

RGB color model

#588F6C color RGB value is (88,143,108).

  • red value is 88;
  • green value is 143;
  • blue value is 108.
RGB:
(88,143,108)
(35%,56%,42%)

RGB channels and saturation

R 88 of 255 = 35%
G 143 of 255 = 56%
B 108 of 255 = 42%

88
143
108

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

Portions of RGB colors in percentages

R + G + B =
88 + 143 + 108 = 339 (100%)
R 88 of 339 ~ 25.96%
G 143 of 339 ~ 42.18%
B 108 of 339 ~ 31.86%

%25.96
%42.18
%31.86

CMYK color model

#588F6C color CMYK value is (38,0,24,44).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 24.48%
  • key color value is 43.92%
CMYK:
(38,0,24,44)
C38M0Y24K44 
(38%,0%,24%,44%)
(0.38/0.00/0.24/0.44)	

CMYK percentages

%38.46
%0
%24.48
%43.92

Codes

Color #588F6C in popluar color models

588F6C
RGB88143108
HSL142°23.81%45.29%
HSB/HSV142°38.46%56.08%
CMYK38.46%0.00%24.48%
43.92%

Color #588F6C in popluar number systems.

HEX588F6C
Decimal88143108
Binary1011000100011111101100
Octal130217154

Shades and tints

Shades of #588F6C

#588F6C
(88,143,108)
#508263
(80,130,99)
#48755A
(72,117,90)
#406851
(64,104,81)
#385B48
(56,91,72)
#304E3F
(48,78,63)
#284136
(40,65,54)
#20342D
(32,52,45)
#182724
(24,39,36)
#101A1B
(16,26,27)
#080D12
(8,13,18)
#000000
(0,0,0)

Tints of #588F6C

#588F6C
(88,143,108)
#679979
(103,153,121)
#76A386
(118,163,134)
#85AD93
(133,173,147)
#94B7A0
(148,183,160)
#A3C1AD
(163,193,173)
#B2CBBA
(178,203,186)
#C1D5C7
(193,213,199)
#D0DFD4
(208,223,212)
#DFE9E1
(223,233,225)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588F6C color. Also use rgb(88,143,108) instead hex code.

Text Font Color

.myTextColor { color: #588F6C; }

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

This text font color is #588F6C.


Background Color

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

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

This div background color is #588F6C.


Border color

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

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

This div border color is #588F6C.


Opacity

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

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

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

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

This text has shadow with #588F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588F6C on black background.


Color preview on white background

This text has color #588F6C on white background.



Black color preview on #588F6C background

This text has black color on #588F6C background.


White color preview on #588F6C background

This text has white color on #588F6C background.