COLOR #58573F

HEX: #58573F
RGB: (88,87,63)

Color info

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

RGB color model

#58573F color RGB value is (88,87,63).

  • red value is 88;
  • green value is 87;
  • blue value is 63.
RGB:
(88,87,63)
(35%,34%,25%)

RGB channels and saturation

R 88 of 255 = 35%
G 87 of 255 = 34%
B 63 of 255 = 25%

88
87
63

R + G + B ~ 31%. #58573F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 87 + 63 = 238 (100%)
R 88 of 238 ~ 36.97%
G 87 of 238 ~ 36.55%
B 63 of 238 ~ 26.47%

%36.97
%36.55
%26.47

CMYK color model

#58573F color CMYK value is (0,1,28,65).

  • cyan value is 0.00%
  • magenta value is 1.14%
  • yellow value is 28.41%
  • key color value is 65.49%
CMYK:
(0,1,28,65)
C0M1Y28K65 
(0%,1%,28%,65%)
(0.00/0.01/0.28/0.65)	

CMYK percentages

%0
%1.14
%28.41
%65.49

Codes

Color #58573F in popluar color models

58573F
RGB888763
HSL58°16.56%29.61%
HSB/HSV58°28.41%34.51%
CMYK0.00%1.14%28.41%
65.49%

Color #58573F in popluar number systems.

HEX58573F
Decimal888763
Binary10110001010111111111
Octal13012777

Shades and tints

Shades of #58573F

#58573F
(88,87,63)
#50503A
(80,80,58)
#484935
(72,73,53)
#404230
(64,66,48)
#383B2B
(56,59,43)
#303426
(48,52,38)
#282D21
(40,45,33)
#20261C
(32,38,28)
#181F17
(24,31,23)
#101812
(16,24,18)
#08110D
(8,17,13)
#000000
(0,0,0)

Tints of #58573F

#58573F
(88,87,63)
#676650
(103,102,80)
#767561
(118,117,97)
#858472
(133,132,114)
#949383
(148,147,131)
#A3A294
(163,162,148)
#B2B1A5
(178,177,165)
#C1C0B6
(193,192,182)
#D0CFC7
(208,207,199)
#DFDED8
(223,222,216)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58573F; }

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

This text font color is #58573F.


Background Color

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

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

This div background color is #58573F.


Border color

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

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

This div border color is #58573F.


Opacity

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

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

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

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

This text has shadow with #58573F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58573F on black background.


Color preview on white background

This text has color #58573F on white background.



Black color preview on #58573F background

This text has black color on #58573F background.


White color preview on #58573F background

This text has white color on #58573F background.