COLOR #56696D

HEX: #56696D
RGB: (86,105,109)

Color info

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

RGB color model

#56696D color RGB value is (86,105,109).

  • red value is 86;
  • green value is 105;
  • blue value is 109.
RGB:
(86,105,109)
(34%,41%,43%)

RGB channels and saturation

R 86 of 255 = 34%
G 105 of 255 = 41%
B 109 of 255 = 43%

86
105
109

R + G + B ~ 39%. #56696D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 105 + 109 = 300 (100%)
R 86 of 300 ~ 28.67%
G 105 of 300 ~ 35%
B 109 of 300 ~ 36.33%

%28.67
%35
%36.33

CMYK color model

#56696D color CMYK value is (21,4,0,57).

  • cyan value is 21.10%
  • magenta value is 3.67%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(21,4,0,57)
C21M4Y0K57 
(21%,4%,0%,57%)
(0.21/0.04/0.00/0.57)	

CMYK percentages

%21.1
%3.67
%0
%57.25

Codes

Color #56696D in popluar color models

56696D
RGB86105109
HSL190°11.79%38.24%
HSB/HSV190°21.10%42.75%
CMYK21.10%3.67%0.00%
57.25%

Color #56696D in popluar number systems.

HEX56696D
Decimal86105109
Binary101011011010011101101
Octal126151155

Shades and tints

Shades of #56696D

#56696D
(86,105,109)
#4F6064
(79,96,100)
#48575B
(72,87,91)
#414E52
(65,78,82)
#3A4549
(58,69,73)
#333C40
(51,60,64)
#2C3337
(44,51,55)
#252A2E
(37,42,46)
#1E2125
(30,33,37)
#17181C
(23,24,28)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #56696D

#56696D
(86,105,109)
#65767A
(101,118,122)
#748387
(116,131,135)
#839094
(131,144,148)
#929DA1
(146,157,161)
#A1AAAE
(161,170,174)
#B0B7BB
(176,183,187)
#BFC4C8
(191,196,200)
#CED1D5
(206,209,213)
#DDDEE2
(221,222,226)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56696D color. Also use rgb(86,105,109) instead hex code.

Text Font Color

.myTextColor { color: #56696D; }

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

This text font color is #56696D.


Background Color

.myBgColor { background-color: #56696D; }

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

This div background color is #56696D.


Border color

.myBorderColor { border: 1px solid #56696D; }

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

This div border color is #56696D.


Opacity

.myOpacity80 { color: #56696D; opacity: 0.8; }

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

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

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

This text has shadow with #56696D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56696D on black background.


Color preview on white background

This text has color #56696D on white background.



Black color preview on #56696D background

This text has black color on #56696D background.


White color preview on #56696D background

This text has white color on #56696D background.