COLOR #58454D

HEX: #58454D
RGB: (88,69,77)

Color info

#58454D contains red, green and blue colors in about the same proportion. Web safe color of #58454D is #663333 (or #633).

RGB color model

#58454D color RGB value is (88,69,77).

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

RGB channels and saturation

R 88 of 255 = 35%
G 69 of 255 = 27%
B 77 of 255 = 30%

88
69
77

R + G + B ~ 31%. #58454D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 69 + 77 = 234 (100%)
R 88 of 234 ~ 37.61%
G 69 of 234 ~ 29.49%
B 77 of 234 ~ 32.91%

%37.61
%29.49
%32.91

CMYK color model

#58454D color CMYK value is (0,22,13,65).

  • cyan value is 0.00%
  • magenta value is 21.59%
  • yellow value is 12.50%
  • key color value is 65.49%
CMYK:
(0,22,13,65)
C0M22Y13K65 
(0%,22%,13%,65%)
(0.00/0.22/0.13/0.65)	

CMYK percentages

%0
%21.59
%12.5
%65.49

Codes

Color #58454D in popluar color models

58454D
RGB886977
HSL335°12.10%30.78%
HSB/HSV335°21.59%34.51%
CMYK0.00%21.59%12.50%
65.49%

Color #58454D in popluar number systems.

HEX58454D
Decimal886977
Binary101100010001011001101
Octal130105115

Shades and tints

Shades of #58454D

#58454D
(88,69,77)
#503F46
(80,63,70)
#48393F
(72,57,63)
#403338
(64,51,56)
#382D31
(56,45,49)
#30272A
(48,39,42)
#282123
(40,33,35)
#201B1C
(32,27,28)
#181515
(24,21,21)
#100F0E
(16,15,14)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #58454D

#58454D
(88,69,77)
#67555D
(103,85,93)
#76656D
(118,101,109)
#85757D
(133,117,125)
#94858D
(148,133,141)
#A3959D
(163,149,157)
#B2A5AD
(178,165,173)
#C1B5BD
(193,181,189)
#D0C5CD
(208,197,205)
#DFD5DD
(223,213,221)
#EEE5ED
(238,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58454D; }

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

This text font color is #58454D.


Background Color

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

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

This div background color is #58454D.


Border color

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

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

This div border color is #58454D.


Opacity

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

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

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

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

This text has shadow with #58454D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58454D on black background.


Color preview on white background

This text has color #58454D on white background.



Black color preview on #58454D background

This text has black color on #58454D background.


White color preview on #58454D background

This text has white color on #58454D background.