COLOR #588165

HEX: #588165
RGB: (88,129,101)

Color info

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

RGB color model

#588165 color RGB value is (88,129,101).

  • red value is 88;
  • green value is 129;
  • blue value is 101.
RGB:
(88,129,101)
(35%,51%,40%)

RGB channels and saturation

R 88 of 255 = 35%
G 129 of 255 = 51%
B 101 of 255 = 40%

88
129
101

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

Portions of RGB colors in percentages

R + G + B =
88 + 129 + 101 = 318 (100%)
R 88 of 318 ~ 27.67%
G 129 of 318 ~ 40.57%
B 101 of 318 ~ 31.76%

%27.67
%40.57
%31.76

CMYK color model

#588165 color CMYK value is (32,0,22,49).

  • cyan value is 31.78%
  • magenta value is 0.00%
  • yellow value is 21.71%
  • key color value is 49.41%
CMYK:
(32,0,22,49)
C32M0Y22K49 
(32%,0%,22%,49%)
(0.32/0.00/0.22/0.49)	

CMYK percentages

%31.78
%0
%21.71
%49.41

Codes

Color #588165 in popluar color models

588165
RGB88129101
HSL139°18.89%42.55%
HSB/HSV139°31.78%50.59%
CMYK31.78%0.00%21.71%
49.41%

Color #588165 in popluar number systems.

HEX588165
Decimal88129101
Binary1011000100000011100101
Octal130201145

Shades and tints

Shades of #588165

#588165
(88,129,101)
#50765C
(80,118,92)
#486B53
(72,107,83)
#40604A
(64,96,74)
#385541
(56,85,65)
#304A38
(48,74,56)
#283F2F
(40,63,47)
#203426
(32,52,38)
#18291D
(24,41,29)
#101E14
(16,30,20)
#08130B
(8,19,11)
#000000
(0,0,0)

Tints of #588165

#588165
(88,129,101)
#678C73
(103,140,115)
#769781
(118,151,129)
#85A28F
(133,162,143)
#94AD9D
(148,173,157)
#A3B8AB
(163,184,171)
#B2C3B9
(178,195,185)
#C1CEC7
(193,206,199)
#D0D9D5
(208,217,213)
#DFE4E3
(223,228,227)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588165; }

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

This text font color is #588165.


Background Color

.myBgColor { background-color: #588165; }

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

This div background color is #588165.


Border color

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

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

This div border color is #588165.


Opacity

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

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

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

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

This text has shadow with #588165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588165 on black background.


Color preview on white background

This text has color #588165 on white background.



Black color preview on #588165 background

This text has black color on #588165 background.


White color preview on #588165 background

This text has white color on #588165 background.