COLOR #58404D

HEX: #58404D
RGB: (88,64,77)

Color info

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

RGB color model

#58404D color RGB value is (88,64,77).

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

RGB channels and saturation

R 88 of 255 = 35%
G 64 of 255 = 25%
B 77 of 255 = 30%

88
64
77

R + G + B ~ 30%. #58404D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 64 + 77 = 229 (100%)
R 88 of 229 ~ 38.43%
G 64 of 229 ~ 27.95%
B 77 of 229 ~ 33.62%

%38.43
%27.95
%33.62

CMYK color model

#58404D color CMYK value is (0,27,13,65).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 12.50%
  • key color value is 65.49%
CMYK:
(0,27,13,65)
C0M27Y13K65 
(0%,27%,13%,65%)
(0.00/0.27/0.13/0.65)	

CMYK percentages

%0
%27.27
%12.5
%65.49

Codes

Color #58404D in popluar color models

58404D
RGB886477
HSL328°15.79%29.80%
HSB/HSV328°27.27%34.51%
CMYK0.00%27.27%12.50%
65.49%

Color #58404D in popluar number systems.

HEX58404D
Decimal886477
Binary101100010000001001101
Octal130100115

Shades and tints

Shades of #58404D

#58404D
(88,64,77)
#503B46
(80,59,70)
#48363F
(72,54,63)
#403138
(64,49,56)
#382C31
(56,44,49)
#30272A
(48,39,42)
#282223
(40,34,35)
#201D1C
(32,29,28)
#181815
(24,24,21)
#10130E
(16,19,14)
#080E07
(8,14,7)
#000000
(0,0,0)

Tints of #58404D

#58404D
(88,64,77)
#67515D
(103,81,93)
#76626D
(118,98,109)
#85737D
(133,115,125)
#94848D
(148,132,141)
#A3959D
(163,149,157)
#B2A6AD
(178,166,173)
#C1B7BD
(193,183,189)
#D0C8CD
(208,200,205)
#DFD9DD
(223,217,221)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58404D; }

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

This text font color is #58404D.


Background Color

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

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

This div background color is #58404D.


Border color

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

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

This div border color is #58404D.


Opacity

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

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

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

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

This text has shadow with #58404D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58404D on black background.


Color preview on white background

This text has color #58404D on white background.



Black color preview on #58404D background

This text has black color on #58404D background.


White color preview on #58404D background

This text has white color on #58404D background.