COLOR #565953

HEX: #565953
RGB: (86,89,83)

Color info

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

RGB color model

#565953 color RGB value is (86,89,83).

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

RGB channels and saturation

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

86
89
83

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

Portions of RGB colors in percentages

R + G + B =
86 + 89 + 83 = 258 (100%)
R 86 of 258 ~ 33.33%
G 89 of 258 ~ 34.5%
B 83 of 258 ~ 32.17%

%33.33
%34.5
%32.17

CMYK color model

#565953 color CMYK value is (3,0,7,65).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 6.74%
  • key color value is 65.10%
CMYK:
(3,0,7,65)
C3M0Y7K65 
(3%,0%,7%,65%)
(0.03/0.00/0.07/0.65)	

CMYK percentages

%3.37
%0
%6.74
%65.1

Codes

Color #565953 in popluar color models

565953
RGB868983
HSL90°3.49%33.73%
HSB/HSV90°6.74%34.90%
CMYK3.37%0.00%6.74%
65.10%

Color #565953 in popluar number systems.

HEX565953
Decimal868983
Binary101011010110011010011
Octal126131123

Shades and tints

Shades of #565953

#565953
(86,89,83)
#4F514C
(79,81,76)
#484945
(72,73,69)
#41413E
(65,65,62)
#3A3937
(58,57,55)
#333130
(51,49,48)
#2C2929
(44,41,41)
#252122
(37,33,34)
#1E191B
(30,25,27)
#171114
(23,17,20)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #565953

#565953
(86,89,83)
#656862
(101,104,98)
#747771
(116,119,113)
#838680
(131,134,128)
#92958F
(146,149,143)
#A1A49E
(161,164,158)
#B0B3AD
(176,179,173)
#BFC2BC
(191,194,188)
#CED1CB
(206,209,203)
#DDE0DA
(221,224,218)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565953; }

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

This text font color is #565953.


Background Color

.myBgColor { background-color: #565953; }

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

This div background color is #565953.


Border color

.myBorderColor { border: 1px solid #565953; }

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

This div border color is #565953.


Opacity

.myOpacity80 { color: #565953; opacity: 0.8; }

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

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

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

This text has shadow with #565953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565953 on black background.


Color preview on white background

This text has color #565953 on white background.



Black color preview on #565953 background

This text has black color on #565953 background.


White color preview on #565953 background

This text has white color on #565953 background.