COLOR #58887B

HEX: #58887B
RGB: (88,136,123)

Color info

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

RGB color model

#58887B color RGB value is (88,136,123).

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

RGB channels and saturation

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

88
136
123

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

Portions of RGB colors in percentages

R + G + B =
88 + 136 + 123 = 347 (100%)
R 88 of 347 ~ 25.36%
G 136 of 347 ~ 39.19%
B 123 of 347 ~ 35.45%

%25.36
%39.19
%35.45

CMYK color model

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

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 9.56%
  • 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
%9.56
%46.67

Codes

Color #58887B in popluar color models

58887B
RGB88136123
HSL164°21.43%43.92%
HSB/HSV164°35.29%53.33%
CMYK35.29%0.00%9.56%
46.67%

Color #58887B in popluar number systems.

HEX58887B
Decimal88136123
Binary1011000100010001111011
Octal130210173

Shades and tints

Shades of #58887B

#58887B
(88,136,123)
#507C70
(80,124,112)
#487065
(72,112,101)
#40645A
(64,100,90)
#38584F
(56,88,79)
#304C44
(48,76,68)
#284039
(40,64,57)
#20342E
(32,52,46)
#182823
(24,40,35)
#101C18
(16,28,24)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #58887B

#58887B
(88,136,123)
#679287
(103,146,135)
#769C93
(118,156,147)
#85A69F
(133,166,159)
#94B0AB
(148,176,171)
#A3BAB7
(163,186,183)
#B2C4C3
(178,196,195)
#C1CECF
(193,206,207)
#D0D8DB
(208,216,219)
#DFE2E7
(223,226,231)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58887B; }

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

This text font color is #58887B.


Background Color

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

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

This div background color is #58887B.


Border color

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

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

This div border color is #58887B.


Opacity

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

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

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

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

This text has shadow with #58887B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58887B on black background.


Color preview on white background

This text has color #58887B on white background.



Black color preview on #58887B background

This text has black color on #58887B background.


White color preview on #58887B background

This text has white color on #58887B background.