COLOR #59541B

HEX: #59541B
RGB: (89,84,27)

Color info

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

RGB color model

#59541B color RGB value is (89,84,27).

  • red value is 89;
  • green value is 84;
  • blue value is 27.
RGB:
(89,84,27)
(35%,33%,11%)

RGB channels and saturation

R 89 of 255 = 35%
G 84 of 255 = 33%
B 27 of 255 = 11%

89
84
27

R + G + B ~ 26%. #59541B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 84 + 27 = 200 (100%)
R 89 of 200 ~ 44.5%
G 84 of 200 ~ 42%
B 27 of 200 ~ 13.5%

%44.5
%42
%13.5

CMYK color model

#59541B color CMYK value is (0,6,70,65).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 69.66%
  • key color value is 65.10%
CMYK:
(0,6,70,65)
C0M6Y70K65 
(0%,6%,70%,65%)
(0.00/0.06/0.70/0.65)	

CMYK percentages

%0
%5.62
%69.66
%65.1

Codes

Color #59541B in popluar color models

59541B
RGB898427
HSL55°53.45%22.75%
HSB/HSV55°69.66%34.90%
CMYK0.00%5.62%69.66%
65.10%

Color #59541B in popluar number systems.

HEX59541B
Decimal898427
Binary1011001101010011011
Octal13112433

Shades and tints

Shades of #59541B

#59541B
(89,84,27)
#514D19
(81,77,25)
#494617
(73,70,23)
#413F15
(65,63,21)
#393813
(57,56,19)
#313111
(49,49,17)
#292A0F
(41,42,15)
#21230D
(33,35,13)
#191C0B
(25,28,11)
#111509
(17,21,9)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #59541B

#59541B
(89,84,27)
#68632F
(104,99,47)
#777243
(119,114,67)
#868157
(134,129,87)
#95906B
(149,144,107)
#A49F7F
(164,159,127)
#B3AE93
(179,174,147)
#C2BDA7
(194,189,167)
#D1CCBB
(209,204,187)
#E0DBCF
(224,219,207)
#EFEAE3
(239,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59541B color. Also use rgb(89,84,27) instead hex code.

Text Font Color

.myTextColor { color: #59541B; }

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

This text font color is #59541B.


Background Color

.myBgColor { background-color: #59541B; }

<div style="background-color:#59541B">Inner text</div>

This div background color is #59541B.


Border color

.myBorderColor { border: 1px solid #59541B; }

<div style="border:3px solid #59541B">Div</div>

This div border color is #59541B.


Opacity

.myOpacity80 { color: #59541B; opacity: 0.8; }

<p style="color:#59541B;opacity:0.8;">80%</p>

Text with #59541B 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 #59541B;}

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

This text has shadow with #59541B color.

.textShadow {text-shadow: 3px 3px 1px #59541B, 3px 3px 1px red;}

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

This text has shadow with #59541B primary color and red secondary color.


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

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

This text has shadow with #59541B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59541B on black background.


Color preview on white background

This text has color #59541B on white background.



Black color preview on #59541B background

This text has black color on #59541B background.


White color preview on #59541B background

This text has white color on #59541B background.