COLOR #565361

HEX: #565361
RGB: (86,83,97)

Color info

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

RGB color model

#565361 color RGB value is (86,83,97).

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

RGB channels and saturation

R 86 of 255 = 34%
G 83 of 255 = 33%
B 97 of 255 = 38%

86
83
97

R + G + B ~ 35%. #565361 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 83 + 97 = 266 (100%)
R 86 of 266 ~ 32.33%
G 83 of 266 ~ 31.2%
B 97 of 266 ~ 36.47%

%32.33
%31.2
%36.47

CMYK color model

#565361 color CMYK value is (11,14,0,62).

  • cyan value is 11.34%
  • magenta value is 14.43%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(11,14,0,62)
C11M14Y0K62 
(11%,14%,0%,62%)
(0.11/0.14/0.00/0.62)	

CMYK percentages

%11.34
%14.43
%0
%61.96

Codes

Color #565361 in popluar color models

565361
RGB868397
HSL253°7.78%35.29%
HSB/HSV253°14.43%38.04%
CMYK11.34%14.43%0.00%
61.96%

Color #565361 in popluar number systems.

HEX565361
Decimal868397
Binary101011010100111100001
Octal126123141

Shades and tints

Shades of #565361

#565361
(86,83,97)
#4F4C59
(79,76,89)
#484551
(72,69,81)
#413E49
(65,62,73)
#3A3741
(58,55,65)
#333039
(51,48,57)
#2C2931
(44,41,49)
#252229
(37,34,41)
#1E1B21
(30,27,33)
#171419
(23,20,25)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #565361

#565361
(86,83,97)
#65626F
(101,98,111)
#74717D
(116,113,125)
#83808B
(131,128,139)
#928F99
(146,143,153)
#A19EA7
(161,158,167)
#B0ADB5
(176,173,181)
#BFBCC3
(191,188,195)
#CECBD1
(206,203,209)
#DDDADF
(221,218,223)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565361; }

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

This text font color is #565361.


Background Color

.myBgColor { background-color: #565361; }

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

This div background color is #565361.


Border color

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

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

This div border color is #565361.


Opacity

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

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

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

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

This text has shadow with #565361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565361 on black background.


Color preview on white background

This text has color #565361 on white background.



Black color preview on #565361 background

This text has black color on #565361 background.


White color preview on #565361 background

This text has white color on #565361 background.