COLOR #58314E

HEX: #58314E
RGB: (88,49,78)

Color info

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

RGB color model

#58314E color RGB value is (88,49,78).

  • red value is 88;
  • green value is 49;
  • blue value is 78.
RGB:
(88,49,78)
(35%,19%,31%)

RGB channels and saturation

R 88 of 255 = 35%
G 49 of 255 = 19%
B 78 of 255 = 31%

88
49
78

R + G + B ~ 28%. #58314E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 49 + 78 = 215 (100%)
R 88 of 215 ~ 40.93%
G 49 of 215 ~ 22.79%
B 78 of 215 ~ 36.28%

%40.93
%22.79
%36.28

CMYK color model

#58314E color CMYK value is (0,44,11,65).

  • cyan value is 0.00%
  • magenta value is 44.32%
  • yellow value is 11.36%
  • key color value is 65.49%
CMYK:
(0,44,11,65)
C0M44Y11K65 
(0%,44%,11%,65%)
(0.00/0.44/0.11/0.65)	

CMYK percentages

%0
%44.32
%11.36
%65.49

Codes

Color #58314E in popluar color models

58314E
RGB884978
HSL315°28.47%26.86%
HSB/HSV315°44.32%34.51%
CMYK0.00%44.32%11.36%
65.49%

Color #58314E in popluar number systems.

HEX58314E
Decimal884978
Binary10110001100011001110
Octal13061116

Shades and tints

Shades of #58314E

#58314E
(88,49,78)
#502D47
(80,45,71)
#482940
(72,41,64)
#402539
(64,37,57)
#382132
(56,33,50)
#301D2B
(48,29,43)
#281924
(40,25,36)
#20151D
(32,21,29)
#181116
(24,17,22)
#100D0F
(16,13,15)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #58314E

#58314E
(88,49,78)
#67435E
(103,67,94)
#76556E
(118,85,110)
#85677E
(133,103,126)
#94798E
(148,121,142)
#A38B9E
(163,139,158)
#B29DAE
(178,157,174)
#C1AFBE
(193,175,190)
#D0C1CE
(208,193,206)
#DFD3DE
(223,211,222)
#EEE5EE
(238,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58314E color. Also use rgb(88,49,78) instead hex code.

Text Font Color

.myTextColor { color: #58314E; }

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

This text font color is #58314E.


Background Color

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

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

This div background color is #58314E.


Border color

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

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

This div border color is #58314E.


Opacity

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

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

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

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

This text has shadow with #58314E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58314E on black background.


Color preview on white background

This text has color #58314E on white background.



Black color preview on #58314E background

This text has black color on #58314E background.


White color preview on #58314E background

This text has white color on #58314E background.