COLOR #588181

HEX: #588181
RGB: (88,129,129)

Color info

#588181 contains red, green and blue colors in about the same proportion. Web safe color of #588181 is #669999 (or #699).

RGB color model

#588181 color RGB value is (88,129,129).

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

RGB channels and saturation

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

88
129
129

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

Portions of RGB colors in percentages

R + G + B =
88 + 129 + 129 = 346 (100%)
R 88 of 346 ~ 25.43%
G 129 of 346 ~ 37.28%
B 129 of 346 ~ 37.28%

%25.43
%37.28
%37.28

CMYK color model

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

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

CMYK percentages

%31.78
%0
%0
%49.41

Codes

Color #588181 in popluar color models

588181
RGB88129129
HSL180°18.89%42.55%
HSB/HSV180°31.78%50.59%
CMYK31.78%0.00%0.00%
49.41%

Color #588181 in popluar number systems.

HEX588181
Decimal88129129
Binary10110001000000110000001
Octal130201201

Shades and tints

Shades of #588181

#588181
(88,129,129)
#507676
(80,118,118)
#486B6B
(72,107,107)
#406060
(64,96,96)
#385555
(56,85,85)
#304A4A
(48,74,74)
#283F3F
(40,63,63)
#203434
(32,52,52)
#182929
(24,41,41)
#101E1E
(16,30,30)
#081313
(8,19,19)
#000000
(0,0,0)

Tints of #588181

#588181
(88,129,129)
#678C8C
(103,140,140)
#769797
(118,151,151)
#85A2A2
(133,162,162)
#94ADAD
(148,173,173)
#A3B8B8
(163,184,184)
#B2C3C3
(178,195,195)
#C1CECE
(193,206,206)
#D0D9D9
(208,217,217)
#DFE4E4
(223,228,228)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588181; }

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

This text font color is #588181.


Background Color

.myBgColor { background-color: #588181; }

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

This div background color is #588181.


Border color

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

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

This div border color is #588181.


Opacity

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

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

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

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

This text has shadow with #588181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588181 on black background.


Color preview on white background

This text has color #588181 on white background.



Black color preview on #588181 background

This text has black color on #588181 background.


White color preview on #588181 background

This text has white color on #588181 background.