COLOR #59553F

HEX: #59553F
RGB: (89,85,63)

Color info

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

RGB color model

#59553F color RGB value is (89,85,63).

  • red value is 89;
  • green value is 85;
  • blue value is 63.
RGB:
(89,85,63)
(35%,33%,25%)

RGB channels and saturation

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

89
85
63

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

Portions of RGB colors in percentages

R + G + B =
89 + 85 + 63 = 237 (100%)
R 89 of 237 ~ 37.55%
G 85 of 237 ~ 35.86%
B 63 of 237 ~ 26.58%

%37.55
%35.86
%26.58

CMYK color model

#59553F color CMYK value is (0,4,29,65).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 29.21%
  • key color value is 65.10%
CMYK:
(0,4,29,65)
C0M4Y29K65 
(0%,4%,29%,65%)
(0.00/0.04/0.29/0.65)	

CMYK percentages

%0
%4.49
%29.21
%65.1

Codes

Color #59553F in popluar color models

59553F
RGB898563
HSL51°17.11%29.80%
HSB/HSV51°29.21%34.90%
CMYK0.00%4.49%29.21%
65.10%

Color #59553F in popluar number systems.

HEX59553F
Decimal898563
Binary10110011010101111111
Octal13112577

Shades and tints

Shades of #59553F

#59553F
(89,85,63)
#514E3A
(81,78,58)
#494735
(73,71,53)
#414030
(65,64,48)
#39392B
(57,57,43)
#313226
(49,50,38)
#292B21
(41,43,33)
#21241C
(33,36,28)
#191D17
(25,29,23)
#111612
(17,22,18)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #59553F

#59553F
(89,85,63)
#686450
(104,100,80)
#777361
(119,115,97)
#868272
(134,130,114)
#959183
(149,145,131)
#A4A094
(164,160,148)
#B3AFA5
(179,175,165)
#C2BEB6
(194,190,182)
#D1CDC7
(209,205,199)
#E0DCD8
(224,220,216)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59553F; }

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

This text font color is #59553F.


Background Color

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

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

This div background color is #59553F.


Border color

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

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

This div border color is #59553F.


Opacity

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

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

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

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

This text has shadow with #59553F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59553F on black background.


Color preview on white background

This text has color #59553F on white background.



Black color preview on #59553F background

This text has black color on #59553F background.


White color preview on #59553F background

This text has white color on #59553F background.