COLOR #56774C

HEX: #56774C
RGB: (86,119,76)

Color info

#56774C contains red, green and blue colors in about the same proportion. Web safe color of #56774C is #666633 (or #663).

RGB color model

#56774C color RGB value is (86,119,76).

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

RGB channels and saturation

R 86 of 255 = 34%
G 119 of 255 = 47%
B 76 of 255 = 30%

86
119
76

R + G + B ~ 37%. #56774C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 119 + 76 = 281 (100%)
R 86 of 281 ~ 30.6%
G 119 of 281 ~ 42.35%
B 76 of 281 ~ 27.05%

%30.6
%42.35
%27.05

CMYK color model

#56774C color CMYK value is (28,0,36,53).

  • cyan value is 27.73%
  • magenta value is 0.00%
  • yellow value is 36.13%
  • key color value is 53.33%
CMYK:
(28,0,36,53)
C28M0Y36K53 
(28%,0%,36%,53%)
(0.28/0.00/0.36/0.53)	

CMYK percentages

%27.73
%0
%36.13
%53.33

Codes

Color #56774C in popluar color models

56774C
RGB8611976
HSL106°22.05%38.24%
HSB/HSV106°36.13%46.67%
CMYK27.73%0.00%36.13%
53.33%

Color #56774C in popluar number systems.

HEX56774C
Decimal8611976
Binary101011011101111001100
Octal126167114

Shades and tints

Shades of #56774C

#56774C
(86,119,76)
#4F6D46
(79,109,70)
#486340
(72,99,64)
#41593A
(65,89,58)
#3A4F34
(58,79,52)
#33452E
(51,69,46)
#2C3B28
(44,59,40)
#253122
(37,49,34)
#1E271C
(30,39,28)
#171D16
(23,29,22)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #56774C

#56774C
(86,119,76)
#65835C
(101,131,92)
#748F6C
(116,143,108)
#839B7C
(131,155,124)
#92A78C
(146,167,140)
#A1B39C
(161,179,156)
#B0BFAC
(176,191,172)
#BFCBBC
(191,203,188)
#CED7CC
(206,215,204)
#DDE3DC
(221,227,220)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56774C color. Also use rgb(86,119,76) instead hex code.

Text Font Color

.myTextColor { color: #56774C; }

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

This text font color is #56774C.


Background Color

.myBgColor { background-color: #56774C; }

<div style="background-color:#56774C">Inner text</div>

This div background color is #56774C.


Border color

.myBorderColor { border: 1px solid #56774C; }

<div style="border:3px solid #56774C">Div</div>

This div border color is #56774C.


Opacity

.myOpacity80 { color: #56774C; opacity: 0.8; }

<p style="color:#56774C;opacity:0.8;">80%</p>

Text with #56774C 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 #56774C;}

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

This text has shadow with #56774C color.

.textShadow {text-shadow: 3px 3px 1px #56774C, 3px 3px 1px red;}

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

This text has shadow with #56774C primary color and red secondary color.


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

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

This text has shadow with #56774C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56774C on black background.


Color preview on white background

This text has color #56774C on white background.



Black color preview on #56774C background

This text has black color on #56774C background.


White color preview on #56774C background

This text has white color on #56774C background.