COLOR #56705A

HEX: #56705A
RGB: (86,112,90)

Color info

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

RGB color model

#56705A color RGB value is (86,112,90).

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

RGB channels and saturation

R 86 of 255 = 34%
G 112 of 255 = 44%
B 90 of 255 = 35%

86
112
90

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

Portions of RGB colors in percentages

R + G + B =
86 + 112 + 90 = 288 (100%)
R 86 of 288 ~ 29.86%
G 112 of 288 ~ 38.89%
B 90 of 288 ~ 31.25%

%29.86
%38.89
%31.25

CMYK color model

#56705A color CMYK value is (23,0,20,56).

  • cyan value is 23.21%
  • magenta value is 0.00%
  • yellow value is 19.64%
  • key color value is 56.08%
CMYK:
(23,0,20,56)
C23M0Y20K56 
(23%,0%,20%,56%)
(0.23/0.00/0.20/0.56)	

CMYK percentages

%23.21
%0
%19.64
%56.08

Codes

Color #56705A in popluar color models

56705A
RGB8611290
HSL129°13.13%38.82%
HSB/HSV129°23.21%43.92%
CMYK23.21%0.00%19.64%
56.08%

Color #56705A in popluar number systems.

HEX56705A
Decimal8611290
Binary101011011100001011010
Octal126160132

Shades and tints

Shades of #56705A

#56705A
(86,112,90)
#4F6652
(79,102,82)
#485C4A
(72,92,74)
#415242
(65,82,66)
#3A483A
(58,72,58)
#333E32
(51,62,50)
#2C342A
(44,52,42)
#252A22
(37,42,34)
#1E201A
(30,32,26)
#171612
(23,22,18)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #56705A

#56705A
(86,112,90)
#657D69
(101,125,105)
#748A78
(116,138,120)
#839787
(131,151,135)
#92A496
(146,164,150)
#A1B1A5
(161,177,165)
#B0BEB4
(176,190,180)
#BFCBC3
(191,203,195)
#CED8D2
(206,216,210)
#DDE5E1
(221,229,225)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56705A; }

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

This text font color is #56705A.


Background Color

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

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

This div background color is #56705A.


Border color

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

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

This div border color is #56705A.


Opacity

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

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

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

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

This text has shadow with #56705A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56705A on black background.


Color preview on white background

This text has color #56705A on white background.



Black color preview on #56705A background

This text has black color on #56705A background.


White color preview on #56705A background

This text has white color on #56705A background.