COLOR #55563F

HEX: #55563F
RGB: (85,86,63)

Color info

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

RGB color model

#55563F color RGB value is (85,86,63).

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

RGB channels and saturation

R 85 of 255 = 33%
G 86 of 255 = 34%
B 63 of 255 = 25%

85
86
63

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

Portions of RGB colors in percentages

R + G + B =
85 + 86 + 63 = 234 (100%)
R 85 of 234 ~ 36.32%
G 86 of 234 ~ 36.75%
B 63 of 234 ~ 26.92%

%36.32
%36.75
%26.92

CMYK color model

#55563F color CMYK value is (1,0,27,66).

  • cyan value is 1.16%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 66.27%
CMYK:
(1,0,27,66)
C1M0Y27K66 
(1%,0%,27%,66%)
(0.01/0.00/0.27/0.66)	

CMYK percentages

%1.16
%0
%26.74
%66.27

Codes

Color #55563F in popluar color models

55563F
RGB858663
HSL63°15.44%29.22%
HSB/HSV63°26.74%33.73%
CMYK1.16%0.00%26.74%
66.27%

Color #55563F in popluar number systems.

HEX55563F
Decimal858663
Binary10101011010110111111
Octal12512677

Shades and tints

Shades of #55563F

#55563F
(85,86,63)
#4E4F3A
(78,79,58)
#474835
(71,72,53)
#404130
(64,65,48)
#393A2B
(57,58,43)
#323326
(50,51,38)
#2B2C21
(43,44,33)
#24251C
(36,37,28)
#1D1E17
(29,30,23)
#161712
(22,23,18)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #55563F

#55563F
(85,86,63)
#646550
(100,101,80)
#737461
(115,116,97)
#828372
(130,131,114)
#919283
(145,146,131)
#A0A194
(160,161,148)
#AFB0A5
(175,176,165)
#BEBFB6
(190,191,182)
#CDCEC7
(205,206,199)
#DCDDD8
(220,221,216)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55563F; }

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

This text font color is #55563F.


Background Color

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

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

This div background color is #55563F.


Border color

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

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

This div border color is #55563F.


Opacity

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

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

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

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

This text has shadow with #55563F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55563F on black background.


Color preview on white background

This text has color #55563F on white background.



Black color preview on #55563F background

This text has black color on #55563F background.


White color preview on #55563F background

This text has white color on #55563F background.