COLOR #56744B

HEX: #56744B
RGB: (86,116,75)

Color info

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

RGB color model

#56744B color RGB value is (86,116,75).

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

RGB channels and saturation

R 86 of 255 = 34%
G 116 of 255 = 45%
B 75 of 255 = 29%

86
116
75

R + G + B ~ 36%. #56744B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 116 + 75 = 277 (100%)
R 86 of 277 ~ 31.05%
G 116 of 277 ~ 41.88%
B 75 of 277 ~ 27.08%

%31.05
%41.88
%27.08

CMYK color model

#56744B color CMYK value is (26,0,35,55).

  • cyan value is 25.86%
  • magenta value is 0.00%
  • yellow value is 35.34%
  • key color value is 54.51%
CMYK:
(26,0,35,55)
C26M0Y35K55 
(26%,0%,35%,55%)
(0.26/0.00/0.35/0.55)	

CMYK percentages

%25.86
%0
%35.34
%54.51

Codes

Color #56744B in popluar color models

56744B
RGB8611675
HSL104°21.47%37.45%
HSB/HSV104°35.34%45.49%
CMYK25.86%0.00%35.34%
54.51%

Color #56744B in popluar number systems.

HEX56744B
Decimal8611675
Binary101011011101001001011
Octal126164113

Shades and tints

Shades of #56744B

#56744B
(86,116,75)
#4F6A45
(79,106,69)
#48603F
(72,96,63)
#415639
(65,86,57)
#3A4C33
(58,76,51)
#33422D
(51,66,45)
#2C3827
(44,56,39)
#252E21
(37,46,33)
#1E241B
(30,36,27)
#171A15
(23,26,21)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #56744B

#56744B
(86,116,75)
#65805B
(101,128,91)
#748C6B
(116,140,107)
#83987B
(131,152,123)
#92A48B
(146,164,139)
#A1B09B
(161,176,155)
#B0BCAB
(176,188,171)
#BFC8BB
(191,200,187)
#CED4CB
(206,212,203)
#DDE0DB
(221,224,219)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56744B color. Also use rgb(86,116,75) instead hex code.

Text Font Color

.myTextColor { color: #56744B; }

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

This text font color is #56744B.


Background Color

.myBgColor { background-color: #56744B; }

<div style="background-color:#56744B">Inner text</div>

This div background color is #56744B.


Border color

.myBorderColor { border: 1px solid #56744B; }

<div style="border:3px solid #56744B">Div</div>

This div border color is #56744B.


Opacity

.myOpacity80 { color: #56744B; opacity: 0.8; }

<p style="color:#56744B;opacity:0.8;">80%</p>

Text with #56744B 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 #56744B;}

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

This text has shadow with #56744B color.

.textShadow {text-shadow: 3px 3px 1px #56744B, 3px 3px 1px red;}

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

This text has shadow with #56744B primary color and red secondary color.


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

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

This text has shadow with #56744B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56744B on black background.


Color preview on white background

This text has color #56744B on white background.



Black color preview on #56744B background

This text has black color on #56744B background.


White color preview on #56744B background

This text has white color on #56744B background.