COLOR #58394F

HEX: #58394F
RGB: (88,57,79)

Color info

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

RGB color model

#58394F color RGB value is (88,57,79).

  • red value is 88;
  • green value is 57;
  • blue value is 79.
RGB:
(88,57,79)
(35%,22%,31%)

RGB channels and saturation

R 88 of 255 = 35%
G 57 of 255 = 22%
B 79 of 255 = 31%

88
57
79

R + G + B ~ 29%. #58394F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 57 + 79 = 224 (100%)
R 88 of 224 ~ 39.29%
G 57 of 224 ~ 25.45%
B 79 of 224 ~ 35.27%

%39.29
%25.45
%35.27

CMYK color model

#58394F color CMYK value is (0,35,10,65).

  • cyan value is 0.00%
  • magenta value is 35.23%
  • yellow value is 10.23%
  • key color value is 65.49%
CMYK:
(0,35,10,65)
C0M35Y10K65 
(0%,35%,10%,65%)
(0.00/0.35/0.10/0.65)	

CMYK percentages

%0
%35.23
%10.23
%65.49

Codes

Color #58394F in popluar color models

58394F
RGB885779
HSL317°21.38%28.43%
HSB/HSV317°35.23%34.51%
CMYK0.00%35.23%10.23%
65.49%

Color #58394F in popluar number systems.

HEX58394F
Decimal885779
Binary10110001110011001111
Octal13071117

Shades and tints

Shades of #58394F

#58394F
(88,57,79)
#503448
(80,52,72)
#482F41
(72,47,65)
#402A3A
(64,42,58)
#382533
(56,37,51)
#30202C
(48,32,44)
#281B25
(40,27,37)
#20161E
(32,22,30)
#181117
(24,17,23)
#100C10
(16,12,16)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #58394F

#58394F
(88,57,79)
#674B5F
(103,75,95)
#765D6F
(118,93,111)
#856F7F
(133,111,127)
#94818F
(148,129,143)
#A3939F
(163,147,159)
#B2A5AF
(178,165,175)
#C1B7BF
(193,183,191)
#D0C9CF
(208,201,207)
#DFDBDF
(223,219,223)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58394F color. Also use rgb(88,57,79) instead hex code.

Text Font Color

.myTextColor { color: #58394F; }

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

This text font color is #58394F.


Background Color

.myBgColor { background-color: #58394F; }

<div style="background-color:#58394F">Inner text</div>

This div background color is #58394F.


Border color

.myBorderColor { border: 1px solid #58394F; }

<div style="border:3px solid #58394F">Div</div>

This div border color is #58394F.


Opacity

.myOpacity80 { color: #58394F; opacity: 0.8; }

<p style="color:#58394F;opacity:0.8;">80%</p>

Text with #58394F 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 #58394F;}

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

This text has shadow with #58394F color.

.textShadow {text-shadow: 3px 3px 1px #58394F, 3px 3px 1px red;}

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

This text has shadow with #58394F primary color and red secondary color.


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

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

This text has shadow with #58394F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58394F on black background.


Color preview on white background

This text has color #58394F on white background.



Black color preview on #58394F background

This text has black color on #58394F background.


White color preview on #58394F background

This text has white color on #58394F background.