COLOR #58391F

HEX: #58391F
RGB: (88,57,31)

Color info

#58391F contains red, green and blue colors in about the same proportion. Web safe color of #58391F is #663333 (or #633).

RGB color model

#58391F color RGB value is (88,57,31).

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

RGB channels and saturation

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

88
57
31

R + G + B ~ 23%. #58391F is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 57 + 31 = 176 (100%)
R 88 of 176 ~ 50%
G 57 of 176 ~ 32.39%
B 31 of 176 ~ 17.61%

%50
%32.39
%17.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.23%
  • yellow value is 64.77%
  • key color value is 65.49%
CMYK:
(0,35,65,65)
C0M35Y65K65 
(0%,35%,65%,65%)
(0.00/0.35/0.65/0.65)	

CMYK percentages

%0
%35.23
%64.77
%65.49

Codes

Color #58391F in popluar color models

58391F
RGB885731
HSL27°47.90%23.33%
HSB/HSV27°64.77%34.51%
CMYK0.00%35.23%64.77%
65.49%

Color #58391F in popluar number systems.

HEX58391F
Decimal885731
Binary101100011100111111
Octal1307137

Shades and tints

Shades of #58391F

#58391F
(88,57,31)
#50341D
(80,52,29)
#482F1B
(72,47,27)
#402A19
(64,42,25)
#382517
(56,37,23)
#302015
(48,32,21)
#281B13
(40,27,19)
#201611
(32,22,17)
#18110F
(24,17,15)
#100C0D
(16,12,13)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #58391F

#58391F
(88,57,31)
#674B33
(103,75,51)
#765D47
(118,93,71)
#856F5B
(133,111,91)
#94816F
(148,129,111)
#A39383
(163,147,131)
#B2A597
(178,165,151)
#C1B7AB
(193,183,171)
#D0C9BF
(208,201,191)
#DFDBD3
(223,219,211)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58391F; }

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

This text font color is #58391F.


Background Color

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

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

This div background color is #58391F.


Border color

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

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

This div border color is #58391F.


Opacity

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

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

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

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

This text has shadow with #58391F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58391F on black background.


Color preview on white background

This text has color #58391F on white background.



Black color preview on #58391F background

This text has black color on #58391F background.


White color preview on #58391F background

This text has white color on #58391F background.