COLOR #588069

HEX: #588069
RGB: (88,128,105)

Color info

#588069 contains red, green and blue colors in about the same proportion. Web safe color of #588069 is #666666 (or #666).

RGB color model

#588069 color RGB value is (88,128,105).

  • red value is 88;
  • green value is 128;
  • blue value is 105.
RGB:
(88,128,105)
(35%,50%,41%)

RGB channels and saturation

R 88 of 255 = 35%
G 128 of 255 = 50%
B 105 of 255 = 41%

88
128
105

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

Portions of RGB colors in percentages

R + G + B =
88 + 128 + 105 = 321 (100%)
R 88 of 321 ~ 27.41%
G 128 of 321 ~ 39.88%
B 105 of 321 ~ 32.71%

%27.41
%39.88
%32.71

CMYK color model

#588069 color CMYK value is (31,0,18,50).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 17.97%
  • key color value is 49.80%
CMYK:
(31,0,18,50)
C31M0Y18K50 
(31%,0%,18%,50%)
(0.31/0.00/0.18/0.50)	

CMYK percentages

%31.25
%0
%17.97
%49.8

Codes

Color #588069 in popluar color models

588069
RGB88128105
HSL146°18.52%42.35%
HSB/HSV146°31.25%50.20%
CMYK31.25%0.00%17.97%
49.80%

Color #588069 in popluar number systems.

HEX588069
Decimal88128105
Binary1011000100000001101001
Octal130200151

Shades and tints

Shades of #588069

#588069
(88,128,105)
#507560
(80,117,96)
#486A57
(72,106,87)
#405F4E
(64,95,78)
#385445
(56,84,69)
#30493C
(48,73,60)
#283E33
(40,62,51)
#20332A
(32,51,42)
#182821
(24,40,33)
#101D18
(16,29,24)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #588069

#588069
(88,128,105)
#678B76
(103,139,118)
#769683
(118,150,131)
#85A190
(133,161,144)
#94AC9D
(148,172,157)
#A3B7AA
(163,183,170)
#B2C2B7
(178,194,183)
#C1CDC4
(193,205,196)
#D0D8D1
(208,216,209)
#DFE3DE
(223,227,222)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588069; }

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

This text font color is #588069.


Background Color

.myBgColor { background-color: #588069; }

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

This div background color is #588069.


Border color

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

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

This div border color is #588069.


Opacity

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

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

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

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

This text has shadow with #588069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588069 on black background.


Color preview on white background

This text has color #588069 on white background.



Black color preview on #588069 background

This text has black color on #588069 background.


White color preview on #588069 background

This text has white color on #588069 background.