COLOR #58375E

HEX: #58375E
RGB: (88,55,94)

Color info

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

RGB color model

#58375E color RGB value is (88,55,94).

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

RGB channels and saturation

R 88 of 255 = 35%
G 55 of 255 = 22%
B 94 of 255 = 37%

88
55
94

R + G + B ~ 31%. #58375E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 55 + 94 = 237 (100%)
R 88 of 237 ~ 37.13%
G 55 of 237 ~ 23.21%
B 94 of 237 ~ 39.66%

%37.13
%23.21
%39.66

CMYK color model

#58375E color CMYK value is (6,41,0,63).

  • cyan value is 6.38%
  • magenta value is 41.49%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(6,41,0,63)
C6M41Y0K63 
(6%,41%,0%,63%)
(0.06/0.41/0.00/0.63)	

CMYK percentages

%6.38
%41.49
%0
%63.14

Codes

Color #58375E in popluar color models

58375E
RGB885594
HSL291°26.17%29.22%
HSB/HSV291°41.49%36.86%
CMYK6.38%41.49%0.00%
63.14%

Color #58375E in popluar number systems.

HEX58375E
Decimal885594
Binary10110001101111011110
Octal13067136

Shades and tints

Shades of #58375E

#58375E
(88,55,94)
#503256
(80,50,86)
#482D4E
(72,45,78)
#402846
(64,40,70)
#38233E
(56,35,62)
#301E36
(48,30,54)
#28192E
(40,25,46)
#201426
(32,20,38)
#180F1E
(24,15,30)
#100A16
(16,10,22)
#08050E
(8,5,14)
#000000
(0,0,0)

Tints of #58375E

#58375E
(88,55,94)
#67496C
(103,73,108)
#765B7A
(118,91,122)
#856D88
(133,109,136)
#947F96
(148,127,150)
#A391A4
(163,145,164)
#B2A3B2
(178,163,178)
#C1B5C0
(193,181,192)
#D0C7CE
(208,199,206)
#DFD9DC
(223,217,220)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58375E color. Also use rgb(88,55,94) instead hex code.

Text Font Color

.myTextColor { color: #58375E; }

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

This text font color is #58375E.


Background Color

.myBgColor { background-color: #58375E; }

<div style="background-color:#58375E">Inner text</div>

This div background color is #58375E.


Border color

.myBorderColor { border: 1px solid #58375E; }

<div style="border:3px solid #58375E">Div</div>

This div border color is #58375E.


Opacity

.myOpacity80 { color: #58375E; opacity: 0.8; }

<p style="color:#58375E;opacity:0.8;">80%</p>

Text with #58375E 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 #58375E;}

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

This text has shadow with #58375E color.

.textShadow {text-shadow: 3px 3px 1px #58375E, 3px 3px 1px red;}

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

This text has shadow with #58375E primary color and red secondary color.


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

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

This text has shadow with #58375E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58375E on black background.


Color preview on white background

This text has color #58375E on white background.



Black color preview on #58375E background

This text has black color on #58375E background.


White color preview on #58375E background

This text has white color on #58375E background.