COLOR #58504F

HEX: #58504F
RGB: (88,80,79)

Color info

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

RGB color model

#58504F color RGB value is (88,80,79).

  • red value is 88;
  • green value is 80;
  • blue value is 79.
RGB:
(88,80,79)
(35%,31%,31%)

RGB channels and saturation

R 88 of 255 = 35%
G 80 of 255 = 31%
B 79 of 255 = 31%

88
80
79

R + G + B ~ 32%. #58504F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 80 + 79 = 247 (100%)
R 88 of 247 ~ 35.63%
G 80 of 247 ~ 32.39%
B 79 of 247 ~ 31.98%

%35.63
%32.39
%31.98

CMYK color model

#58504F color CMYK value is (0,9,10,65).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 10.23%
  • key color value is 65.49%
CMYK:
(0,9,10,65)
C0M9Y10K65 
(0%,9%,10%,65%)
(0.00/0.09/0.10/0.65)	

CMYK percentages

%0
%9.09
%10.23
%65.49

Codes

Color #58504F in popluar color models

58504F
RGB888079
HSL5.39%32.75%
HSB/HSV10.23%34.51%
CMYK0.00%9.09%10.23%
65.49%

Color #58504F in popluar number systems.

HEX58504F
Decimal888079
Binary101100010100001001111
Octal130120117

Shades and tints

Shades of #58504F

#58504F
(88,80,79)
#504948
(80,73,72)
#484241
(72,66,65)
#403B3A
(64,59,58)
#383433
(56,52,51)
#302D2C
(48,45,44)
#282625
(40,38,37)
#201F1E
(32,31,30)
#181817
(24,24,23)
#101110
(16,17,16)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #58504F

#58504F
(88,80,79)
#675F5F
(103,95,95)
#766E6F
(118,110,111)
#857D7F
(133,125,127)
#948C8F
(148,140,143)
#A39B9F
(163,155,159)
#B2AAAF
(178,170,175)
#C1B9BF
(193,185,191)
#D0C8CF
(208,200,207)
#DFD7DF
(223,215,223)
#EEE6EF
(238,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58504F color. Also use rgb(88,80,79) instead hex code.

Text Font Color

.myTextColor { color: #58504F; }

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

This text font color is #58504F.


Background Color

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

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

This div background color is #58504F.


Border color

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

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

This div border color is #58504F.


Opacity

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

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

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

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

This text has shadow with #58504F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58504F on black background.


Color preview on white background

This text has color #58504F on white background.



Black color preview on #58504F background

This text has black color on #58504F background.


White color preview on #58504F background

This text has white color on #58504F background.