COLOR #58504B

HEX: #58504B
RGB: (88,80,75)

Color info

#58504B contains red, green and blue colors in about the same proportion. Web safe color of #58504B is #666633 (or #663).

RGB color model

#58504B color RGB value is (88,80,75).

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

RGB channels and saturation

R 88 of 255 = 35%
G 80 of 255 = 31%
B 75 of 255 = 29%

88
80
75

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

Portions of RGB colors in percentages

R + G + B =
88 + 80 + 75 = 243 (100%)
R 88 of 243 ~ 36.21%
G 80 of 243 ~ 32.92%
B 75 of 243 ~ 30.86%

%36.21
%32.92
%30.86

CMYK color model

#58504B color CMYK value is (0,9,15,65).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 14.77%
  • key color value is 65.49%
CMYK:
(0,9,15,65)
C0M9Y15K65 
(0%,9%,15%,65%)
(0.00/0.09/0.15/0.65)	

CMYK percentages

%0
%9.09
%14.77
%65.49

Codes

Color #58504B in popluar color models

58504B
RGB888075
HSL23°7.98%31.96%
HSB/HSV23°14.77%34.51%
CMYK0.00%9.09%14.77%
65.49%

Color #58504B in popluar number systems.

HEX58504B
Decimal888075
Binary101100010100001001011
Octal130120113

Shades and tints

Shades of #58504B

#58504B
(88,80,75)
#504945
(80,73,69)
#48423F
(72,66,63)
#403B39
(64,59,57)
#383433
(56,52,51)
#302D2D
(48,45,45)
#282627
(40,38,39)
#201F21
(32,31,33)
#18181B
(24,24,27)
#101115
(16,17,21)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #58504B

#58504B
(88,80,75)
#675F5B
(103,95,91)
#766E6B
(118,110,107)
#857D7B
(133,125,123)
#948C8B
(148,140,139)
#A39B9B
(163,155,155)
#B2AAAB
(178,170,171)
#C1B9BB
(193,185,187)
#D0C8CB
(208,200,203)
#DFD7DB
(223,215,219)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58504B; }

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

This text font color is #58504B.


Background Color

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

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

This div background color is #58504B.


Border color

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

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

This div border color is #58504B.


Opacity

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

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

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

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

This text has shadow with #58504B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58504B on black background.


Color preview on white background

This text has color #58504B on white background.



Black color preview on #58504B background

This text has black color on #58504B background.


White color preview on #58504B background

This text has white color on #58504B background.