COLOR #58484F

HEX: #58484F
RGB: (88,72,79)

Color info

#58484F contains red, green and blue colors in about the same proportion. Web safe color of #58484F is #663366 (or #636).

RGB color model

#58484F color RGB value is (88,72,79).

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

RGB channels and saturation

R 88 of 255 = 35%
G 72 of 255 = 28%
B 79 of 255 = 31%

88
72
79

R + G + B ~ 31%. #58484F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 72 + 79 = 239 (100%)
R 88 of 239 ~ 36.82%
G 72 of 239 ~ 30.13%
B 79 of 239 ~ 33.05%

%36.82
%30.13
%33.05

CMYK color model

#58484F color CMYK value is (0,18,10,65).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 10.23%
  • key color value is 65.49%
CMYK:
(0,18,10,65)
C0M18Y10K65 
(0%,18%,10%,65%)
(0.00/0.18/0.10/0.65)	

CMYK percentages

%0
%18.18
%10.23
%65.49

Codes

Color #58484F in popluar color models

58484F
RGB887279
HSL334°10.00%31.37%
HSB/HSV334°18.18%34.51%
CMYK0.00%18.18%10.23%
65.49%

Color #58484F in popluar number systems.

HEX58484F
Decimal887279
Binary101100010010001001111
Octal130110117

Shades and tints

Shades of #58484F

#58484F
(88,72,79)
#504248
(80,66,72)
#483C41
(72,60,65)
#40363A
(64,54,58)
#383033
(56,48,51)
#302A2C
(48,42,44)
#282425
(40,36,37)
#201E1E
(32,30,30)
#181817
(24,24,23)
#101210
(16,18,16)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #58484F

#58484F
(88,72,79)
#67585F
(103,88,95)
#76686F
(118,104,111)
#85787F
(133,120,127)
#94888F
(148,136,143)
#A3989F
(163,152,159)
#B2A8AF
(178,168,175)
#C1B8BF
(193,184,191)
#D0C8CF
(208,200,207)
#DFD8DF
(223,216,223)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58484F; }

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

This text font color is #58484F.


Background Color

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

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

This div background color is #58484F.


Border color

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

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

This div border color is #58484F.


Opacity

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

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

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

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

This text has shadow with #58484F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58484F on black background.


Color preview on white background

This text has color #58484F on white background.



Black color preview on #58484F background

This text has black color on #58484F background.


White color preview on #58484F background

This text has white color on #58484F background.