COLOR #56534F

HEX: #56534F
RGB: (86,83,79)

Color info

#56534F contains red, green and blue colors in about the same proportion. Web safe color of #56534F is #666666 (or #666).

RGB color model

#56534F color RGB value is (86,83,79).

  • red value is 86;
  • green value is 83;
  • blue value is 79.
RGB:
(86,83,79)
(34%,33%,31%)

RGB channels and saturation

R 86 of 255 = 34%
G 83 of 255 = 33%
B 79 of 255 = 31%

86
83
79

R + G + B ~ 33%. #56534F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 83 + 79 = 248 (100%)
R 86 of 248 ~ 34.68%
G 83 of 248 ~ 33.47%
B 79 of 248 ~ 31.85%

%34.68
%33.47
%31.85

CMYK color model

#56534F color CMYK value is (0,3,8,66).

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 8.14%
  • key color value is 66.27%
CMYK:
(0,3,8,66)
C0M3Y8K66 
(0%,3%,8%,66%)
(0.00/0.03/0.08/0.66)	

CMYK percentages

%0
%3.49
%8.14
%66.27

Codes

Color #56534F in popluar color models

56534F
RGB868379
HSL34°4.24%32.35%
HSB/HSV34°8.14%33.73%
CMYK0.00%3.49%8.14%
66.27%

Color #56534F in popluar number systems.

HEX56534F
Decimal868379
Binary101011010100111001111
Octal126123117

Shades and tints

Shades of #56534F

#56534F
(86,83,79)
#4F4C48
(79,76,72)
#484541
(72,69,65)
#413E3A
(65,62,58)
#3A3733
(58,55,51)
#33302C
(51,48,44)
#2C2925
(44,41,37)
#25221E
(37,34,30)
#1E1B17
(30,27,23)
#171410
(23,20,16)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #56534F

#56534F
(86,83,79)
#65625F
(101,98,95)
#74716F
(116,113,111)
#83807F
(131,128,127)
#928F8F
(146,143,143)
#A19E9F
(161,158,159)
#B0ADAF
(176,173,175)
#BFBCBF
(191,188,191)
#CECBCF
(206,203,207)
#DDDADF
(221,218,223)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56534F color. Also use rgb(86,83,79) instead hex code.

Text Font Color

.myTextColor { color: #56534F; }

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

This text font color is #56534F.


Background Color

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

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

This div background color is #56534F.


Border color

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

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

This div border color is #56534F.


Opacity

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

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

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

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

This text has shadow with #56534F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56534F on black background.


Color preview on white background

This text has color #56534F on white background.



Black color preview on #56534F background

This text has black color on #56534F background.


White color preview on #56534F background

This text has white color on #56534F background.