COLOR #56741F

HEX: #56741F
RGB: (86,116,31)

Color info

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

RGB color model

#56741F color RGB value is (86,116,31).

  • red value is 86;
  • green value is 116;
  • blue value is 31.
RGB:
(86,116,31)
(34%,45%,12%)

RGB channels and saturation

R 86 of 255 = 34%
G 116 of 255 = 45%
B 31 of 255 = 12%

86
116
31

R + G + B ~ 30%. #56741F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 116 + 31 = 233 (100%)
R 86 of 233 ~ 36.91%
G 116 of 233 ~ 49.79%
B 31 of 233 ~ 13.3%

%36.91
%49.79
%13.3

CMYK color model

#56741F color CMYK value is (26,0,73,55).

  • cyan value is 25.86%
  • magenta value is 0.00%
  • yellow value is 73.28%
  • key color value is 54.51%
CMYK:
(26,0,73,55)
C26M0Y73K55 
(26%,0%,73%,55%)
(0.26/0.00/0.73/0.55)	

CMYK percentages

%25.86
%0
%73.28
%54.51

Codes

Color #56741F in popluar color models

56741F
RGB8611631
HSL81°57.82%28.82%
HSB/HSV81°73.28%45.49%
CMYK25.86%0.00%73.28%
54.51%

Color #56741F in popluar number systems.

HEX56741F
Decimal8611631
Binary1010110111010011111
Octal12616437

Shades and tints

Shades of #56741F

#56741F
(86,116,31)
#4F6A1D
(79,106,29)
#48601B
(72,96,27)
#415619
(65,86,25)
#3A4C17
(58,76,23)
#334215
(51,66,21)
#2C3813
(44,56,19)
#252E11
(37,46,17)
#1E240F
(30,36,15)
#171A0D
(23,26,13)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #56741F

#56741F
(86,116,31)
#658033
(101,128,51)
#748C47
(116,140,71)
#83985B
(131,152,91)
#92A46F
(146,164,111)
#A1B083
(161,176,131)
#B0BC97
(176,188,151)
#BFC8AB
(191,200,171)
#CED4BF
(206,212,191)
#DDE0D3
(221,224,211)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56741F color. Also use rgb(86,116,31) instead hex code.

Text Font Color

.myTextColor { color: #56741F; }

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

This text font color is #56741F.


Background Color

.myBgColor { background-color: #56741F; }

<div style="background-color:#56741F">Inner text</div>

This div background color is #56741F.


Border color

.myBorderColor { border: 1px solid #56741F; }

<div style="border:3px solid #56741F">Div</div>

This div border color is #56741F.


Opacity

.myOpacity80 { color: #56741F; opacity: 0.8; }

<p style="color:#56741F;opacity:0.8;">80%</p>

Text with #56741F 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 #56741F;}

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

This text has shadow with #56741F color.

.textShadow {text-shadow: 3px 3px 1px #56741F, 3px 3px 1px red;}

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

This text has shadow with #56741F primary color and red secondary color.


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

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

This text has shadow with #56741F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56741F on black background.


Color preview on white background

This text has color #56741F on white background.



Black color preview on #56741F background

This text has black color on #56741F background.


White color preview on #56741F background

This text has white color on #56741F background.