COLOR #56671C

HEX: #56671C
RGB: (86,103,28)

Color info

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

RGB color model

#56671C color RGB value is (86,103,28).

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

RGB channels and saturation

R 86 of 255 = 34%
G 103 of 255 = 40%
B 28 of 255 = 11%

86
103
28

R + G + B ~ 28%. #56671C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 103 + 28 = 217 (100%)
R 86 of 217 ~ 39.63%
G 103 of 217 ~ 47.47%
B 28 of 217 ~ 12.9%

%39.63
%47.47
%12.9

CMYK color model

#56671C color CMYK value is (17,0,73,60).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 72.82%
  • key color value is 59.61%
CMYK:
(17,0,73,60)
C17M0Y73K60 
(17%,0%,73%,60%)
(0.17/0.00/0.73/0.60)	

CMYK percentages

%16.5
%0
%72.82
%59.61

Codes

Color #56671C in popluar color models

56671C
RGB8610328
HSL74°57.25%25.69%
HSB/HSV74°72.82%40.39%
CMYK16.50%0.00%72.82%
59.61%

Color #56671C in popluar number systems.

HEX56671C
Decimal8610328
Binary1010110110011111100
Octal12614734

Shades and tints

Shades of #56671C

#56671C
(86,103,28)
#4F5E1A
(79,94,26)
#485518
(72,85,24)
#414C16
(65,76,22)
#3A4314
(58,67,20)
#333A12
(51,58,18)
#2C3110
(44,49,16)
#25280E
(37,40,14)
#1E1F0C
(30,31,12)
#17160A
(23,22,10)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #56671C

#56671C
(86,103,28)
#657430
(101,116,48)
#748144
(116,129,68)
#838E58
(131,142,88)
#929B6C
(146,155,108)
#A1A880
(161,168,128)
#B0B594
(176,181,148)
#BFC2A8
(191,194,168)
#CECFBC
(206,207,188)
#DDDCD0
(221,220,208)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56671C color. Also use rgb(86,103,28) instead hex code.

Text Font Color

.myTextColor { color: #56671C; }

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

This text font color is #56671C.


Background Color

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

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

This div background color is #56671C.


Border color

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

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

This div border color is #56671C.


Opacity

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

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

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

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

This text has shadow with #56671C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56671C on black background.


Color preview on white background

This text has color #56671C on white background.



Black color preview on #56671C background

This text has black color on #56671C background.


White color preview on #56671C background

This text has white color on #56671C background.