COLOR #59512D

HEX: #59512D RGB: (89,81,45)

Color info

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

RGB color model

#59512D color RGB value is (89,81,45).

RGB: (89,81,45) (35%, 32%, 18%)

RGB channels and saturation

R 89 of 255 = 35%
G 81 of 255 = 32%
B 45 of 255 = 18%

89
81
45

R + G + B ~ 28%. #59512D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 81 + 45 = 215 (100%)
R 89 of 215 ~ 41.4%
G 81 of 215 ~ 37.67%
B 45 of 215 ~ 20.93'%

%41.4
%37.67
%20.93

CMYK color model

#59512D color CMYK value is (0,9,49,65).

  • cyan value is 0.00%
  • magenta value is 8.99%
  • yellow value is 49.44%
  • key color value is 65.10%

CMYK: (0,9,49,65)
C0M9Y49K65 (0%, 9%, 49%, 65%)
(0.00 / 0.09 / 0.49 / 0.65)

CMYK percentages

%0
%8.99
%49.44
%65.1

Codes

Color #59512D in popluar color models

59 51 2D
RGB 89 81 45
HSL 49° 32.84% 26.27%
HSB/HSV 49° 49.44% 34.90%
CMYK 0.00% 8.99% 49.44%
65.10%

Color #59512D in popluar number systems.

HEX 59 51 2D
Decimal 89 81 45
Binary 1011001 1010001 101101
Octal 131 121 55

Shades and tints

Shades of #59512D

#59512D
(89,81,45)
#514A29
(81,74,41)
#494325
(73,67,37)
#413C21
(65,60,33)
#39351D
(57,53,29)
#312E19
(49,46,25)
#292715
(41,39,21)
#212011
(33,32,17)
#19190D
(25,25,13)
#111209
(17,18,9)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #59512D

#59512D
(89,81,45)
#686040
(104,96,64)
#776F53
(119,111,83)
#867E66
(134,126,102)
#958D79
(149,141,121)
#A49C8C
(164,156,140)
#B3AB9F
(179,171,159)
#C2BAB2
(194,186,178)
#D1C9C5
(209,201,197)
#E0D8D8
(224,216,216)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59512D; }

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

This text font color is #59512D.

Background Color

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

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

This div background color is #59512D.

Border color

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

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

This div border color is #59512D.

Opacity

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

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

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

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

This text has shadow with #59512D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59512D.

Preview

Color preview on black background

This text has color #59512D on black background.


Color preview on white background

This text has color #59512D on white background.


Black color preview on #59512D background

This text has black color on #59512D background.


White color preview on #59512D background

This text has white color on #59512D background.


Related colors

Complementary color

Complementary color for #hex is #A6AED2.


I love getcolorcode.com

Triadic colors

1 #2D5951 and #512D59 with #59512D are triadic colors.

2 #2D5159 and #51592D with #59512D are triadic colors.