COLOR #58406F

HEX: #58406F
RGB: (88,64,111)

Color info

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

RGB color model

#58406F color RGB value is (88,64,111).

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

RGB channels and saturation

R 88 of 255 = 35%
G 64 of 255 = 25%
B 111 of 255 = 44%

88
64
111

R + G + B ~ 35%. #58406F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 64 + 111 = 263 (100%)
R 88 of 263 ~ 33.46%
G 64 of 263 ~ 24.33%
B 111 of 263 ~ 42.21%

%33.46
%24.33
%42.21

CMYK color model

#58406F color CMYK value is (21,42,0,56).

  • cyan value is 20.72%
  • magenta value is 42.34%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(21,42,0,56)
C21M42Y0K56 
(21%,42%,0%,56%)
(0.21/0.42/0.00/0.56)	

CMYK percentages

%20.72
%42.34
%0
%56.47

Codes

Color #58406F in popluar color models

58406F
RGB8864111
HSL271°26.86%34.31%
HSB/HSV271°42.34%43.53%
CMYK20.72%42.34%0.00%
56.47%

Color #58406F in popluar number systems.

HEX58406F
Decimal8864111
Binary101100010000001101111
Octal130100157

Shades and tints

Shades of #58406F

#58406F
(88,64,111)
#503B65
(80,59,101)
#48365B
(72,54,91)
#403151
(64,49,81)
#382C47
(56,44,71)
#30273D
(48,39,61)
#282233
(40,34,51)
#201D29
(32,29,41)
#18181F
(24,24,31)
#101315
(16,19,21)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #58406F

#58406F
(88,64,111)
#67517C
(103,81,124)
#766289
(118,98,137)
#857396
(133,115,150)
#9484A3
(148,132,163)
#A395B0
(163,149,176)
#B2A6BD
(178,166,189)
#C1B7CA
(193,183,202)
#D0C8D7
(208,200,215)
#DFD9E4
(223,217,228)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58406F color. Also use rgb(88,64,111) instead hex code.

Text Font Color

.myTextColor { color: #58406F; }

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

This text font color is #58406F.


Background Color

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

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

This div background color is #58406F.


Border color

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

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

This div border color is #58406F.


Opacity

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

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

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

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

This text has shadow with #58406F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58406F on black background.


Color preview on white background

This text has color #58406F on white background.



Black color preview on #58406F background

This text has black color on #58406F background.


White color preview on #58406F background

This text has white color on #58406F background.