COLOR #56464B

HEX: #56464B
RGB: (86,70,75)

Color info

#56464B contains red, green and blue colors in about the same proportion. Web safe color of #56464B is #663333 (or #633).

RGB color model

#56464B color RGB value is (86,70,75).

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

RGB channels and saturation

R 86 of 255 = 34%
G 70 of 255 = 27%
B 75 of 255 = 29%

86
70
75

R + G + B ~ 30%. #56464B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 70 + 75 = 231 (100%)
R 86 of 231 ~ 37.23%
G 70 of 231 ~ 30.3%
B 75 of 231 ~ 32.47%

%37.23
%30.3
%32.47

CMYK color model

#56464B color CMYK value is (0,19,13,66).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 12.79%
  • key color value is 66.27%
CMYK: (0,19,13,66) C0M19Y13K66 (0%,19%,13%,66%) (0.00/0.19/0.13/0.66)

CMYK percentages

%0
%18.6
%12.79
%66.27

Codes

Color #56464B in popluar color models

56464B
RGB867075
HSL341°10.26%30.59%
HSB/HSV341°18.60%33.73%
CMYK0.00%18.60%12.79%
66.27%

Color #56464B in popluar number systems.

HEX56464B
Decimal867075
Binary101011010001101001011
Octal126106113

Shades and tints

Shades of #56464B

#56464B
(86,70,75)
#4F4045
(79,64,69)
#483A3F
(72,58,63)
#413439
(65,52,57)
#3A2E33
(58,46,51)
#33282D
(51,40,45)
#2C2227
(44,34,39)
#251C21
(37,28,33)
#1E161B
(30,22,27)
#171015
(23,16,21)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #56464B

#56464B
(86,70,75)
#65565B
(101,86,91)
#74666B
(116,102,107)
#83767B
(131,118,123)
#92868B
(146,134,139)
#A1969B
(161,150,155)
#B0A6AB
(176,166,171)
#BFB6BB
(191,182,187)
#CEC6CB
(206,198,203)
#DDD6DB
(221,214,219)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56464B; }

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

This text font color is #56464B.


Background Color

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

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

This div background color is #56464B.


Border color

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

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

This div border color is #56464B.


Opacity

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

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

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

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

This text has shadow with #56464B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #56464B on black background.


Color preview on white background

This text has color #56464B on white background.



Black color preview on #56464B background

This text has black color on #56464B background.


White color preview on #56464B background

This text has white color on #56464B background.