COLOR #58347C

HEX: #58347C
RGB: (88,52,124)

Color info

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

RGB color model

#58347C color RGB value is (88,52,124).

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

RGB channels and saturation

R 88 of 255 = 35%
G 52 of 255 = 20%
B 124 of 255 = 49%

88
52
124

R + G + B ~ 35%. #58347C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 52 + 124 = 264 (100%)
R 88 of 264 ~ 33.33%
G 52 of 264 ~ 19.7%
B 124 of 264 ~ 46.97%

%33.33
%19.7
%46.97

CMYK color model

#58347C color CMYK value is (29,58,0,51).

  • cyan value is 29.03%
  • magenta value is 58.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(29,58,0,51)
C29M58Y0K51 
(29%,58%,0%,51%)
(0.29/0.58/0.00/0.51)	

CMYK percentages

%29.03
%58.06
%0
%51.37

Codes

Color #58347C in popluar color models

58347C
RGB8852124
HSL270°40.91%34.51%
HSB/HSV270°58.06%48.63%
CMYK29.03%58.06%0.00%
51.37%

Color #58347C in popluar number systems.

HEX58347C
Decimal8852124
Binary10110001101001111100
Octal13064174

Shades and tints

Shades of #58347C

#58347C
(88,52,124)
#503071
(80,48,113)
#482C66
(72,44,102)
#40285B
(64,40,91)
#382450
(56,36,80)
#302045
(48,32,69)
#281C3A
(40,28,58)
#20182F
(32,24,47)
#181424
(24,20,36)
#101019
(16,16,25)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #58347C

#58347C
(88,52,124)
#674687
(103,70,135)
#765892
(118,88,146)
#856A9D
(133,106,157)
#947CA8
(148,124,168)
#A38EB3
(163,142,179)
#B2A0BE
(178,160,190)
#C1B2C9
(193,178,201)
#D0C4D4
(208,196,212)
#DFD6DF
(223,214,223)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58347C color. Also use rgb(88,52,124) instead hex code.

Text Font Color

.myTextColor { color: #58347C; }

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

This text font color is #58347C.


Background Color

.myBgColor { background-color: #58347C; }

<div style="background-color:#58347C">Inner text</div>

This div background color is #58347C.


Border color

.myBorderColor { border: 1px solid #58347C; }

<div style="border:3px solid #58347C">Div</div>

This div border color is #58347C.


Opacity

.myOpacity80 { color: #58347C; opacity: 0.8; }

<p style="color:#58347C;opacity:0.8;">80%</p>

Text with #58347C 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 #58347C;}

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

This text has shadow with #58347C color.

.textShadow {text-shadow: 3px 3px 1px #58347C, 3px 3px 1px red;}

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

This text has shadow with #58347C primary color and red secondary color.


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

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

This text has shadow with #58347C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58347C on black background.


Color preview on white background

This text has color #58347C on white background.



Black color preview on #58347C background

This text has black color on #58347C background.


White color preview on #58347C background

This text has white color on #58347C background.