COLOR #58376E

HEX: #58376E
RGB: (88,55,110)

Color info

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

RGB color model

#58376E color RGB value is (88,55,110).

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

RGB channels and saturation

R 88 of 255 = 35%
G 55 of 255 = 22%
B 110 of 255 = 43%

88
55
110

R + G + B ~ 33%. #58376E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 55 + 110 = 253 (100%)
R 88 of 253 ~ 34.78%
G 55 of 253 ~ 21.74%
B 110 of 253 ~ 43.48%

%34.78
%21.74
%43.48

CMYK color model

#58376E color CMYK value is (20,50,0,57).

  • cyan value is 20.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(20,50,0,57)
C20M50Y0K57 
(20%,50%,0%,57%)
(0.20/0.50/0.00/0.57)	

CMYK percentages

%20
%50
%0
%56.86

Codes

Color #58376E in popluar color models

58376E
RGB8855110
HSL276°33.33%32.35%
HSB/HSV276°50.00%43.14%
CMYK20.00%50.00%0.00%
56.86%

Color #58376E in popluar number systems.

HEX58376E
Decimal8855110
Binary10110001101111101110
Octal13067156

Shades and tints

Shades of #58376E

#58376E
(88,55,110)
#503264
(80,50,100)
#482D5A
(72,45,90)
#402850
(64,40,80)
#382346
(56,35,70)
#301E3C
(48,30,60)
#281932
(40,25,50)
#201428
(32,20,40)
#180F1E
(24,15,30)
#100A14
(16,10,20)
#08050A
(8,5,10)
#000000
(0,0,0)

Tints of #58376E

#58376E
(88,55,110)
#67497B
(103,73,123)
#765B88
(118,91,136)
#856D95
(133,109,149)
#947FA2
(148,127,162)
#A391AF
(163,145,175)
#B2A3BC
(178,163,188)
#C1B5C9
(193,181,201)
#D0C7D6
(208,199,214)
#DFD9E3
(223,217,227)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58376E; }

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

This text font color is #58376E.


Background Color

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

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

This div background color is #58376E.


Border color

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

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

This div border color is #58376E.


Opacity

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

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

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

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

This text has shadow with #58376E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58376E on black background.


Color preview on white background

This text has color #58376E on white background.



Black color preview on #58376E background

This text has black color on #58376E background.


White color preview on #58376E background

This text has white color on #58376E background.