COLOR #55594D

HEX: #55594D
RGB: (85,89,77)

Color info

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

RGB color model

#55594D color RGB value is (85,89,77).

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

RGB channels and saturation

R 85 of 255 = 33%
G 89 of 255 = 35%
B 77 of 255 = 30%

85
89
77

R + G + B ~ 33%. #55594D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 89 + 77 = 251 (100%)
R 85 of 251 ~ 33.86%
G 89 of 251 ~ 35.46%
B 77 of 251 ~ 30.68%

%33.86
%35.46
%30.68

CMYK color model

#55594D color CMYK value is (4,0,13,65).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 65.10%
CMYK:
(4,0,13,65)
C4M0Y13K65 
(4%,0%,13%,65%)
(0.04/0.00/0.13/0.65)	

CMYK percentages

%4.49
%0
%13.48
%65.1

Codes

Color #55594D in popluar color models

55594D
RGB858977
HSL80°7.23%32.55%
HSB/HSV80°13.48%34.90%
CMYK4.49%0.00%13.48%
65.10%

Color #55594D in popluar number systems.

HEX55594D
Decimal858977
Binary101010110110011001101
Octal125131115

Shades and tints

Shades of #55594D

#55594D
(85,89,77)
#4E5146
(78,81,70)
#47493F
(71,73,63)
#404138
(64,65,56)
#393931
(57,57,49)
#32312A
(50,49,42)
#2B2923
(43,41,35)
#24211C
(36,33,28)
#1D1915
(29,25,21)
#16110E
(22,17,14)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #55594D

#55594D
(85,89,77)
#64685D
(100,104,93)
#73776D
(115,119,109)
#82867D
(130,134,125)
#91958D
(145,149,141)
#A0A49D
(160,164,157)
#AFB3AD
(175,179,173)
#BEC2BD
(190,194,189)
#CDD1CD
(205,209,205)
#DCE0DD
(220,224,221)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55594D color. Also use rgb(85,89,77) instead hex code.

Text Font Color

.myTextColor { color: #55594D; }

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

This text font color is #55594D.


Background Color

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

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

This div background color is #55594D.


Border color

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

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

This div border color is #55594D.


Opacity

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

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

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

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

This text has shadow with #55594D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55594D on black background.


Color preview on white background

This text has color #55594D on white background.



Black color preview on #55594D background

This text has black color on #55594D background.


White color preview on #55594D background

This text has white color on #55594D background.