COLOR #59513D

HEX: #59513D
RGB: (89,81,61)

Color info

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

RGB color model

#59513D color RGB value is (89,81,61).

  • red value is 89;
  • green value is 81;
  • blue value is 61.
RGB:
(89,81,61)
(35%,32%,24%)

RGB channels and saturation

R 89 of 255 = 35%
G 81 of 255 = 32%
B 61 of 255 = 24%

89
81
61

R + G + B ~ 30%. #59513D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 81 + 61 = 231 (100%)
R 89 of 231 ~ 38.53%
G 81 of 231 ~ 35.06%
B 61 of 231 ~ 26.41%

%38.53
%35.06
%26.41

CMYK color model

#59513D color CMYK value is (0,9,31,65).

  • cyan value is 0.00%
  • magenta value is 8.99%
  • yellow value is 31.46%
  • key color value is 65.10%
CMYK:
(0,9,31,65)
C0M9Y31K65 
(0%,9%,31%,65%)
(0.00/0.09/0.31/0.65)	

CMYK percentages

%0
%8.99
%31.46
%65.1

Codes

Color #59513D in popluar color models

59513D
RGB898161
HSL43°18.67%29.41%
HSB/HSV43°31.46%34.90%
CMYK0.00%8.99%31.46%
65.10%

Color #59513D in popluar number systems.

HEX59513D
Decimal898161
Binary10110011010001111101
Octal13112175

Shades and tints

Shades of #59513D

#59513D
(89,81,61)
#514A38
(81,74,56)
#494333
(73,67,51)
#413C2E
(65,60,46)
#393529
(57,53,41)
#312E24
(49,46,36)
#29271F
(41,39,31)
#21201A
(33,32,26)
#191915
(25,25,21)
#111210
(17,18,16)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #59513D

#59513D
(89,81,61)
#68604E
(104,96,78)
#776F5F
(119,111,95)
#867E70
(134,126,112)
#958D81
(149,141,129)
#A49C92
(164,156,146)
#B3ABA3
(179,171,163)
#C2BAB4
(194,186,180)
#D1C9C5
(209,201,197)
#E0D8D6
(224,216,214)
#EFE7E7
(239,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59513D color. Also use rgb(89,81,61) instead hex code.

Text Font Color

.myTextColor { color: #59513D; }

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

This text font color is #59513D.


Background Color

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

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

This div background color is #59513D.


Border color

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

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

This div border color is #59513D.


Opacity

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

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

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

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

This text has shadow with #59513D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59513D on black background.


Color preview on white background

This text has color #59513D on white background.



Black color preview on #59513D background

This text has black color on #59513D background.


White color preview on #59513D background

This text has white color on #59513D background.