COLOR #58415C

HEX: #58415C
RGB: (88,65,92)

Color info

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

RGB color model

#58415C color RGB value is (88,65,92).

  • red value is 88;
  • green value is 65;
  • blue value is 92.
RGB:
(88,65,92)
(35%,25%,36%)

RGB channels and saturation

R 88 of 255 = 35%
G 65 of 255 = 25%
B 92 of 255 = 36%

88
65
92

R + G + B ~ 32%. #58415C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 65 + 92 = 245 (100%)
R 88 of 245 ~ 35.92%
G 65 of 245 ~ 26.53%
B 92 of 245 ~ 37.55%

%35.92
%26.53
%37.55

CMYK color model

#58415C color CMYK value is (4,29,0,64).

  • cyan value is 4.35%
  • magenta value is 29.35%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(4,29,0,64)
C4M29Y0K64 
(4%,29%,0%,64%)
(0.04/0.29/0.00/0.64)	

CMYK percentages

%4.35
%29.35
%0
%63.92

Codes

Color #58415C in popluar color models

58415C
RGB886592
HSL291°17.20%30.78%
HSB/HSV291°29.35%36.08%
CMYK4.35%29.35%0.00%
63.92%

Color #58415C in popluar number systems.

HEX58415C
Decimal886592
Binary101100010000011011100
Octal130101134

Shades and tints

Shades of #58415C

#58415C
(88,65,92)
#503C54
(80,60,84)
#48374C
(72,55,76)
#403244
(64,50,68)
#382D3C
(56,45,60)
#302834
(48,40,52)
#28232C
(40,35,44)
#201E24
(32,30,36)
#18191C
(24,25,28)
#101414
(16,20,20)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #58415C

#58415C
(88,65,92)
#67526A
(103,82,106)
#766378
(118,99,120)
#857486
(133,116,134)
#948594
(148,133,148)
#A396A2
(163,150,162)
#B2A7B0
(178,167,176)
#C1B8BE
(193,184,190)
#D0C9CC
(208,201,204)
#DFDADA
(223,218,218)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58415C color. Also use rgb(88,65,92) instead hex code.

Text Font Color

.myTextColor { color: #58415C; }

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

This text font color is #58415C.


Background Color

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

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

This div background color is #58415C.


Border color

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

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

This div border color is #58415C.


Opacity

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

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

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

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

This text has shadow with #58415C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58415C on black background.


Color preview on white background

This text has color #58415C on white background.



Black color preview on #58415C background

This text has black color on #58415C background.


White color preview on #58415C background

This text has white color on #58415C background.