COLOR #58510E

HEX: #58510E
RGB: (88,81,14)

Color info

#58510E contains mainly red and green colors. Web safe color of #58510E is #666600 (or #660).

RGB color model

#58510E color RGB value is (88,81,14).

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

RGB channels and saturation

R 88 of 255 = 35%
G 81 of 255 = 32%
B 14 of 255 = 5%

88
81
14

R + G + B ~ 24%. #58510E is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 81 + 14 = 183 (100%)
R 88 of 183 ~ 48.09%
G 81 of 183 ~ 44.26%
B 14 of 183 ~ 7.65%

%48.09
%44.26

CMYK color model

#58510E color CMYK value is (0,8,84,65).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 84.09%
  • key color value is 65.49%
CMYK:
(0,8,84,65)
C0M8Y84K65 
(0%,8%,84%,65%)
(0.00/0.08/0.84/0.65)	

CMYK percentages

%0
%7.95
%84.09
%65.49

Codes

Color #58510E in popluar color models

58510E
RGB888114
HSL54°72.55%20.00%
HSB/HSV54°84.09%34.51%
CMYK0.00%7.95%84.09%
65.49%

Color #58510E in popluar number systems.

HEX58510E
Decimal888114
Binary101100010100011110
Octal13012116

Shades and tints

Shades of #58510E

#58510E
(88,81,14)
#504A0D
(80,74,13)
#48430C
(72,67,12)
#403C0B
(64,60,11)
#38350A
(56,53,10)
#302E09
(48,46,9)
#282708
(40,39,8)
#202007
(32,32,7)
#181906
(24,25,6)
#101205
(16,18,5)
#080B04
(8,11,4)
#000000
(0,0,0)

Tints of #58510E

#58510E
(88,81,14)
#676023
(103,96,35)
#766F38
(118,111,56)
#857E4D
(133,126,77)
#948D62
(148,141,98)
#A39C77
(163,156,119)
#B2AB8C
(178,171,140)
#C1BAA1
(193,186,161)
#D0C9B6
(208,201,182)
#DFD8CB
(223,216,203)
#EEE7E0
(238,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58510E; }

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

This text font color is #58510E.


Background Color

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

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

This div background color is #58510E.


Border color

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

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

This div border color is #58510E.


Opacity

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

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

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

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

This text has shadow with #58510E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58510E on black background.


Color preview on white background

This text has color #58510E on white background.



Black color preview on #58510E background

This text has black color on #58510E background.


White color preview on #58510E background

This text has white color on #58510E background.