COLOR #56672E

HEX: #56672E
RGB: (86,103,46)

Color info

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

RGB color model

#56672E color RGB value is (86,103,46).

  • red value is 86;
  • green value is 103;
  • blue value is 46.
RGB:
(86,103,46)
(34%,40%,18%)

RGB channels and saturation

R 86 of 255 = 34%
G 103 of 255 = 40%
B 46 of 255 = 18%

86
103
46

R + G + B ~ 31%. #56672E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 103 + 46 = 235 (100%)
R 86 of 235 ~ 36.6%
G 103 of 235 ~ 43.83%
B 46 of 235 ~ 19.57%

%36.6
%43.83
%19.57

CMYK color model

#56672E color CMYK value is (17,0,55,60).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 55.34%
  • key color value is 59.61%
CMYK:
(17,0,55,60)
C17M0Y55K60 
(17%,0%,55%,60%)
(0.17/0.00/0.55/0.60)	

CMYK percentages

%16.5
%0
%55.34
%59.61

Codes

Color #56672E in popluar color models

56672E
RGB8610346
HSL78°38.26%29.22%
HSB/HSV78°55.34%40.39%
CMYK16.50%0.00%55.34%
59.61%

Color #56672E in popluar number systems.

HEX56672E
Decimal8610346
Binary10101101100111101110
Octal12614756

Shades and tints

Shades of #56672E

#56672E
(86,103,46)
#4F5E2A
(79,94,42)
#485526
(72,85,38)
#414C22
(65,76,34)
#3A431E
(58,67,30)
#333A1A
(51,58,26)
#2C3116
(44,49,22)
#252812
(37,40,18)
#1E1F0E
(30,31,14)
#17160A
(23,22,10)
#100D06
(16,13,6)
#000000
(0,0,0)

Tints of #56672E

#56672E
(86,103,46)
#657441
(101,116,65)
#748154
(116,129,84)
#838E67
(131,142,103)
#929B7A
(146,155,122)
#A1A88D
(161,168,141)
#B0B5A0
(176,181,160)
#BFC2B3
(191,194,179)
#CECFC6
(206,207,198)
#DDDCD9
(221,220,217)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56672E color. Also use rgb(86,103,46) instead hex code.

Text Font Color

.myTextColor { color: #56672E; }

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

This text font color is #56672E.


Background Color

.myBgColor { background-color: #56672E; }

<div style="background-color:#56672E">Inner text</div>

This div background color is #56672E.


Border color

.myBorderColor { border: 1px solid #56672E; }

<div style="border:3px solid #56672E">Div</div>

This div border color is #56672E.


Opacity

.myOpacity80 { color: #56672E; opacity: 0.8; }

<p style="color:#56672E;opacity:0.8;">80%</p>

Text with #56672E 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 #56672E;}

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

This text has shadow with #56672E color.

.textShadow {text-shadow: 3px 3px 1px #56672E, 3px 3px 1px red;}

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

This text has shadow with #56672E primary color and red secondary color.


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

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

This text has shadow with #56672E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56672E on black background.


Color preview on white background

This text has color #56672E on white background.



Black color preview on #56672E background

This text has black color on #56672E background.


White color preview on #56672E background

This text has white color on #56672E background.