COLOR #58395D

HEX: #58395D
RGB: (88,57,93)

Color info

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

RGB color model

#58395D color RGB value is (88,57,93).

  • red value is 88;
  • green value is 57;
  • blue value is 93.
RGB:
(88,57,93)
(35%,22%,36%)

RGB channels and saturation

R 88 of 255 = 35%
G 57 of 255 = 22%
B 93 of 255 = 36%

88
57
93

R + G + B ~ 31%. #58395D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 57 + 93 = 238 (100%)
R 88 of 238 ~ 36.97%
G 57 of 238 ~ 23.95%
B 93 of 238 ~ 39.08%

%36.97
%23.95
%39.08

CMYK color model

#58395D color CMYK value is (5,39,0,64).

  • cyan value is 5.38%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(5,39,0,64)
C5M39Y0K64 
(5%,39%,0%,64%)
(0.05/0.39/0.00/0.64)	

CMYK percentages

%5.38
%38.71
%0
%63.53

Codes

Color #58395D in popluar color models

58395D
RGB885793
HSL292°24.00%29.41%
HSB/HSV292°38.71%36.47%
CMYK5.38%38.71%0.00%
63.53%

Color #58395D in popluar number systems.

HEX58395D
Decimal885793
Binary10110001110011011101
Octal13071135

Shades and tints

Shades of #58395D

#58395D
(88,57,93)
#503455
(80,52,85)
#482F4D
(72,47,77)
#402A45
(64,42,69)
#38253D
(56,37,61)
#302035
(48,32,53)
#281B2D
(40,27,45)
#201625
(32,22,37)
#18111D
(24,17,29)
#100C15
(16,12,21)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #58395D

#58395D
(88,57,93)
#674B6B
(103,75,107)
#765D79
(118,93,121)
#856F87
(133,111,135)
#948195
(148,129,149)
#A393A3
(163,147,163)
#B2A5B1
(178,165,177)
#C1B7BF
(193,183,191)
#D0C9CD
(208,201,205)
#DFDBDB
(223,219,219)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58395D color. Also use rgb(88,57,93) instead hex code.

Text Font Color

.myTextColor { color: #58395D; }

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

This text font color is #58395D.


Background Color

.myBgColor { background-color: #58395D; }

<div style="background-color:#58395D">Inner text</div>

This div background color is #58395D.


Border color

.myBorderColor { border: 1px solid #58395D; }

<div style="border:3px solid #58395D">Div</div>

This div border color is #58395D.


Opacity

.myOpacity80 { color: #58395D; opacity: 0.8; }

<p style="color:#58395D;opacity:0.8;">80%</p>

Text with #58395D 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 #58395D;}

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

This text has shadow with #58395D color.

.textShadow {text-shadow: 3px 3px 1px #58395D, 3px 3px 1px red;}

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

This text has shadow with #58395D primary color and red secondary color.


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

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

This text has shadow with #58395D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58395D on black background.


Color preview on white background

This text has color #58395D on white background.



Black color preview on #58395D background

This text has black color on #58395D background.


White color preview on #58395D background

This text has white color on #58395D background.