COLOR #59543F

HEX: #59543F RGB: (89,84,63)

Color info

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

RGB color model

#59543F color RGB value is (89,84,63).

RGB: (89,84,63) (35%, 33%, 25%)

RGB channels and saturation

R 89 of 255 = 35%
G 84 of 255 = 33%
B 63 of 255 = 25%

89
84
63

R + G + B ~ 31%. #59543F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 84 + 63 = 236 (100%)
R 89 of 236 ~ 37.71%
G 84 of 236 ~ 35.59%
B 63 of 236 ~ 26.69'%

%37.71
%35.59
%26.69

CMYK color model

#59543F color CMYK value is (0,6,29,65).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 29.21%
  • key color value is 65.10%

CMYK: (0,6,29,65)
C0M6Y29K65 (0%, 6%, 29%, 65%)
(0.00 / 0.06 / 0.29 / 0.65)

CMYK percentages

%0
%5.62
%29.21
%65.1

Codes

Color #59543F in popluar color models

59 54 3F
RGB 89 84 63
HSL 48° 17.11% 29.80%
HSB/HSV 48° 29.21% 34.90%
CMYK 0.00% 5.62% 29.21%
65.10%

Color #59543F in popluar number systems.

HEX 59 54 3F
Decimal 89 84 63
Binary 1011001 1010100 111111
Octal 131 124 77

Shades and tints

Shades of #59543F

#59543F
(89,84,63)
#514D3A
(81,77,58)
#494635
(73,70,53)
#413F30
(65,63,48)
#39382B
(57,56,43)
#313126
(49,49,38)
#292A21
(41,42,33)
#21231C
(33,35,28)
#191C17
(25,28,23)
#111512
(17,21,18)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #59543F

#59543F
(89,84,63)
#686350
(104,99,80)
#777261
(119,114,97)
#868172
(134,129,114)
#959083
(149,144,131)
#A49F94
(164,159,148)
#B3AEA5
(179,174,165)
#C2BDB6
(194,189,182)
#D1CCC7
(209,204,199)
#E0DBD8
(224,219,216)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59543F color. Also use rgb(89,84,63) instead hex code.

Text Font Color

.myTextColor { color: #59543F; }

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

This text font color is #59543F.

Background Color

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

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

This div background color is #59543F.

Border color

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

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

This div border color is #59543F.

Opacity

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

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

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

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

This text has shadow with #59543F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59543F.

Preview

Color preview on black background

This text has color #59543F on black background.


Color preview on white background

This text has color #59543F on white background.


Black color preview on #59543F background

This text has black color on #59543F background.


White color preview on #59543F background

This text has white color on #59543F background.


Related colors

Complementary color

Complementary color for #hex is #A6ABC0.


I love getcolorcode.com

Triadic colors

1 #3F5954 and #543F59 with #59543F are triadic colors.

2 #3F5459 and #54593F with #59543F are triadic colors.