COLOR #58510F

HEX: #58510F
RGB: (88,81,15)

Color info

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

RGB color model

#58510F color RGB value is (88,81,15).

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

RGB channels and saturation

R 88 of 255 = 35%
G 81 of 255 = 32%
B 15 of 255 = 6%

88
81
15

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

Portions of RGB colors in percentages

R + G + B =
88 + 81 + 15 = 184 (100%)
R 88 of 184 ~ 47.83%
G 81 of 184 ~ 44.02%
B 15 of 184 ~ 8.15%

%47.83
%44.02

CMYK color model

#58510F color CMYK value is (0,8,83,65).

  • cyan value is 0.00%
  • magenta value is 7.95%
  • yellow value is 82.95%
  • key color value is 65.49%
CMYK:
(0,8,83,65)
C0M8Y83K65 
(0%,8%,83%,65%)
(0.00/0.08/0.83/0.65)	

CMYK percentages

%0
%7.95
%82.95
%65.49

Codes

Color #58510F in popluar color models

58510F
RGB888115
HSL54°70.87%20.20%
HSB/HSV54°82.95%34.51%
CMYK0.00%7.95%82.95%
65.49%

Color #58510F in popluar number systems.

HEX58510F
Decimal888115
Binary101100010100011111
Octal13012117

Shades and tints

Shades of #58510F

#58510F
(88,81,15)
#504A0E
(80,74,14)
#48430D
(72,67,13)
#403C0C
(64,60,12)
#38350B
(56,53,11)
#302E0A
(48,46,10)
#282709
(40,39,9)
#202008
(32,32,8)
#181907
(24,25,7)
#101206
(16,18,6)
#080B05
(8,11,5)
#000000
(0,0,0)

Tints of #58510F

#58510F
(88,81,15)
#676024
(103,96,36)
#766F39
(118,111,57)
#857E4E
(133,126,78)
#948D63
(148,141,99)
#A39C78
(163,156,120)
#B2AB8D
(178,171,141)
#C1BAA2
(193,186,162)
#D0C9B7
(208,201,183)
#DFD8CC
(223,216,204)
#EEE7E1
(238,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58510F; }

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

This text font color is #58510F.


Background Color

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

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

This div background color is #58510F.


Border color

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

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

This div border color is #58510F.


Opacity

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

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

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

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

This text has shadow with #58510F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58510F on black background.


Color preview on white background

This text has color #58510F on white background.



Black color preview on #58510F background

This text has black color on #58510F background.


White color preview on #58510F background

This text has white color on #58510F background.