COLOR #56554B

HEX: #56554B
RGB: (86,85,75)

Color info

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

RGB color model

#56554B color RGB value is (86,85,75).

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

RGB channels and saturation

R 86 of 255 = 34%
G 85 of 255 = 33%
B 75 of 255 = 29%

86
85
75

R + G + B ~ 32%. #56554B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 85 + 75 = 246 (100%)
R 86 of 246 ~ 34.96%
G 85 of 246 ~ 34.55%
B 75 of 246 ~ 30.49%

%34.96
%34.55
%30.49

CMYK color model

#56554B color CMYK value is (0,1,13,66).

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 12.79%
  • key color value is 66.27%
CMYK:
(0,1,13,66)
C0M1Y13K66 
(0%,1%,13%,66%)
(0.00/0.01/0.13/0.66)	

CMYK percentages

%0
%1.16
%12.79
%66.27

Codes

Color #56554B in popluar color models

56554B
RGB868575
HSL55°6.83%31.57%
HSB/HSV55°12.79%33.73%
CMYK0.00%1.16%12.79%
66.27%

Color #56554B in popluar number systems.

HEX56554B
Decimal868575
Binary101011010101011001011
Octal126125113

Shades and tints

Shades of #56554B

#56554B
(86,85,75)
#4F4E45
(79,78,69)
#48473F
(72,71,63)
#414039
(65,64,57)
#3A3933
(58,57,51)
#33322D
(51,50,45)
#2C2B27
(44,43,39)
#252421
(37,36,33)
#1E1D1B
(30,29,27)
#171615
(23,22,21)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #56554B

#56554B
(86,85,75)
#65645B
(101,100,91)
#74736B
(116,115,107)
#83827B
(131,130,123)
#92918B
(146,145,139)
#A1A09B
(161,160,155)
#B0AFAB
(176,175,171)
#BFBEBB
(191,190,187)
#CECDCB
(206,205,203)
#DDDCDB
(221,220,219)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56554B color. Also use rgb(86,85,75) instead hex code.

Text Font Color

.myTextColor { color: #56554B; }

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

This text font color is #56554B.


Background Color

.myBgColor { background-color: #56554B; }

<div style="background-color:#56554B">Inner text</div>

This div background color is #56554B.


Border color

.myBorderColor { border: 1px solid #56554B; }

<div style="border:3px solid #56554B">Div</div>

This div border color is #56554B.


Opacity

.myOpacity80 { color: #56554B; opacity: 0.8; }

<p style="color:#56554B;opacity:0.8;">80%</p>

Text with #56554B 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 #56554B;}

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

This text has shadow with #56554B color.

.textShadow {text-shadow: 3px 3px 1px #56554B, 3px 3px 1px red;}

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

This text has shadow with #56554B primary color and red secondary color.


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

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

This text has shadow with #56554B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56554B on black background.


Color preview on white background

This text has color #56554B on white background.



Black color preview on #56554B background

This text has black color on #56554B background.


White color preview on #56554B background

This text has white color on #56554B background.