COLOR #58324E

HEX: #58324E
RGB: (88,50,78)

Color info

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

RGB color model

#58324E color RGB value is (88,50,78).

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

RGB channels and saturation

R 88 of 255 = 35%
G 50 of 255 = 20%
B 78 of 255 = 31%

88
50
78

R + G + B ~ 29%. #58324E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 50 + 78 = 216 (100%)
R 88 of 216 ~ 40.74%
G 50 of 216 ~ 23.15%
B 78 of 216 ~ 36.11%

%40.74
%23.15
%36.11

CMYK color model

#58324E color CMYK value is (0,43,11,65).

  • cyan value is 0.00%
  • magenta value is 43.18%
  • yellow value is 11.36%
  • key color value is 65.49%
CMYK:
(0,43,11,65)
C0M43Y11K65 
(0%,43%,11%,65%)
(0.00/0.43/0.11/0.65)	

CMYK percentages

%0
%43.18
%11.36
%65.49

Codes

Color #58324E in popluar color models

58324E
RGB885078
HSL316°27.54%27.06%
HSB/HSV316°43.18%34.51%
CMYK0.00%43.18%11.36%
65.49%

Color #58324E in popluar number systems.

HEX58324E
Decimal885078
Binary10110001100101001110
Octal13062116

Shades and tints

Shades of #58324E

#58324E
(88,50,78)
#502E47
(80,46,71)
#482A40
(72,42,64)
#402639
(64,38,57)
#382232
(56,34,50)
#301E2B
(48,30,43)
#281A24
(40,26,36)
#20161D
(32,22,29)
#181216
(24,18,22)
#100E0F
(16,14,15)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #58324E

#58324E
(88,50,78)
#67445E
(103,68,94)
#76566E
(118,86,110)
#85687E
(133,104,126)
#947A8E
(148,122,142)
#A38C9E
(163,140,158)
#B29EAE
(178,158,174)
#C1B0BE
(193,176,190)
#D0C2CE
(208,194,206)
#DFD4DE
(223,212,222)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58324E; }

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

This text font color is #58324E.


Background Color

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

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

This div background color is #58324E.


Border color

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

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

This div border color is #58324E.


Opacity

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

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

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

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

This text has shadow with #58324E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58324E on black background.


Color preview on white background

This text has color #58324E on white background.



Black color preview on #58324E background

This text has black color on #58324E background.


White color preview on #58324E background

This text has white color on #58324E background.