COLOR #58514D

HEX: #58514D
RGB: (88,81,77)

Color info

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

RGB color model

#58514D color RGB value is (88,81,77).

  • red value is 88;
  • green value is 81;
  • blue value is 77.
RGB:
(88,81,77)
(35%,32%,30%)

RGB channels and saturation

R 88 of 255 = 35%
G 81 of 255 = 32%
B 77 of 255 = 30%

88
81
77

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

Portions of RGB colors in percentages

R + G + B =
88 + 81 + 77 = 246 (100%)
R 88 of 246 ~ 35.77%
G 81 of 246 ~ 32.93%
B 77 of 246 ~ 31.3%

%35.77
%32.93
%31.3

CMYK color model

#58514D color CMYK value is (0,8,13,65).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 12.50%
  • key color value is 65.49%
CMYK:
(0,8,13,65)
C0M8Y13K65 
(0%,8%,13%,65%)
(0.00/0.08/0.13/0.65)	

CMYK percentages

%0
%7.95
%12.5
%65.49

Codes

Color #58514D in popluar color models

58514D
RGB888177
HSL22°6.67%32.35%
HSB/HSV22°12.50%34.51%
CMYK0.00%7.95%12.50%
65.49%

Color #58514D in popluar number systems.

HEX58514D
Decimal888177
Binary101100010100011001101
Octal130121115

Shades and tints

Shades of #58514D

#58514D
(88,81,77)
#504A46
(80,74,70)
#48433F
(72,67,63)
#403C38
(64,60,56)
#383531
(56,53,49)
#302E2A
(48,46,42)
#282723
(40,39,35)
#20201C
(32,32,28)
#181915
(24,25,21)
#10120E
(16,18,14)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #58514D

#58514D
(88,81,77)
#67605D
(103,96,93)
#766F6D
(118,111,109)
#857E7D
(133,126,125)
#948D8D
(148,141,141)
#A39C9D
(163,156,157)
#B2ABAD
(178,171,173)
#C1BABD
(193,186,189)
#D0C9CD
(208,201,205)
#DFD8DD
(223,216,221)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58514D color. Also use rgb(88,81,77) instead hex code.

Text Font Color

.myTextColor { color: #58514D; }

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

This text font color is #58514D.


Background Color

.myBgColor { background-color: #58514D; }

<div style="background-color:#58514D">Inner text</div>

This div background color is #58514D.


Border color

.myBorderColor { border: 1px solid #58514D; }

<div style="border:3px solid #58514D">Div</div>

This div border color is #58514D.


Opacity

.myOpacity80 { color: #58514D; opacity: 0.8; }

<p style="color:#58514D;opacity:0.8;">80%</p>

Text with #58514D 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 #58514D;}

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

This text has shadow with #58514D color.

.textShadow {text-shadow: 3px 3px 1px #58514D, 3px 3px 1px red;}

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

This text has shadow with #58514D primary color and red secondary color.


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

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

This text has shadow with #58514D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58514D on black background.


Color preview on white background

This text has color #58514D on white background.



Black color preview on #58514D background

This text has black color on #58514D background.


White color preview on #58514D background

This text has white color on #58514D background.