COLOR #58475A

HEX: #58475A
RGB: (88,71,90)

Color info

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

RGB color model

#58475A color RGB value is (88,71,90).

  • red value is 88;
  • green value is 71;
  • blue value is 90.
RGB:
(88,71,90)
(35%,28%,35%)

RGB channels and saturation

R 88 of 255 = 35%
G 71 of 255 = 28%
B 90 of 255 = 35%

88
71
90

R + G + B ~ 33%. #58475A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 71 + 90 = 249 (100%)
R 88 of 249 ~ 35.34%
G 71 of 249 ~ 28.51%
B 90 of 249 ~ 36.14%

%35.34
%28.51
%36.14

CMYK color model

#58475A color CMYK value is (2,21,0,65).

  • cyan value is 2.22%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(2,21,0,65)
C2M21Y0K65 
(2%,21%,0%,65%)
(0.02/0.21/0.00/0.65)	

CMYK percentages

%2.22
%21.11
%0
%64.71

Codes

Color #58475A in popluar color models

58475A
RGB887190
HSL294°11.80%31.57%
HSB/HSV294°21.11%35.29%
CMYK2.22%21.11%0.00%
64.71%

Color #58475A in popluar number systems.

HEX58475A
Decimal887190
Binary101100010001111011010
Octal130107132

Shades and tints

Shades of #58475A

#58475A
(88,71,90)
#504152
(80,65,82)
#483B4A
(72,59,74)
#403542
(64,53,66)
#382F3A
(56,47,58)
#302932
(48,41,50)
#28232A
(40,35,42)
#201D22
(32,29,34)
#18171A
(24,23,26)
#101112
(16,17,18)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #58475A

#58475A
(88,71,90)
#675769
(103,87,105)
#766778
(118,103,120)
#857787
(133,119,135)
#948796
(148,135,150)
#A397A5
(163,151,165)
#B2A7B4
(178,167,180)
#C1B7C3
(193,183,195)
#D0C7D2
(208,199,210)
#DFD7E1
(223,215,225)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58475A color. Also use rgb(88,71,90) instead hex code.

Text Font Color

.myTextColor { color: #58475A; }

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

This text font color is #58475A.


Background Color

.myBgColor { background-color: #58475A; }

<div style="background-color:#58475A">Inner text</div>

This div background color is #58475A.


Border color

.myBorderColor { border: 1px solid #58475A; }

<div style="border:3px solid #58475A">Div</div>

This div border color is #58475A.


Opacity

.myOpacity80 { color: #58475A; opacity: 0.8; }

<p style="color:#58475A;opacity:0.8;">80%</p>

Text with #58475A 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 #58475A;}

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

This text has shadow with #58475A color.

.textShadow {text-shadow: 3px 3px 1px #58475A, 3px 3px 1px red;}

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

This text has shadow with #58475A primary color and red secondary color.


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

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

This text has shadow with #58475A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58475A on black background.


Color preview on white background

This text has color #58475A on white background.



Black color preview on #58475A background

This text has black color on #58475A background.


White color preview on #58475A background

This text has white color on #58475A background.