COLOR #58562E

HEX: #58562E
RGB: (88,86,46)

Color info

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

RGB color model

#58562E color RGB value is (88,86,46).

  • red value is 88;
  • green value is 86;
  • blue value is 46.
RGB:
(88,86,46)
(35%,34%,18%)

RGB channels and saturation

R 88 of 255 = 35%
G 86 of 255 = 34%
B 46 of 255 = 18%

88
86
46

R + G + B ~ 29%. #58562E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 86 + 46 = 220 (100%)
R 88 of 220 ~ 40%
G 86 of 220 ~ 39.09%
B 46 of 220 ~ 20.91%

%40
%39.09
%20.91

CMYK color model

#58562E color CMYK value is (0,2,48,65).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 47.73%
  • key color value is 65.49%
CMYK:
(0,2,48,65)
C0M2Y48K65 
(0%,2%,48%,65%)
(0.00/0.02/0.48/0.65)	

CMYK percentages

%0
%2.27
%47.73
%65.49

Codes

Color #58562E in popluar color models

58562E
RGB888646
HSL57°31.34%26.27%
HSB/HSV57°47.73%34.51%
CMYK0.00%2.27%47.73%
65.49%

Color #58562E in popluar number systems.

HEX58562E
Decimal888646
Binary10110001010110101110
Octal13012656

Shades and tints

Shades of #58562E

#58562E
(88,86,46)
#504F2A
(80,79,42)
#484826
(72,72,38)
#404122
(64,65,34)
#383A1E
(56,58,30)
#30331A
(48,51,26)
#282C16
(40,44,22)
#202512
(32,37,18)
#181E0E
(24,30,14)
#10170A
(16,23,10)
#081006
(8,16,6)
#000000
(0,0,0)

Tints of #58562E

#58562E
(88,86,46)
#676541
(103,101,65)
#767454
(118,116,84)
#858367
(133,131,103)
#94927A
(148,146,122)
#A3A18D
(163,161,141)
#B2B0A0
(178,176,160)
#C1BFB3
(193,191,179)
#D0CEC6
(208,206,198)
#DFDDD9
(223,221,217)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58562E color. Also use rgb(88,86,46) instead hex code.

Text Font Color

.myTextColor { color: #58562E; }

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

This text font color is #58562E.


Background Color

.myBgColor { background-color: #58562E; }

<div style="background-color:#58562E">Inner text</div>

This div background color is #58562E.


Border color

.myBorderColor { border: 1px solid #58562E; }

<div style="border:3px solid #58562E">Div</div>

This div border color is #58562E.


Opacity

.myOpacity80 { color: #58562E; opacity: 0.8; }

<p style="color:#58562E;opacity:0.8;">80%</p>

Text with #58562E 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 #58562E;}

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

This text has shadow with #58562E color.

.textShadow {text-shadow: 3px 3px 1px #58562E, 3px 3px 1px red;}

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

This text has shadow with #58562E primary color and red secondary color.


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

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

This text has shadow with #58562E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58562E on black background.


Color preview on white background

This text has color #58562E on white background.



Black color preview on #58562E background

This text has black color on #58562E background.


White color preview on #58562E background

This text has white color on #58562E background.