COLOR #58817B

HEX: #58817B
RGB: (88,129,123)

Color info

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

RGB color model

#58817B color RGB value is (88,129,123).

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

RGB channels and saturation

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

88
129
123

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

Portions of RGB colors in percentages

R + G + B =
88 + 129 + 123 = 340 (100%)
R 88 of 340 ~ 25.88%
G 129 of 340 ~ 37.94%
B 123 of 340 ~ 36.18%

%25.88
%37.94
%36.18

CMYK color model

#58817B color CMYK value is (32,0,5,49).

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

CMYK percentages

%31.78
%0
%4.65
%49.41

Codes

Color #58817B in popluar color models

58817B
RGB88129123
HSL171°18.89%42.55%
HSB/HSV171°31.78%50.59%
CMYK31.78%0.00%4.65%
49.41%

Color #58817B in popluar number systems.

HEX58817B
Decimal88129123
Binary1011000100000011111011
Octal130201173

Shades and tints

Shades of #58817B

#58817B
(88,129,123)
#507670
(80,118,112)
#486B65
(72,107,101)
#40605A
(64,96,90)
#38554F
(56,85,79)
#304A44
(48,74,68)
#283F39
(40,63,57)
#20342E
(32,52,46)
#182923
(24,41,35)
#101E18
(16,30,24)
#08130D
(8,19,13)
#000000
(0,0,0)

Tints of #58817B

#58817B
(88,129,123)
#678C87
(103,140,135)
#769793
(118,151,147)
#85A29F
(133,162,159)
#94ADAB
(148,173,171)
#A3B8B7
(163,184,183)
#B2C3C3
(178,195,195)
#C1CECF
(193,206,207)
#D0D9DB
(208,217,219)
#DFE4E7
(223,228,231)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58817B; }

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

This text font color is #58817B.


Background Color

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

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

This div background color is #58817B.


Border color

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

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

This div border color is #58817B.


Opacity

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

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

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

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

This text has shadow with #58817B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58817B on black background.


Color preview on white background

This text has color #58817B on white background.



Black color preview on #58817B background

This text has black color on #58817B background.


White color preview on #58817B background

This text has white color on #58817B background.