COLOR #56704F

HEX: #56704F
RGB: (86,112,79)

Color info

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

RGB color model

#56704F color RGB value is (86,112,79).

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

RGB channels and saturation

R 86 of 255 = 34%
G 112 of 255 = 44%
B 79 of 255 = 31%

86
112
79

R + G + B ~ 36%. #56704F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 112 + 79 = 277 (100%)
R 86 of 277 ~ 31.05%
G 112 of 277 ~ 40.43%
B 79 of 277 ~ 28.52%

%31.05
%40.43
%28.52

CMYK color model

#56704F color CMYK value is (23,0,29,56).

  • cyan value is 23.21%
  • magenta value is 0.00%
  • yellow value is 29.46%
  • key color value is 56.08%
CMYK:
(23,0,29,56)
C23M0Y29K56 
(23%,0%,29%,56%)
(0.23/0.00/0.29/0.56)	

CMYK percentages

%23.21
%0
%29.46
%56.08

Codes

Color #56704F in popluar color models

56704F
RGB8611279
HSL107°17.28%37.45%
HSB/HSV107°29.46%43.92%
CMYK23.21%0.00%29.46%
56.08%

Color #56704F in popluar number systems.

HEX56704F
Decimal8611279
Binary101011011100001001111
Octal126160117

Shades and tints

Shades of #56704F

#56704F
(86,112,79)
#4F6648
(79,102,72)
#485C41
(72,92,65)
#41523A
(65,82,58)
#3A4833
(58,72,51)
#333E2C
(51,62,44)
#2C3425
(44,52,37)
#252A1E
(37,42,30)
#1E2017
(30,32,23)
#171610
(23,22,16)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #56704F

#56704F
(86,112,79)
#657D5F
(101,125,95)
#748A6F
(116,138,111)
#83977F
(131,151,127)
#92A48F
(146,164,143)
#A1B19F
(161,177,159)
#B0BEAF
(176,190,175)
#BFCBBF
(191,203,191)
#CED8CF
(206,216,207)
#DDE5DF
(221,229,223)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56704F; }

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

This text font color is #56704F.


Background Color

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

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

This div background color is #56704F.


Border color

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

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

This div border color is #56704F.


Opacity

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

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

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

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

This text has shadow with #56704F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56704F on black background.


Color preview on white background

This text has color #56704F on white background.



Black color preview on #56704F background

This text has black color on #56704F background.


White color preview on #56704F background

This text has white color on #56704F background.