COLOR #58385F

HEX: #58385F
RGB: (88,56,95)

Color info

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

RGB color model

#58385F color RGB value is (88,56,95).

  • red value is 88;
  • green value is 56;
  • blue value is 95.
RGB:
(88,56,95)
(35%,22%,37%)

RGB channels and saturation

R 88 of 255 = 35%
G 56 of 255 = 22%
B 95 of 255 = 37%

88
56
95

R + G + B ~ 31%. #58385F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 56 + 95 = 239 (100%)
R 88 of 239 ~ 36.82%
G 56 of 239 ~ 23.43%
B 95 of 239 ~ 39.75%

%36.82
%23.43
%39.75

CMYK color model

#58385F color CMYK value is (7,41,0,63).

  • cyan value is 7.37%
  • magenta value is 41.05%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(7,41,0,63)
C7M41Y0K63 
(7%,41%,0%,63%)
(0.07/0.41/0.00/0.63)	

CMYK percentages

%7.37
%41.05
%0
%62.75

Codes

Color #58385F in popluar color models

58385F
RGB885695
HSL289°25.83%29.61%
HSB/HSV289°41.05%37.25%
CMYK7.37%41.05%0.00%
62.75%

Color #58385F in popluar number systems.

HEX58385F
Decimal885695
Binary10110001110001011111
Octal13070137

Shades and tints

Shades of #58385F

#58385F
(88,56,95)
#503357
(80,51,87)
#482E4F
(72,46,79)
#402947
(64,41,71)
#38243F
(56,36,63)
#301F37
(48,31,55)
#281A2F
(40,26,47)
#201527
(32,21,39)
#18101F
(24,16,31)
#100B17
(16,11,23)
#08060F
(8,6,15)
#000000
(0,0,0)

Tints of #58385F

#58385F
(88,56,95)
#674A6D
(103,74,109)
#765C7B
(118,92,123)
#856E89
(133,110,137)
#948097
(148,128,151)
#A392A5
(163,146,165)
#B2A4B3
(178,164,179)
#C1B6C1
(193,182,193)
#D0C8CF
(208,200,207)
#DFDADD
(223,218,221)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58385F color. Also use rgb(88,56,95) instead hex code.

Text Font Color

.myTextColor { color: #58385F; }

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

This text font color is #58385F.


Background Color

.myBgColor { background-color: #58385F; }

<div style="background-color:#58385F">Inner text</div>

This div background color is #58385F.


Border color

.myBorderColor { border: 1px solid #58385F; }

<div style="border:3px solid #58385F">Div</div>

This div border color is #58385F.


Opacity

.myOpacity80 { color: #58385F; opacity: 0.8; }

<p style="color:#58385F;opacity:0.8;">80%</p>

Text with #58385F 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 #58385F;}

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

This text has shadow with #58385F color.

.textShadow {text-shadow: 3px 3px 1px #58385F, 3px 3px 1px red;}

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

This text has shadow with #58385F primary color and red secondary color.


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

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

This text has shadow with #58385F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58385F on black background.


Color preview on white background

This text has color #58385F on white background.



Black color preview on #58385F background

This text has black color on #58385F background.


White color preview on #58385F background

This text has white color on #58385F background.