COLOR #58580F

HEX: #58580F
RGB: (88,88,15)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

88
88
15

R + G + B ~ 25%. #58580F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 88 + 15 = 191 (100%)
R 88 of 191 ~ 46.07%
G 88 of 191 ~ 46.07%
B 15 of 191 ~ 7.85%

%46.07
%46.07

CMYK color model

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

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

CMYK percentages

%0
%0
%82.95
%65.49

Codes

Color #58580F in popluar color models

58580F
RGB888815
HSL60°70.87%20.20%
HSB/HSV60°82.95%34.51%
CMYK0.00%0.00%82.95%
65.49%

Color #58580F in popluar number systems.

HEX58580F
Decimal888815
Binary101100010110001111
Octal13013017

Shades and tints

Shades of #58580F

#58580F
(88,88,15)
#50500E
(80,80,14)
#48480D
(72,72,13)
#40400C
(64,64,12)
#38380B
(56,56,11)
#30300A
(48,48,10)
#282809
(40,40,9)
#202008
(32,32,8)
#181807
(24,24,7)
#101006
(16,16,6)
#080805
(8,8,5)
#000000
(0,0,0)

Tints of #58580F

#58580F
(88,88,15)
#676724
(103,103,36)
#767639
(118,118,57)
#85854E
(133,133,78)
#949463
(148,148,99)
#A3A378
(163,163,120)
#B2B28D
(178,178,141)
#C1C1A2
(193,193,162)
#D0D0B7
(208,208,183)
#DFDFCC
(223,223,204)
#EEEEE1
(238,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58580F; }

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

This text font color is #58580F.


Background Color

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

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

This div background color is #58580F.


Border color

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

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

This div border color is #58580F.


Opacity

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

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

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

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

This text has shadow with #58580F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58580F on black background.


Color preview on white background

This text has color #58580F on white background.



Black color preview on #58580F background

This text has black color on #58580F background.


White color preview on #58580F background

This text has white color on #58580F background.