COLOR #58444E

HEX: #58444E
RGB: (88,68,78)

Color info

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

RGB color model

#58444E color RGB value is (88,68,78).

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

RGB channels and saturation

R 88 of 255 = 35%
G 68 of 255 = 27%
B 78 of 255 = 31%

88
68
78

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

Portions of RGB colors in percentages

R + G + B =
88 + 68 + 78 = 234 (100%)
R 88 of 234 ~ 37.61%
G 68 of 234 ~ 29.06%
B 78 of 234 ~ 33.33%

%37.61
%29.06
%33.33

CMYK color model

#58444E color CMYK value is (0,23,11,65).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 11.36%
  • key color value is 65.49%
CMYK:
(0,23,11,65)
C0M23Y11K65 
(0%,23%,11%,65%)
(0.00/0.23/0.11/0.65)	

CMYK percentages

%0
%22.73
%11.36
%65.49

Codes

Color #58444E in popluar color models

58444E
RGB886878
HSL330°12.82%30.59%
HSB/HSV330°22.73%34.51%
CMYK0.00%22.73%11.36%
65.49%

Color #58444E in popluar number systems.

HEX58444E
Decimal886878
Binary101100010001001001110
Octal130104116

Shades and tints

Shades of #58444E

#58444E
(88,68,78)
#503E47
(80,62,71)
#483840
(72,56,64)
#403239
(64,50,57)
#382C32
(56,44,50)
#30262B
(48,38,43)
#282024
(40,32,36)
#201A1D
(32,26,29)
#181416
(24,20,22)
#100E0F
(16,14,15)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #58444E

#58444E
(88,68,78)
#67555E
(103,85,94)
#76666E
(118,102,110)
#85777E
(133,119,126)
#94888E
(148,136,142)
#A3999E
(163,153,158)
#B2AAAE
(178,170,174)
#C1BBBE
(193,187,190)
#D0CCCE
(208,204,206)
#DFDDDE
(223,221,222)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58444E; }

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

This text font color is #58444E.


Background Color

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

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

This div background color is #58444E.


Border color

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

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

This div border color is #58444E.


Opacity

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

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

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

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

This text has shadow with #58444E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58444E on black background.


Color preview on white background

This text has color #58444E on white background.



Black color preview on #58444E background

This text has black color on #58444E background.


White color preview on #58444E background

This text has white color on #58444E background.