COLOR #58338A

HEX: #58338A
RGB: (88,51,138)

Color info

#58338A contains mainly red and blue colors. Web safe color of #58338A is #663399 (or #639).

RGB color model

#58338A color RGB value is (88,51,138).

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

RGB channels and saturation

R 88 of 255 = 35%
G 51 of 255 = 20%
B 138 of 255 = 54%

88
51
138

R + G + B ~ 36%. #58338A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 51 + 138 = 277 (100%)
R 88 of 277 ~ 31.77%
G 51 of 277 ~ 18.41%
B 138 of 277 ~ 49.82%

%31.77
%18.41
%49.82

CMYK color model

#58338A color CMYK value is (36,63,0,46).

  • cyan value is 36.23%
  • magenta value is 63.04%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(36,63,0,46)
C36M63Y0K46 
(36%,63%,0%,46%)
(0.36/0.63/0.00/0.46)	

CMYK percentages

%36.23
%63.04
%0
%45.88

Codes

Color #58338A in popluar color models

58338A
RGB8851138
HSL266°46.03%37.06%
HSB/HSV266°63.04%54.12%
CMYK36.23%63.04%0.00%
45.88%

Color #58338A in popluar number systems.

HEX58338A
Decimal8851138
Binary101100011001110001010
Octal13063212

Shades and tints

Shades of #58338A

#58338A
(88,51,138)
#502F7E
(80,47,126)
#482B72
(72,43,114)
#402766
(64,39,102)
#38235A
(56,35,90)
#301F4E
(48,31,78)
#281B42
(40,27,66)
#201736
(32,23,54)
#18132A
(24,19,42)
#100F1E
(16,15,30)
#080B12
(8,11,18)
#000000
(0,0,0)

Tints of #58338A

#58338A
(88,51,138)
#674594
(103,69,148)
#76579E
(118,87,158)
#8569A8
(133,105,168)
#947BB2
(148,123,178)
#A38DBC
(163,141,188)
#B29FC6
(178,159,198)
#C1B1D0
(193,177,208)
#D0C3DA
(208,195,218)
#DFD5E4
(223,213,228)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58338A color. Also use rgb(88,51,138) instead hex code.

Text Font Color

.myTextColor { color: #58338A; }

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

This text font color is #58338A.


Background Color

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

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

This div background color is #58338A.


Border color

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

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

This div border color is #58338A.


Opacity

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

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

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

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

This text has shadow with #58338A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58338A on black background.


Color preview on white background

This text has color #58338A on white background.



Black color preview on #58338A background

This text has black color on #58338A background.


White color preview on #58338A background

This text has white color on #58338A background.