COLOR #58805F

HEX: #58805F
RGB: (88,128,95)

Color info

#58805F contains red, green and blue colors in about the same proportion. Web safe color of #58805F is #666666 (or #666).

RGB color model

#58805F color RGB value is (88,128,95).

  • red value is 88;
  • green value is 128;
  • blue value is 95.
RGB:
(88,128,95)
(35%,50%,37%)

RGB channels and saturation

R 88 of 255 = 35%
G 128 of 255 = 50%
B 95 of 255 = 37%

88
128
95

R + G + B ~ 41%. #58805F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 128 + 95 = 311 (100%)
R 88 of 311 ~ 28.3%
G 128 of 311 ~ 41.16%
B 95 of 311 ~ 30.55%

%28.3
%41.16
%30.55

CMYK color model

#58805F color CMYK value is (31,0,26,50).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 25.78%
  • key color value is 49.80%
CMYK:
(31,0,26,50)
C31M0Y26K50 
(31%,0%,26%,50%)
(0.31/0.00/0.26/0.50)	

CMYK percentages

%31.25
%0
%25.78
%49.8

Codes

Color #58805F in popluar color models

58805F
RGB8812895
HSL131°18.52%42.35%
HSB/HSV131°31.25%50.20%
CMYK31.25%0.00%25.78%
49.80%

Color #58805F in popluar number systems.

HEX58805F
Decimal8812895
Binary1011000100000001011111
Octal130200137

Shades and tints

Shades of #58805F

#58805F
(88,128,95)
#507557
(80,117,87)
#486A4F
(72,106,79)
#405F47
(64,95,71)
#38543F
(56,84,63)
#304937
(48,73,55)
#283E2F
(40,62,47)
#203327
(32,51,39)
#18281F
(24,40,31)
#101D17
(16,29,23)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #58805F

#58805F
(88,128,95)
#678B6D
(103,139,109)
#76967B
(118,150,123)
#85A189
(133,161,137)
#94AC97
(148,172,151)
#A3B7A5
(163,183,165)
#B2C2B3
(178,194,179)
#C1CDC1
(193,205,193)
#D0D8CF
(208,216,207)
#DFE3DD
(223,227,221)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58805F color. Also use rgb(88,128,95) instead hex code.

Text Font Color

.myTextColor { color: #58805F; }

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

This text font color is #58805F.


Background Color

.myBgColor { background-color: #58805F; }

<div style="background-color:#58805F">Inner text</div>

This div background color is #58805F.


Border color

.myBorderColor { border: 1px solid #58805F; }

<div style="border:3px solid #58805F">Div</div>

This div border color is #58805F.


Opacity

.myOpacity80 { color: #58805F; opacity: 0.8; }

<p style="color:#58805F;opacity:0.8;">80%</p>

Text with #58805F 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 #58805F;}

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

This text has shadow with #58805F color.

.textShadow {text-shadow: 3px 3px 1px #58805F, 3px 3px 1px red;}

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

This text has shadow with #58805F primary color and red secondary color.


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

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

This text has shadow with #58805F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58805F on black background.


Color preview on white background

This text has color #58805F on white background.



Black color preview on #58805F background

This text has black color on #58805F background.


White color preview on #58805F background

This text has white color on #58805F background.