COLOR #564768

HEX: #564768
RGB: (86,71,104)

Color info

#564768 contains red, green and blue colors in about the same proportion. Web safe color of #564768 is #663366 (or #636).

RGB color model

#564768 color RGB value is (86,71,104).

  • red value is 86;
  • green value is 71;
  • blue value is 104.
RGB:
(86,71,104)
(34%,28%,41%)

RGB channels and saturation

R 86 of 255 = 34%
G 71 of 255 = 28%
B 104 of 255 = 41%

86
71
104

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

Portions of RGB colors in percentages

R + G + B =
86 + 71 + 104 = 261 (100%)
R 86 of 261 ~ 32.95%
G 71 of 261 ~ 27.2%
B 104 of 261 ~ 39.85%

%32.95
%27.2
%39.85

CMYK color model

#564768 color CMYK value is (17,32,0,59).

  • cyan value is 17.31%
  • magenta value is 31.73%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(17,32,0,59)
C17M32Y0K59 
(17%,32%,0%,59%)
(0.17/0.32/0.00/0.59)	

CMYK percentages

%17.31
%31.73
%0
%59.22

Codes

Color #564768 in popluar color models

564768
RGB8671104
HSL267°18.86%34.31%
HSB/HSV267°31.73%40.78%
CMYK17.31%31.73%0.00%
59.22%

Color #564768 in popluar number systems.

HEX564768
Decimal8671104
Binary101011010001111101000
Octal126107150

Shades and tints

Shades of #564768

#564768
(86,71,104)
#4F415F
(79,65,95)
#483B56
(72,59,86)
#41354D
(65,53,77)
#3A2F44
(58,47,68)
#33293B
(51,41,59)
#2C2332
(44,35,50)
#251D29
(37,29,41)
#1E1720
(30,23,32)
#171117
(23,17,23)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #564768

#564768
(86,71,104)
#655775
(101,87,117)
#746782
(116,103,130)
#83778F
(131,119,143)
#92879C
(146,135,156)
#A197A9
(161,151,169)
#B0A7B6
(176,167,182)
#BFB7C3
(191,183,195)
#CEC7D0
(206,199,208)
#DDD7DD
(221,215,221)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564768 color. Also use rgb(86,71,104) instead hex code.

Text Font Color

.myTextColor { color: #564768; }

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

This text font color is #564768.


Background Color

.myBgColor { background-color: #564768; }

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

This div background color is #564768.


Border color

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

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

This div border color is #564768.


Opacity

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

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

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

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

This text has shadow with #564768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564768 on black background.


Color preview on white background

This text has color #564768 on white background.



Black color preview on #564768 background

This text has black color on #564768 background.


White color preview on #564768 background

This text has white color on #564768 background.