COLOR #58591D

HEX: #58591D
RGB: (88,89,29)

Color info

#58591D contains mainly red and green colors. Web safe color of #58591D is #666633 (or #663).

RGB color model

#58591D color RGB value is (88,89,29).

  • red value is 88;
  • green value is 89;
  • blue value is 29.
RGB:
(88,89,29)
(35%,35%,11%)

RGB channels and saturation

R 88 of 255 = 35%
G 89 of 255 = 35%
B 29 of 255 = 11%

88
89
29

R + G + B ~ 27%. #58591D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 89 + 29 = 206 (100%)
R 88 of 206 ~ 42.72%
G 89 of 206 ~ 43.2%
B 29 of 206 ~ 14.08%

%42.72
%43.2
%14.08

CMYK color model

#58591D color CMYK value is (1,0,67,65).

  • cyan value is 1.12%
  • magenta value is 0.00%
  • yellow value is 67.42%
  • key color value is 65.10%
CMYK:
(1,0,67,65)
C1M0Y67K65 
(1%,0%,67%,65%)
(0.01/0.00/0.67/0.65)	

CMYK percentages

%1.12
%0
%67.42
%65.1

Codes

Color #58591D in popluar color models

58591D
RGB888929
HSL61°50.85%23.14%
HSB/HSV61°67.42%34.90%
CMYK1.12%0.00%67.42%
65.10%

Color #58591D in popluar number systems.

HEX58591D
Decimal888929
Binary1011000101100111101
Octal13013135

Shades and tints

Shades of #58591D

#58591D
(88,89,29)
#50511B
(80,81,27)
#484919
(72,73,25)
#404117
(64,65,23)
#383915
(56,57,21)
#303113
(48,49,19)
#282911
(40,41,17)
#20210F
(32,33,15)
#18190D
(24,25,13)
#10110B
(16,17,11)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #58591D

#58591D
(88,89,29)
#676831
(103,104,49)
#767745
(118,119,69)
#858659
(133,134,89)
#94956D
(148,149,109)
#A3A481
(163,164,129)
#B2B395
(178,179,149)
#C1C2A9
(193,194,169)
#D0D1BD
(208,209,189)
#DFE0D1
(223,224,209)
#EEEFE5
(238,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58591D color. Also use rgb(88,89,29) instead hex code.

Text Font Color

.myTextColor { color: #58591D; }

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

This text font color is #58591D.


Background Color

.myBgColor { background-color: #58591D; }

<div style="background-color:#58591D">Inner text</div>

This div background color is #58591D.


Border color

.myBorderColor { border: 1px solid #58591D; }

<div style="border:3px solid #58591D">Div</div>

This div border color is #58591D.


Opacity

.myOpacity80 { color: #58591D; opacity: 0.8; }

<p style="color:#58591D;opacity:0.8;">80%</p>

Text with #58591D 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 #58591D;}

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

This text has shadow with #58591D color.

.textShadow {text-shadow: 3px 3px 1px #58591D, 3px 3px 1px red;}

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

This text has shadow with #58591D primary color and red secondary color.


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

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

This text has shadow with #58591D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58591D on black background.


Color preview on white background

This text has color #58591D on white background.



Black color preview on #58591D background

This text has black color on #58591D background.


White color preview on #58591D background

This text has white color on #58591D background.