COLOR #58877A

HEX: #58877A
RGB: (88,135,122)

Color info

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

RGB color model

#58877A color RGB value is (88,135,122).

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

RGB channels and saturation

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

88
135
122

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

Portions of RGB colors in percentages

R + G + B =
88 + 135 + 122 = 345 (100%)
R 88 of 345 ~ 25.51%
G 135 of 345 ~ 39.13%
B 122 of 345 ~ 35.36%

%25.51
%39.13
%35.36

CMYK color model

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

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

CMYK percentages

%34.81
%0
%9.63
%47.06

Codes

Color #58877A in popluar color models

58877A
RGB88135122
HSL163°21.08%43.73%
HSB/HSV163°34.81%52.94%
CMYK34.81%0.00%9.63%
47.06%

Color #58877A in popluar number systems.

HEX58877A
Decimal88135122
Binary1011000100001111111010
Octal130207172

Shades and tints

Shades of #58877A

#58877A
(88,135,122)
#507B6F
(80,123,111)
#486F64
(72,111,100)
#406359
(64,99,89)
#38574E
(56,87,78)
#304B43
(48,75,67)
#283F38
(40,63,56)
#20332D
(32,51,45)
#182722
(24,39,34)
#101B17
(16,27,23)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #58877A

#58877A
(88,135,122)
#679186
(103,145,134)
#769B92
(118,155,146)
#85A59E
(133,165,158)
#94AFAA
(148,175,170)
#A3B9B6
(163,185,182)
#B2C3C2
(178,195,194)
#C1CDCE
(193,205,206)
#D0D7DA
(208,215,218)
#DFE1E6
(223,225,230)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58877A; }

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

This text font color is #58877A.


Background Color

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

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

This div background color is #58877A.


Border color

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

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

This div border color is #58877A.


Opacity

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

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

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

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

This text has shadow with #58877A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58877A on black background.


Color preview on white background

This text has color #58877A on white background.



Black color preview on #58877A background

This text has black color on #58877A background.


White color preview on #58877A background

This text has white color on #58877A background.