COLOR #56763C

HEX: #56763C RGB: (86,118,60)

Color info

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

RGB color model

#56763C color RGB value is (86,118,60).

RGB: (86,118,60) (34%, 46%, 24%)

RGB channels and saturation

R 86 of 255 = 34%
G 118 of 255 = 46%
B 60 of 255 = 24%

86
118
60

R + G + B ~ 35%. #56763C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 118 + 60 = 264 (100%)
R 86 of 264 ~ 32.58%
G 118 of 264 ~ 44.7%
B 60 of 264 ~ 22.73'%

%32.58
%44.7
%22.73

CMYK color model

#56763C color CMYK value is (27,0,49,54).

  • cyan value is 27.12%
  • magenta value is 0.00%
  • yellow value is 49.15%
  • key color value is 53.73%

CMYK: (27,0,49,54)
C27M0Y49K54 (27%, 0%, 49%, 54%)
(0.27 / 0.00 / 0.49 / 0.54)

CMYK percentages

%27.12
%0
%49.15
%53.73

Codes

Color #56763C in popluar color models

56 76 3C
RGB 86 118 60
HSL 93° 32.58% 34.90%
HSB/HSV 93° 49.15% 46.27%
CMYK 27.12% 0.00% 49.15%
53.73%

Color #56763C in popluar number systems.

HEX 56 76 3C
Decimal 86 118 60
Binary 1010110 1110110 111100
Octal 126 166 74

Shades and tints

Shades of #56763C

#56763C
(86,118,60)
#4F6C37
(79,108,55)
#486232
(72,98,50)
#41582D
(65,88,45)
#3A4E28
(58,78,40)
#334423
(51,68,35)
#2C3A1E
(44,58,30)
#253019
(37,48,25)
#1E2614
(30,38,20)
#171C0F
(23,28,15)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #56763C

#56763C
(86,118,60)
#65824D
(101,130,77)
#748E5E
(116,142,94)
#839A6F
(131,154,111)
#92A680
(146,166,128)
#A1B291
(161,178,145)
#B0BEA2
(176,190,162)
#BFCAB3
(191,202,179)
#CED6C4
(206,214,196)
#DDE2D5
(221,226,213)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56763C color. Also use rgb(86,118,60) instead hex code.

Text Font Color

.myTextColor { color: #56763C; }

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

This text font color is #56763C.

Background Color

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

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

This div background color is #56763C.

Border color

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

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

This div border color is #56763C.

Opacity

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

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

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

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

This text has shadow with #56763C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56763C.

Preview

Color preview on black background

This text has color #56763C on black background.


Color preview on white background

This text has color #56763C on white background.


Black color preview on #56763C background

This text has black color on #56763C background.


White color preview on #56763C background

This text has white color on #56763C background.


Related colors

Complementary color

Complementary color for #hex is #A989C3.


I love getcolorcode.com

Triadic colors

1 #3C5676 and #763C56 with #56763C are triadic colors.

2 #3C7656 and #76563C with #56763C are triadic colors.