COLOR #58356A

HEX: #58356A
RGB: (88,53,106)

Color info

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

RGB color model

#58356A color RGB value is (88,53,106).

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

RGB channels and saturation

R 88 of 255 = 35%
G 53 of 255 = 21%
B 106 of 255 = 42%

88
53
106

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

Portions of RGB colors in percentages

R + G + B =
88 + 53 + 106 = 247 (100%)
R 88 of 247 ~ 35.63%
G 53 of 247 ~ 21.46%
B 106 of 247 ~ 42.91%

%35.63
%21.46
%42.91

CMYK color model

#58356A color CMYK value is (17,50,0,58).

  • cyan value is 16.98%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(17,50,0,58)
C17M50Y0K58 
(17%,50%,0%,58%)
(0.17/0.50/0.00/0.58)	

CMYK percentages

%16.98
%50
%0
%58.43

Codes

Color #58356A in popluar color models

58356A
RGB8853106
HSL280°33.33%31.18%
HSB/HSV280°50.00%41.57%
CMYK16.98%50.00%0.00%
58.43%

Color #58356A in popluar number systems.

HEX58356A
Decimal8853106
Binary10110001101011101010
Octal13065152

Shades and tints

Shades of #58356A

#58356A
(88,53,106)
#503161
(80,49,97)
#482D58
(72,45,88)
#40294F
(64,41,79)
#382546
(56,37,70)
#30213D
(48,33,61)
#281D34
(40,29,52)
#20192B
(32,25,43)
#181522
(24,21,34)
#101119
(16,17,25)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #58356A

#58356A
(88,53,106)
#674777
(103,71,119)
#765984
(118,89,132)
#856B91
(133,107,145)
#947D9E
(148,125,158)
#A38FAB
(163,143,171)
#B2A1B8
(178,161,184)
#C1B3C5
(193,179,197)
#D0C5D2
(208,197,210)
#DFD7DF
(223,215,223)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58356A; }

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

This text font color is #58356A.


Background Color

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

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

This div background color is #58356A.


Border color

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

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

This div border color is #58356A.


Opacity

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

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

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

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

This text has shadow with #58356A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58356A on black background.


Color preview on white background

This text has color #58356A on white background.



Black color preview on #58356A background

This text has black color on #58356A background.


White color preview on #58356A background

This text has white color on #58356A background.