COLOR #55624D

HEX: #55624D
RGB: (85,98,77)

Color info

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

RGB color model

#55624D color RGB value is (85,98,77).

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

RGB channels and saturation

R 85 of 255 = 33%
G 98 of 255 = 38%
B 77 of 255 = 30%

85
98
77

R + G + B ~ 34%. #55624D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 98 + 77 = 260 (100%)
R 85 of 260 ~ 32.69%
G 98 of 260 ~ 37.69%
B 77 of 260 ~ 29.62%

%32.69
%37.69
%29.62

CMYK color model

#55624D color CMYK value is (13,0,21,62).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 61.57%
CMYK:
(13,0,21,62)
C13M0Y21K62 
(13%,0%,21%,62%)
(0.13/0.00/0.21/0.62)	

CMYK percentages

%13.27
%0
%21.43
%61.57

Codes

Color #55624D in popluar color models

55624D
RGB859877
HSL97°12.00%34.31%
HSB/HSV97°21.43%38.43%
CMYK13.27%0.00%21.43%
61.57%

Color #55624D in popluar number systems.

HEX55624D
Decimal859877
Binary101010111000101001101
Octal125142115

Shades and tints

Shades of #55624D

#55624D
(85,98,77)
#4E5A46
(78,90,70)
#47523F
(71,82,63)
#404A38
(64,74,56)
#394231
(57,66,49)
#323A2A
(50,58,42)
#2B3223
(43,50,35)
#242A1C
(36,42,28)
#1D2215
(29,34,21)
#161A0E
(22,26,14)
#0F1207
(15,18,7)
#000000
(0,0,0)

Tints of #55624D

#55624D
(85,98,77)
#64705D
(100,112,93)
#737E6D
(115,126,109)
#828C7D
(130,140,125)
#919A8D
(145,154,141)
#A0A89D
(160,168,157)
#AFB6AD
(175,182,173)
#BEC4BD
(190,196,189)
#CDD2CD
(205,210,205)
#DCE0DD
(220,224,221)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55624D; }

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

This text font color is #55624D.


Background Color

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

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

This div background color is #55624D.


Border color

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

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

This div border color is #55624D.


Opacity

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

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

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

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

This text has shadow with #55624D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55624D on black background.


Color preview on white background

This text has color #55624D on white background.



Black color preview on #55624D background

This text has black color on #55624D background.


White color preview on #55624D background

This text has white color on #55624D background.