COLOR #56705F

HEX: #56705F
RGB: (86,112,95)

Color info

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

RGB color model

#56705F color RGB value is (86,112,95).

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

RGB channels and saturation

R 86 of 255 = 34%
G 112 of 255 = 44%
B 95 of 255 = 37%

86
112
95

R + G + B ~ 38%. #56705F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 112 + 95 = 293 (100%)
R 86 of 293 ~ 29.35%
G 112 of 293 ~ 38.23%
B 95 of 293 ~ 32.42%

%29.35
%38.23
%32.42

CMYK color model

#56705F color CMYK value is (23,0,15,56).

  • cyan value is 23.21%
  • magenta value is 0.00%
  • yellow value is 15.18%
  • key color value is 56.08%
CMYK:
(23,0,15,56)
C23M0Y15K56 
(23%,0%,15%,56%)
(0.23/0.00/0.15/0.56)	

CMYK percentages

%23.21
%0
%15.18
%56.08

Codes

Color #56705F in popluar color models

56705F
RGB8611295
HSL141°13.13%38.82%
HSB/HSV141°23.21%43.92%
CMYK23.21%0.00%15.18%
56.08%

Color #56705F in popluar number systems.

HEX56705F
Decimal8611295
Binary101011011100001011111
Octal126160137

Shades and tints

Shades of #56705F

#56705F
(86,112,95)
#4F6657
(79,102,87)
#485C4F
(72,92,79)
#415247
(65,82,71)
#3A483F
(58,72,63)
#333E37
(51,62,55)
#2C342F
(44,52,47)
#252A27
(37,42,39)
#1E201F
(30,32,31)
#171617
(23,22,23)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #56705F

#56705F
(86,112,95)
#657D6D
(101,125,109)
#748A7B
(116,138,123)
#839789
(131,151,137)
#92A497
(146,164,151)
#A1B1A5
(161,177,165)
#B0BEB3
(176,190,179)
#BFCBC1
(191,203,193)
#CED8CF
(206,216,207)
#DDE5DD
(221,229,221)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56705F; }

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

This text font color is #56705F.


Background Color

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

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

This div background color is #56705F.


Border color

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

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

This div border color is #56705F.


Opacity

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

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

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

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

This text has shadow with #56705F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56705F on black background.


Color preview on white background

This text has color #56705F on white background.



Black color preview on #56705F background

This text has black color on #56705F background.


White color preview on #56705F background

This text has white color on #56705F background.