COLOR #58406A

HEX: #58406A
RGB: (88,64,106)

Color info

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

RGB color model

#58406A color RGB value is (88,64,106).

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

RGB channels and saturation

R 88 of 255 = 35%
G 64 of 255 = 25%
B 106 of 255 = 42%

88
64
106

R + G + B ~ 34%. #58406A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 64 + 106 = 258 (100%)
R 88 of 258 ~ 34.11%
G 64 of 258 ~ 24.81%
B 106 of 258 ~ 41.09%

%34.11
%24.81
%41.09

CMYK color model

#58406A color CMYK value is (17,40,0,58).

  • cyan value is 16.98%
  • magenta value is 39.62%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(17,40,0,58)
C17M40Y0K58 
(17%,40%,0%,58%)
(0.17/0.40/0.00/0.58)	

CMYK percentages

%16.98
%39.62
%0
%58.43

Codes

Color #58406A in popluar color models

58406A
RGB8864106
HSL274°24.71%33.33%
HSB/HSV274°39.62%41.57%
CMYK16.98%39.62%0.00%
58.43%

Color #58406A in popluar number systems.

HEX58406A
Decimal8864106
Binary101100010000001101010
Octal130100152

Shades and tints

Shades of #58406A

#58406A
(88,64,106)
#503B61
(80,59,97)
#483658
(72,54,88)
#40314F
(64,49,79)
#382C46
(56,44,70)
#30273D
(48,39,61)
#282234
(40,34,52)
#201D2B
(32,29,43)
#181822
(24,24,34)
#101319
(16,19,25)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #58406A

#58406A
(88,64,106)
#675177
(103,81,119)
#766284
(118,98,132)
#857391
(133,115,145)
#94849E
(148,132,158)
#A395AB
(163,149,171)
#B2A6B8
(178,166,184)
#C1B7C5
(193,183,197)
#D0C8D2
(208,200,210)
#DFD9DF
(223,217,223)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58406A; }

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

This text font color is #58406A.


Background Color

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

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

This div background color is #58406A.


Border color

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

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

This div border color is #58406A.


Opacity

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

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

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

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

This text has shadow with #58406A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58406A on black background.


Color preview on white background

This text has color #58406A on white background.



Black color preview on #58406A background

This text has black color on #58406A background.


White color preview on #58406A background

This text has white color on #58406A background.