COLOR #58887A

HEX: #58887A
RGB: (88,136,122)

Color info

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

RGB color model

#58887A color RGB value is (88,136,122).

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

RGB channels and saturation

R 88 of 255 = 35%
G 136 of 255 = 53%
B 122 of 255 = 48%

88
136
122

R + G + B ~ 45%. #58887A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 136 + 122 = 346 (100%)
R 88 of 346 ~ 25.43%
G 136 of 346 ~ 39.31%
B 122 of 346 ~ 35.26%

%25.43
%39.31
%35.26

CMYK color model

#58887A color CMYK value is (35,0,10,47).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 46.67%
CMYK:
(35,0,10,47)
C35M0Y10K47 
(35%,0%,10%,47%)
(0.35/0.00/0.10/0.47)	

CMYK percentages

%35.29
%0
%10.29
%46.67

Codes

Color #58887A in popluar color models

58887A
RGB88136122
HSL163°21.43%43.92%
HSB/HSV163°35.29%53.33%
CMYK35.29%0.00%10.29%
46.67%

Color #58887A in popluar number systems.

HEX58887A
Decimal88136122
Binary1011000100010001111010
Octal130210172

Shades and tints

Shades of #58887A

#58887A
(88,136,122)
#507C6F
(80,124,111)
#487064
(72,112,100)
#406459
(64,100,89)
#38584E
(56,88,78)
#304C43
(48,76,67)
#284038
(40,64,56)
#20342D
(32,52,45)
#182822
(24,40,34)
#101C17
(16,28,23)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #58887A

#58887A
(88,136,122)
#679286
(103,146,134)
#769C92
(118,156,146)
#85A69E
(133,166,158)
#94B0AA
(148,176,170)
#A3BAB6
(163,186,182)
#B2C4C2
(178,196,194)
#C1CECE
(193,206,206)
#D0D8DA
(208,216,218)
#DFE2E6
(223,226,230)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58887A color. Also use rgb(88,136,122) instead hex code.

Text Font Color

.myTextColor { color: #58887A; }

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

This text font color is #58887A.


Background Color

.myBgColor { background-color: #58887A; }

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

This div background color is #58887A.


Border color

.myBorderColor { border: 1px solid #58887A; }

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

This div border color is #58887A.


Opacity

.myOpacity80 { color: #58887A; opacity: 0.8; }

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

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

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

This text has shadow with #58887A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58887A on black background.


Color preview on white background

This text has color #58887A on white background.



Black color preview on #58887A background

This text has black color on #58887A background.


White color preview on #58887A background

This text has white color on #58887A background.