COLOR #58581F

HEX: #58581F
RGB: (88,88,31)

Color info

#58581F contains red, green and blue colors in about the same proportion. Web safe color of #58581F is #666633 (or #663).

RGB color model

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

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

RGB channels and saturation

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

88
88
31

R + G + B ~ 27%. #58581F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 88 + 31 = 207 (100%)
R 88 of 207 ~ 42.51%
G 88 of 207 ~ 42.51%
B 31 of 207 ~ 14.98%

%42.51
%42.51
%14.98

CMYK color model

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

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

CMYK percentages

%0
%0
%64.77
%65.49

Codes

Color #58581F in popluar color models

58581F
RGB888831
HSL60°47.90%23.33%
HSB/HSV60°64.77%34.51%
CMYK0.00%0.00%64.77%
65.49%

Color #58581F in popluar number systems.

HEX58581F
Decimal888831
Binary1011000101100011111
Octal13013037

Shades and tints

Shades of #58581F

#58581F
(88,88,31)
#50501D
(80,80,29)
#48481B
(72,72,27)
#404019
(64,64,25)
#383817
(56,56,23)
#303015
(48,48,21)
#282813
(40,40,19)
#202011
(32,32,17)
#18180F
(24,24,15)
#10100D
(16,16,13)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #58581F

#58581F
(88,88,31)
#676733
(103,103,51)
#767647
(118,118,71)
#85855B
(133,133,91)
#94946F
(148,148,111)
#A3A383
(163,163,131)
#B2B297
(178,178,151)
#C1C1AB
(193,193,171)
#D0D0BF
(208,208,191)
#DFDFD3
(223,223,211)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58581F; }

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

This text font color is #58581F.


Background Color

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

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

This div background color is #58581F.


Border color

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

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

This div border color is #58581F.


Opacity

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

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

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

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

This text has shadow with #58581F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58581F on black background.


Color preview on white background

This text has color #58581F on white background.



Black color preview on #58581F background

This text has black color on #58581F background.


White color preview on #58581F background

This text has white color on #58581F background.