COLOR #56535A

HEX: #56535A
RGB: (86,83,90)

Color info

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

RGB color model

#56535A color RGB value is (86,83,90).

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

RGB channels and saturation

R 86 of 255 = 34%
G 83 of 255 = 33%
B 90 of 255 = 35%

86
83
90

R + G + B ~ 34%. #56535A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 83 + 90 = 259 (100%)
R 86 of 259 ~ 33.2%
G 83 of 259 ~ 32.05%
B 90 of 259 ~ 34.75%

%33.2
%32.05
%34.75

CMYK color model

#56535A color CMYK value is (4,8,0,65).

  • cyan value is 4.44%
  • magenta value is 7.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(4,8,0,65)
C4M8Y0K65 
(4%,8%,0%,65%)
(0.04/0.08/0.00/0.65)	

CMYK percentages

%4.44
%7.78
%0
%64.71

Codes

Color #56535A in popluar color models

56535A
RGB868390
HSL266°4.05%33.92%
HSB/HSV266°7.78%35.29%
CMYK4.44%7.78%0.00%
64.71%

Color #56535A in popluar number systems.

HEX56535A
Decimal868390
Binary101011010100111011010
Octal126123132

Shades and tints

Shades of #56535A

#56535A
(86,83,90)
#4F4C52
(79,76,82)
#48454A
(72,69,74)
#413E42
(65,62,66)
#3A373A
(58,55,58)
#333032
(51,48,50)
#2C292A
(44,41,42)
#252222
(37,34,34)
#1E1B1A
(30,27,26)
#171412
(23,20,18)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #56535A

#56535A
(86,83,90)
#656269
(101,98,105)
#747178
(116,113,120)
#838087
(131,128,135)
#928F96
(146,143,150)
#A19EA5
(161,158,165)
#B0ADB4
(176,173,180)
#BFBCC3
(191,188,195)
#CECBD2
(206,203,210)
#DDDAE1
(221,218,225)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56535A color. Also use rgb(86,83,90) instead hex code.

Text Font Color

.myTextColor { color: #56535A; }

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

This text font color is #56535A.


Background Color

.myBgColor { background-color: #56535A; }

<div style="background-color:#56535A">Inner text</div>

This div background color is #56535A.


Border color

.myBorderColor { border: 1px solid #56535A; }

<div style="border:3px solid #56535A">Div</div>

This div border color is #56535A.


Opacity

.myOpacity80 { color: #56535A; opacity: 0.8; }

<p style="color:#56535A;opacity:0.8;">80%</p>

Text with #56535A 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 #56535A;}

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

This text has shadow with #56535A color.

.textShadow {text-shadow: 3px 3px 1px #56535A, 3px 3px 1px red;}

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

This text has shadow with #56535A primary color and red secondary color.


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

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

This text has shadow with #56535A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56535A on black background.


Color preview on white background

This text has color #56535A on white background.



Black color preview on #56535A background

This text has black color on #56535A background.


White color preview on #56535A background

This text has white color on #56535A background.