COLOR #58877D

HEX: #58877D
RGB: (88,135,125)

Color info

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

RGB color model

#58877D color RGB value is (88,135,125).

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

RGB channels and saturation

R 88 of 255 = 35%
G 135 of 255 = 53%
B 125 of 255 = 49%

88
135
125

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

Portions of RGB colors in percentages

R + G + B =
88 + 135 + 125 = 348 (100%)
R 88 of 348 ~ 25.29%
G 135 of 348 ~ 38.79%
B 125 of 348 ~ 35.92%

%25.29
%38.79
%35.92

CMYK color model

#58877D color CMYK value is (35,0,7,47).

  • cyan value is 34.81%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 47.06%
CMYK:
(35,0,7,47)
C35M0Y7K47 
(35%,0%,7%,47%)
(0.35/0.00/0.07/0.47)	

CMYK percentages

%34.81
%0
%7.41
%47.06

Codes

Color #58877D in popluar color models

58877D
RGB88135125
HSL167°21.08%43.73%
HSB/HSV167°34.81%52.94%
CMYK34.81%0.00%7.41%
47.06%

Color #58877D in popluar number systems.

HEX58877D
Decimal88135125
Binary1011000100001111111101
Octal130207175

Shades and tints

Shades of #58877D

#58877D
(88,135,125)
#507B72
(80,123,114)
#486F67
(72,111,103)
#40635C
(64,99,92)
#385751
(56,87,81)
#304B46
(48,75,70)
#283F3B
(40,63,59)
#203330
(32,51,48)
#182725
(24,39,37)
#101B1A
(16,27,26)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #58877D

#58877D
(88,135,125)
#679188
(103,145,136)
#769B93
(118,155,147)
#85A59E
(133,165,158)
#94AFA9
(148,175,169)
#A3B9B4
(163,185,180)
#B2C3BF
(178,195,191)
#C1CDCA
(193,205,202)
#D0D7D5
(208,215,213)
#DFE1E0
(223,225,224)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58877D; }

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

This text font color is #58877D.


Background Color

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

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

This div background color is #58877D.


Border color

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

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

This div border color is #58877D.


Opacity

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

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

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

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

This text has shadow with #58877D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58877D on black background.


Color preview on white background

This text has color #58877D on white background.



Black color preview on #58877D background

This text has black color on #58877D background.


White color preview on #58877D background

This text has white color on #58877D background.