COLOR #56695F

HEX: #56695F
RGB: (86,105,95)

Color info

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

RGB color model

#56695F color RGB value is (86,105,95).

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

RGB channels and saturation

R 86 of 255 = 34%
G 105 of 255 = 41%
B 95 of 255 = 37%

86
105
95

R + G + B ~ 37%. #56695F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 105 + 95 = 286 (100%)
R 86 of 286 ~ 30.07%
G 105 of 286 ~ 36.71%
B 95 of 286 ~ 33.22%

%30.07
%36.71
%33.22

CMYK color model

#56695F color CMYK value is (18,0,10,59).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 58.82%
CMYK:
(18,0,10,59)
C18M0Y10K59 
(18%,0%,10%,59%)
(0.18/0.00/0.10/0.59)	

CMYK percentages

%18.1
%0
%9.52
%58.82

Codes

Color #56695F in popluar color models

56695F
RGB8610595
HSL148°9.95%37.45%
HSB/HSV148°18.10%41.18%
CMYK18.10%0.00%9.52%
58.82%

Color #56695F in popluar number systems.

HEX56695F
Decimal8610595
Binary101011011010011011111
Octal126151137

Shades and tints

Shades of #56695F

#56695F
(86,105,95)
#4F6057
(79,96,87)
#48574F
(72,87,79)
#414E47
(65,78,71)
#3A453F
(58,69,63)
#333C37
(51,60,55)
#2C332F
(44,51,47)
#252A27
(37,42,39)
#1E211F
(30,33,31)
#171817
(23,24,23)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #56695F

#56695F
(86,105,95)
#65766D
(101,118,109)
#74837B
(116,131,123)
#839089
(131,144,137)
#929D97
(146,157,151)
#A1AAA5
(161,170,165)
#B0B7B3
(176,183,179)
#BFC4C1
(191,196,193)
#CED1CF
(206,209,207)
#DDDEDD
(221,222,221)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56695F color. Also use rgb(86,105,95) instead hex code.

Text Font Color

.myTextColor { color: #56695F; }

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

This text font color is #56695F.


Background Color

.myBgColor { background-color: #56695F; }

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

This div background color is #56695F.


Border color

.myBorderColor { border: 1px solid #56695F; }

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

This div border color is #56695F.


Opacity

.myOpacity80 { color: #56695F; opacity: 0.8; }

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

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

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

This text has shadow with #56695F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56695F on black background.


Color preview on white background

This text has color #56695F on white background.



Black color preview on #56695F background

This text has black color on #56695F background.


White color preview on #56695F background

This text has white color on #56695F background.