COLOR #59391D

HEX: #59391D
RGB: (89,57,29)

Color info

#59391D contains mainly red and green colors. Web safe color of #59391D is #663333 (or #633).

RGB color model

#59391D color RGB value is (89,57,29).

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

RGB channels and saturation

R 89 of 255 = 35%
G 57 of 255 = 22%
B 29 of 255 = 11%

89
57
29

R + G + B ~ 23%. #59391D is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 57 + 29 = 175 (100%)
R 89 of 175 ~ 50.86%
G 57 of 175 ~ 32.57%
B 29 of 175 ~ 16.57%

%50.86
%32.57
%16.57

CMYK color model

#59391D color CMYK value is (0,36,67,65).

  • cyan value is 0.00%
  • magenta value is 35.96%
  • yellow value is 67.42%
  • key color value is 65.10%
CMYK:
(0,36,67,65)
C0M36Y67K65 
(0%,36%,67%,65%)
(0.00/0.36/0.67/0.65)	

CMYK percentages

%0
%35.96
%67.42
%65.1

Codes

Color #59391D in popluar color models

59391D
RGB895729
HSL28°50.85%23.14%
HSB/HSV28°67.42%34.90%
CMYK0.00%35.96%67.42%
65.10%

Color #59391D in popluar number systems.

HEX59391D
Decimal895729
Binary101100111100111101
Octal1317135

Shades and tints

Shades of #59391D

#59391D
(89,57,29)
#51341B
(81,52,27)
#492F19
(73,47,25)
#412A17
(65,42,23)
#392515
(57,37,21)
#312013
(49,32,19)
#291B11
(41,27,17)
#21160F
(33,22,15)
#19110D
(25,17,13)
#110C0B
(17,12,11)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #59391D

#59391D
(89,57,29)
#684B31
(104,75,49)
#775D45
(119,93,69)
#866F59
(134,111,89)
#95816D
(149,129,109)
#A49381
(164,147,129)
#B3A595
(179,165,149)
#C2B7A9
(194,183,169)
#D1C9BD
(209,201,189)
#E0DBD1
(224,219,209)
#EFEDE5
(239,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59391D; }

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

This text font color is #59391D.


Background Color

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

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

This div background color is #59391D.


Border color

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

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

This div border color is #59391D.


Opacity

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

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

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

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

This text has shadow with #59391D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59391D on black background.


Color preview on white background

This text has color #59391D on white background.



Black color preview on #59391D background

This text has black color on #59391D background.


White color preview on #59391D background

This text has white color on #59391D background.