COLOR #59391E

HEX: #59391E
RGB: (89,57,30)

Color info

#59391E contains red, green and blue colors in about the same proportion. Web safe color of #59391E is #663333 (or #633).

RGB color model

#59391E color RGB value is (89,57,30).

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

RGB channels and saturation

R 89 of 255 = 35%
G 57 of 255 = 22%
B 30 of 255 = 12%

89
57
30

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

Portions of RGB colors in percentages

R + G + B =
89 + 57 + 30 = 176 (100%)
R 89 of 176 ~ 50.57%
G 57 of 176 ~ 32.39%
B 30 of 176 ~ 17.05%

%50.57
%32.39
%17.05

CMYK color model

#59391E color CMYK value is (0,36,66,65).

  • cyan value is 0.00%
  • magenta value is 35.96%
  • yellow value is 66.29%
  • key color value is 65.10%
CMYK:
(0,36,66,65)
C0M36Y66K65 
(0%,36%,66%,65%)
(0.00/0.36/0.66/0.65)	

CMYK percentages

%0
%35.96
%66.29
%65.1

Codes

Color #59391E in popluar color models

59391E
RGB895730
HSL27°49.58%23.33%
HSB/HSV27°66.29%34.90%
CMYK0.00%35.96%66.29%
65.10%

Color #59391E in popluar number systems.

HEX59391E
Decimal895730
Binary101100111100111110
Octal1317136

Shades and tints

Shades of #59391E

#59391E
(89,57,30)
#51341C
(81,52,28)
#492F1A
(73,47,26)
#412A18
(65,42,24)
#392516
(57,37,22)
#312014
(49,32,20)
#291B12
(41,27,18)
#211610
(33,22,16)
#19110E
(25,17,14)
#110C0C
(17,12,12)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #59391E

#59391E
(89,57,30)
#684B32
(104,75,50)
#775D46
(119,93,70)
#866F5A
(134,111,90)
#95816E
(149,129,110)
#A49382
(164,147,130)
#B3A596
(179,165,150)
#C2B7AA
(194,183,170)
#D1C9BE
(209,201,190)
#E0DBD2
(224,219,210)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59391E; }

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

This text font color is #59391E.


Background Color

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

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

This div background color is #59391E.


Border color

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

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

This div border color is #59391E.


Opacity

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

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

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

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

This text has shadow with #59391E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59391E on black background.


Color preview on white background

This text has color #59391E on white background.



Black color preview on #59391E background

This text has black color on #59391E background.


White color preview on #59391E background

This text has white color on #59391E background.