COLOR #56712D

HEX: #56712D RGB: (86,113,45)

Color info

#56712D contains mainly red and green colors. Web safe color of #56712D is #666633 (or #663).

RGB color model

#56712D color RGB value is (86,113,45).

RGB: (86,113,45) (34%, 44%, 18%)

RGB channels and saturation

R 86 of 255 = 34%
G 113 of 255 = 44%
B 45 of 255 = 18%

86
113
45

R + G + B ~ 32%. #56712D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 113 + 45 = 244 (100%)
R 86 of 244 ~ 35.25%
G 113 of 244 ~ 46.31%
B 45 of 244 ~ 18.44'%

%35.25
%46.31
%18.44

CMYK color model

#56712D color CMYK value is (24,0,60,56).

  • cyan value is 23.89%
  • magenta value is 0.00%
  • yellow value is 60.18%
  • key color value is 55.69%

CMYK: (24,0,60,56)
C24M0Y60K56 (24%, 0%, 60%, 56%)
(0.24 / 0.00 / 0.60 / 0.56)

CMYK percentages

%23.89
%0
%60.18
%55.69

Codes

Color #56712D in popluar color models

56 71 2D
RGB 86 113 45
HSL 84° 43.04% 30.98%
HSB/HSV 84° 60.18% 44.31%
CMYK 23.89% 0.00% 60.18%
55.69%

Color #56712D in popluar number systems.

HEX 56 71 2D
Decimal 86 113 45
Binary 1010110 1110001 101101
Octal 126 161 55

Shades and tints

Shades of #56712D

#56712D
(86,113,45)
#4F6729
(79,103,41)
#485D25
(72,93,37)
#415321
(65,83,33)
#3A491D
(58,73,29)
#333F19
(51,63,25)
#2C3515
(44,53,21)
#252B11
(37,43,17)
#1E210D
(30,33,13)
#171709
(23,23,9)
#100D05
(16,13,5)
#000000
(0,0,0)

Tints of #56712D

#56712D
(86,113,45)
#657D40
(101,125,64)
#748953
(116,137,83)
#839566
(131,149,102)
#92A179
(146,161,121)
#A1AD8C
(161,173,140)
#B0B99F
(176,185,159)
#BFC5B2
(191,197,178)
#CED1C5
(206,209,197)
#DDDDD8
(221,221,216)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56712D color. Also use rgb(86,113,45) instead hex code.

Text Font Color

.myTextColor { color: #56712D; }

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

This text font color is #56712D.

Background Color

.myBgColor { background-color: #56712D; }

<div style="background-color:#56712D">Inner text</div>

This div background color is #56712D.

Border color

.myBorderColor { border: 1px solid #56712D; }

<div style="border:3px solid #56712D">Div</div>

This div border color is #56712D.

Opacity

.myOpacity80 { color: #56712D; opacity: 0.8; }

<p style="color:#56712D;opacity:0.8;">80%</p>

Text with #56712D 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 #56712D;}

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

This text has shadow with #56712D color.


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

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

This text has shadow with #56712D primary color and red secondary color.


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

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

This text has shadow with #56712D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #56712D.

Preview

Color preview on black background

This text has color #56712D on black background.


Color preview on white background

This text has color #56712D on white background.


Black color preview on #56712D background

This text has black color on #56712D background.


White color preview on #56712D background

This text has white color on #56712D background.


Related colors

Complementary color

Complementary color for #hex is #A98ED2.


I love getcolorcode.com

Triadic colors

1 #2D5671 and #712D56 with #56712D are triadic colors.

2 #2D7156 and #71562D with #56712D are triadic colors.