COLOR #58512F

HEX: #58512F
RGB: (88,81,47)

Color info

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

RGB color model

#58512F color RGB value is (88,81,47).

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

RGB channels and saturation

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

88
81
47

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

Portions of RGB colors in percentages

R + G + B =
88 + 81 + 47 = 216 (100%)
R 88 of 216 ~ 40.74%
G 81 of 216 ~ 37.5%
B 47 of 216 ~ 21.76%

%40.74
%37.5
%21.76

CMYK color model

#58512F color CMYK value is (0,8,47,65).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 46.59%
  • key color value is 65.49%
CMYK:
(0,8,47,65)
C0M8Y47K65 
(0%,8%,47%,65%)
(0.00/0.08/0.47/0.65)	

CMYK percentages

%0
%7.95
%46.59
%65.49

Codes

Color #58512F in popluar color models

58512F
RGB888147
HSL50°30.37%26.47%
HSB/HSV50°46.59%34.51%
CMYK0.00%7.95%46.59%
65.49%

Color #58512F in popluar number systems.

HEX58512F
Decimal888147
Binary10110001010001101111
Octal13012157

Shades and tints

Shades of #58512F

#58512F
(88,81,47)
#504A2B
(80,74,43)
#484327
(72,67,39)
#403C23
(64,60,35)
#38351F
(56,53,31)
#302E1B
(48,46,27)
#282717
(40,39,23)
#202013
(32,32,19)
#18190F
(24,25,15)
#10120B
(16,18,11)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #58512F

#58512F
(88,81,47)
#676041
(103,96,65)
#766F53
(118,111,83)
#857E65
(133,126,101)
#948D77
(148,141,119)
#A39C89
(163,156,137)
#B2AB9B
(178,171,155)
#C1BAAD
(193,186,173)
#D0C9BF
(208,201,191)
#DFD8D1
(223,216,209)
#EEE7E3
(238,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58512F; }

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

This text font color is #58512F.


Background Color

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

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

This div background color is #58512F.


Border color

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

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

This div border color is #58512F.


Opacity

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

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

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

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

This text has shadow with #58512F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58512F on black background.


Color preview on white background

This text has color #58512F on white background.



Black color preview on #58512F background

This text has black color on #58512F background.


White color preview on #58512F background

This text has white color on #58512F background.