COLOR #58500E

HEX: #58500E
RGB: (88,80,14)

Color info

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

RGB color model

#58500E color RGB value is (88,80,14).

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

RGB channels and saturation

R 88 of 255 = 35%
G 80 of 255 = 31%
B 14 of 255 = 5%

88
80
14

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

Portions of RGB colors in percentages

R + G + B =
88 + 80 + 14 = 182 (100%)
R 88 of 182 ~ 48.35%
G 80 of 182 ~ 43.96%
B 14 of 182 ~ 7.69%

%48.35
%43.96

CMYK color model

#58500E color CMYK value is (0,9,84,65).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 84.09%
  • key color value is 65.49%
CMYK:
(0,9,84,65)
C0M9Y84K65 
(0%,9%,84%,65%)
(0.00/0.09/0.84/0.65)	

CMYK percentages

%0
%9.09
%84.09
%65.49

Codes

Color #58500E in popluar color models

58500E
RGB888014
HSL54°72.55%20.00%
HSB/HSV54°84.09%34.51%
CMYK0.00%9.09%84.09%
65.49%

Color #58500E in popluar number systems.

HEX58500E
Decimal888014
Binary101100010100001110
Octal13012016

Shades and tints

Shades of #58500E

#58500E
(88,80,14)
#50490D
(80,73,13)
#48420C
(72,66,12)
#403B0B
(64,59,11)
#38340A
(56,52,10)
#302D09
(48,45,9)
#282608
(40,38,8)
#201F07
(32,31,7)
#181806
(24,24,6)
#101105
(16,17,5)
#080A04
(8,10,4)
#000000
(0,0,0)

Tints of #58500E

#58500E
(88,80,14)
#675F23
(103,95,35)
#766E38
(118,110,56)
#857D4D
(133,125,77)
#948C62
(148,140,98)
#A39B77
(163,155,119)
#B2AA8C
(178,170,140)
#C1B9A1
(193,185,161)
#D0C8B6
(208,200,182)
#DFD7CB
(223,215,203)
#EEE6E0
(238,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58500E; }

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

This text font color is #58500E.


Background Color

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

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

This div background color is #58500E.


Border color

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

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

This div border color is #58500E.


Opacity

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

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

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

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

This text has shadow with #58500E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58500E on black background.


Color preview on white background

This text has color #58500E on white background.



Black color preview on #58500E background

This text has black color on #58500E background.


White color preview on #58500E background

This text has white color on #58500E background.