COLOR #58512E

HEX: #58512E
RGB: (88,81,46)

Color info

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

RGB color model

#58512E color RGB value is (88,81,46).

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

RGB channels and saturation

R 88 of 255 = 35%
G 81 of 255 = 32%
B 46 of 255 = 18%

88
81
46

R + G + B ~ 28%. #58512E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 81 + 46 = 215 (100%)
R 88 of 215 ~ 40.93%
G 81 of 215 ~ 37.67%
B 46 of 215 ~ 21.4%

%40.93
%37.67
%21.4

CMYK color model

#58512E color CMYK value is (0,8,48,65).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 47.73%
  • key color value is 65.49%
CMYK:
(0,8,48,65)
C0M8Y48K65 
(0%,8%,48%,65%)
(0.00/0.08/0.48/0.65)	

CMYK percentages

%0
%7.95
%47.73
%65.49

Codes

Color #58512E in popluar color models

58512E
RGB888146
HSL50°31.34%26.27%
HSB/HSV50°47.73%34.51%
CMYK0.00%7.95%47.73%
65.49%

Color #58512E in popluar number systems.

HEX58512E
Decimal888146
Binary10110001010001101110
Octal13012156

Shades and tints

Shades of #58512E

#58512E
(88,81,46)
#504A2A
(80,74,42)
#484326
(72,67,38)
#403C22
(64,60,34)
#38351E
(56,53,30)
#302E1A
(48,46,26)
#282716
(40,39,22)
#202012
(32,32,18)
#18190E
(24,25,14)
#10120A
(16,18,10)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #58512E

#58512E
(88,81,46)
#676041
(103,96,65)
#766F54
(118,111,84)
#857E67
(133,126,103)
#948D7A
(148,141,122)
#A39C8D
(163,156,141)
#B2ABA0
(178,171,160)
#C1BAB3
(193,186,179)
#D0C9C6
(208,201,198)
#DFD8D9
(223,216,217)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58512E; }

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

This text font color is #58512E.


Background Color

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

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

This div background color is #58512E.


Border color

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

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

This div border color is #58512E.


Opacity

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

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

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

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

This text has shadow with #58512E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58512E on black background.


Color preview on white background

This text has color #58512E on white background.



Black color preview on #58512E background

This text has black color on #58512E background.


White color preview on #58512E background

This text has white color on #58512E background.