COLOR #58337E

HEX: #58337E
RGB: (88,51,126)

Color info

#58337E contains mainly red and blue colors. Web safe color of #58337E is #663366 (or #636).

RGB color model

#58337E color RGB value is (88,51,126).

  • red value is 88;
  • green value is 51;
  • blue value is 126.
RGB:
(88,51,126)
(35%,20%,49%)

RGB channels and saturation

R 88 of 255 = 35%
G 51 of 255 = 20%
B 126 of 255 = 49%

88
51
126

R + G + B ~ 35%. #58337E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 51 + 126 = 265 (100%)
R 88 of 265 ~ 33.21%
G 51 of 265 ~ 19.25%
B 126 of 265 ~ 47.55%

%33.21
%19.25
%47.55

CMYK color model

#58337E color CMYK value is (30,60,0,51).

  • cyan value is 30.16%
  • magenta value is 59.52%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(30,60,0,51)
C30M60Y0K51 
(30%,60%,0%,51%)
(0.30/0.60/0.00/0.51)	

CMYK percentages

%30.16
%59.52
%0
%50.59

Codes

Color #58337E in popluar color models

58337E
RGB8851126
HSL270°42.37%34.71%
HSB/HSV270°59.52%49.41%
CMYK30.16%59.52%0.00%
50.59%

Color #58337E in popluar number systems.

HEX58337E
Decimal8851126
Binary10110001100111111110
Octal13063176

Shades and tints

Shades of #58337E

#58337E
(88,51,126)
#502F73
(80,47,115)
#482B68
(72,43,104)
#40275D
(64,39,93)
#382352
(56,35,82)
#301F47
(48,31,71)
#281B3C
(40,27,60)
#201731
(32,23,49)
#181326
(24,19,38)
#100F1B
(16,15,27)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #58337E

#58337E
(88,51,126)
#674589
(103,69,137)
#765794
(118,87,148)
#85699F
(133,105,159)
#947BAA
(148,123,170)
#A38DB5
(163,141,181)
#B29FC0
(178,159,192)
#C1B1CB
(193,177,203)
#D0C3D6
(208,195,214)
#DFD5E1
(223,213,225)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58337E color. Also use rgb(88,51,126) instead hex code.

Text Font Color

.myTextColor { color: #58337E; }

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

This text font color is #58337E.


Background Color

.myBgColor { background-color: #58337E; }

<div style="background-color:#58337E">Inner text</div>

This div background color is #58337E.


Border color

.myBorderColor { border: 1px solid #58337E; }

<div style="border:3px solid #58337E">Div</div>

This div border color is #58337E.


Opacity

.myOpacity80 { color: #58337E; opacity: 0.8; }

<p style="color:#58337E;opacity:0.8;">80%</p>

Text with #58337E 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 #58337E;}

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

This text has shadow with #58337E color.

.textShadow {text-shadow: 3px 3px 1px #58337E, 3px 3px 1px red;}

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

This text has shadow with #58337E primary color and red secondary color.


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

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

This text has shadow with #58337E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58337E on black background.


Color preview on white background

This text has color #58337E on white background.



Black color preview on #58337E background

This text has black color on #58337E background.


White color preview on #58337E background

This text has white color on #58337E background.