COLOR #56775F

HEX: #56775F
RGB: (86,119,95)

Color info

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

RGB color model

#56775F color RGB value is (86,119,95).

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

RGB channels and saturation

R 86 of 255 = 34%
G 119 of 255 = 47%
B 95 of 255 = 37%

86
119
95

R + G + B ~ 39%. #56775F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 119 + 95 = 300 (100%)
R 86 of 300 ~ 28.67%
G 119 of 300 ~ 39.67%
B 95 of 300 ~ 31.67%

%28.67
%39.67
%31.67

CMYK color model

#56775F color CMYK value is (28,0,20,53).

  • cyan value is 27.73%
  • magenta value is 0.00%
  • yellow value is 20.17%
  • key color value is 53.33%
CMYK:
(28,0,20,53)
C28M0Y20K53 
(28%,0%,20%,53%)
(0.28/0.00/0.20/0.53)	

CMYK percentages

%27.73
%0
%20.17
%53.33

Codes

Color #56775F in popluar color models

56775F
RGB8611995
HSL136°16.10%40.20%
HSB/HSV136°27.73%46.67%
CMYK27.73%0.00%20.17%
53.33%

Color #56775F in popluar number systems.

HEX56775F
Decimal8611995
Binary101011011101111011111
Octal126167137

Shades and tints

Shades of #56775F

#56775F
(86,119,95)
#4F6D57
(79,109,87)
#48634F
(72,99,79)
#415947
(65,89,71)
#3A4F3F
(58,79,63)
#334537
(51,69,55)
#2C3B2F
(44,59,47)
#253127
(37,49,39)
#1E271F
(30,39,31)
#171D17
(23,29,23)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #56775F

#56775F
(86,119,95)
#65836D
(101,131,109)
#748F7B
(116,143,123)
#839B89
(131,155,137)
#92A797
(146,167,151)
#A1B3A5
(161,179,165)
#B0BFB3
(176,191,179)
#BFCBC1
(191,203,193)
#CED7CF
(206,215,207)
#DDE3DD
(221,227,221)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56775F; }

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

This text font color is #56775F.


Background Color

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

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

This div background color is #56775F.


Border color

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

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

This div border color is #56775F.


Opacity

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

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

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

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

This text has shadow with #56775F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56775F on black background.


Color preview on white background

This text has color #56775F on white background.



Black color preview on #56775F background

This text has black color on #56775F background.


White color preview on #56775F background

This text has white color on #56775F background.