COLOR #58445E

HEX: #58445E
RGB: (88,68,94)

Color info

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

RGB color model

#58445E color RGB value is (88,68,94).

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

RGB channels and saturation

R 88 of 255 = 35%
G 68 of 255 = 27%
B 94 of 255 = 37%

88
68
94

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

Portions of RGB colors in percentages

R + G + B =
88 + 68 + 94 = 250 (100%)
R 88 of 250 ~ 35.2%
G 68 of 250 ~ 27.2%
B 94 of 250 ~ 37.6%

%35.2
%27.2
%37.6

CMYK color model

#58445E color CMYK value is (6,28,0,63).

  • cyan value is 6.38%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(6,28,0,63)
C6M28Y0K63 
(6%,28%,0%,63%)
(0.06/0.28/0.00/0.63)	

CMYK percentages

%6.38
%27.66
%0
%63.14

Codes

Color #58445E in popluar color models

58445E
RGB886894
HSL286°16.05%31.76%
HSB/HSV286°27.66%36.86%
CMYK6.38%27.66%0.00%
63.14%

Color #58445E in popluar number systems.

HEX58445E
Decimal886894
Binary101100010001001011110
Octal130104136

Shades and tints

Shades of #58445E

#58445E
(88,68,94)
#503E56
(80,62,86)
#48384E
(72,56,78)
#403246
(64,50,70)
#382C3E
(56,44,62)
#302636
(48,38,54)
#28202E
(40,32,46)
#201A26
(32,26,38)
#18141E
(24,20,30)
#100E16
(16,14,22)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #58445E

#58445E
(88,68,94)
#67556C
(103,85,108)
#76667A
(118,102,122)
#857788
(133,119,136)
#948896
(148,136,150)
#A399A4
(163,153,164)
#B2AAB2
(178,170,178)
#C1BBC0
(193,187,192)
#D0CCCE
(208,204,206)
#DFDDDC
(223,221,220)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58445E; }

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

This text font color is #58445E.


Background Color

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

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

This div background color is #58445E.


Border color

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

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

This div border color is #58445E.


Opacity

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

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

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

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

This text has shadow with #58445E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58445E on black background.


Color preview on white background

This text has color #58445E on white background.



Black color preview on #58445E background

This text has black color on #58445E background.


White color preview on #58445E background

This text has white color on #58445E background.