COLOR #58431F

HEX: #58431F
RGB: (88,67,31)

Color info

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

RGB color model

#58431F color RGB value is (88,67,31).

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

RGB channels and saturation

R 88 of 255 = 35%
G 67 of 255 = 26%
B 31 of 255 = 12%

88
67
31

R + G + B ~ 24%. #58431F is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 67 + 31 = 186 (100%)
R 88 of 186 ~ 47.31%
G 67 of 186 ~ 36.02%
B 31 of 186 ~ 16.67%

%47.31
%36.02
%16.67

CMYK color model

#58431F color CMYK value is (0,24,65,65).

  • cyan value is 0.00%
  • magenta value is 23.86%
  • yellow value is 64.77%
  • key color value is 65.49%
CMYK:
(0,24,65,65)
C0M24Y65K65 
(0%,24%,65%,65%)
(0.00/0.24/0.65/0.65)	

CMYK percentages

%0
%23.86
%64.77
%65.49

Codes

Color #58431F in popluar color models

58431F
RGB886731
HSL38°47.90%23.33%
HSB/HSV38°64.77%34.51%
CMYK0.00%23.86%64.77%
65.49%

Color #58431F in popluar number systems.

HEX58431F
Decimal886731
Binary1011000100001111111
Octal13010337

Shades and tints

Shades of #58431F

#58431F
(88,67,31)
#503D1D
(80,61,29)
#48371B
(72,55,27)
#403119
(64,49,25)
#382B17
(56,43,23)
#302515
(48,37,21)
#281F13
(40,31,19)
#201911
(32,25,17)
#18130F
(24,19,15)
#100D0D
(16,13,13)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #58431F

#58431F
(88,67,31)
#675433
(103,84,51)
#766547
(118,101,71)
#85765B
(133,118,91)
#94876F
(148,135,111)
#A39883
(163,152,131)
#B2A997
(178,169,151)
#C1BAAB
(193,186,171)
#D0CBBF
(208,203,191)
#DFDCD3
(223,220,211)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58431F; }

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

This text font color is #58431F.


Background Color

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

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

This div background color is #58431F.


Border color

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

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

This div border color is #58431F.


Opacity

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

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

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

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

This text has shadow with #58431F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58431F on black background.


Color preview on white background

This text has color #58431F on white background.



Black color preview on #58431F background

This text has black color on #58431F background.


White color preview on #58431F background

This text has white color on #58431F background.