COLOR #59501F

HEX: #59501F
RGB: (89,80,31)

Color info

#59501F contains red, green and blue colors in about the same proportion. Web safe color of #59501F is #666633 (or #663).

RGB color model

#59501F color RGB value is (89,80,31).

  • red value is 89;
  • green value is 80;
  • blue value is 31.
RGB:
(89,80,31)
(35%,31%,12%)

RGB channels and saturation

R 89 of 255 = 35%
G 80 of 255 = 31%
B 31 of 255 = 12%

89
80
31

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

Portions of RGB colors in percentages

R + G + B =
89 + 80 + 31 = 200 (100%)
R 89 of 200 ~ 44.5%
G 80 of 200 ~ 40%
B 31 of 200 ~ 15.5%

%44.5
%40
%15.5

CMYK color model

#59501F color CMYK value is (0,10,65,65).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 65.17%
  • key color value is 65.10%
CMYK:
(0,10,65,65)
C0M10Y65K65 
(0%,10%,65%,65%)
(0.00/0.10/0.65/0.65)	

CMYK percentages

%0
%10.11
%65.17
%65.1

Codes

Color #59501F in popluar color models

59501F
RGB898031
HSL51°48.33%23.53%
HSB/HSV51°65.17%34.90%
CMYK0.00%10.11%65.17%
65.10%

Color #59501F in popluar number systems.

HEX59501F
Decimal898031
Binary1011001101000011111
Octal13112037

Shades and tints

Shades of #59501F

#59501F
(89,80,31)
#51491D
(81,73,29)
#49421B
(73,66,27)
#413B19
(65,59,25)
#393417
(57,52,23)
#312D15
(49,45,21)
#292613
(41,38,19)
#211F11
(33,31,17)
#19180F
(25,24,15)
#11110D
(17,17,13)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #59501F

#59501F
(89,80,31)
#685F33
(104,95,51)
#776E47
(119,110,71)
#867D5B
(134,125,91)
#958C6F
(149,140,111)
#A49B83
(164,155,131)
#B3AA97
(179,170,151)
#C2B9AB
(194,185,171)
#D1C8BF
(209,200,191)
#E0D7D3
(224,215,211)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59501F color. Also use rgb(89,80,31) instead hex code.

Text Font Color

.myTextColor { color: #59501F; }

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

This text font color is #59501F.


Background Color

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

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

This div background color is #59501F.


Border color

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

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

This div border color is #59501F.


Opacity

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

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

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

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

This text has shadow with #59501F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59501F on black background.


Color preview on white background

This text has color #59501F on white background.



Black color preview on #59501F background

This text has black color on #59501F background.


White color preview on #59501F background

This text has white color on #59501F background.