COLOR #56754D

HEX: #56754D
RGB: (86,117,77)

Color info

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

RGB color model

#56754D color RGB value is (86,117,77).

  • red value is 86;
  • green value is 117;
  • blue value is 77.
RGB:
(86,117,77)
(34%,46%,30%)

RGB channels and saturation

R 86 of 255 = 34%
G 117 of 255 = 46%
B 77 of 255 = 30%

86
117
77

R + G + B ~ 37%. #56754D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 117 + 77 = 280 (100%)
R 86 of 280 ~ 30.71%
G 117 of 280 ~ 41.79%
B 77 of 280 ~ 27.5%

%30.71
%41.79
%27.5

CMYK color model

#56754D color CMYK value is (26,0,34,54).

  • cyan value is 26.50%
  • magenta value is 0.00%
  • yellow value is 34.19%
  • key color value is 54.12%
CMYK:
(26,0,34,54)
C26M0Y34K54 
(26%,0%,34%,54%)
(0.26/0.00/0.34/0.54)	

CMYK percentages

%26.5
%0
%34.19
%54.12

Codes

Color #56754D in popluar color models

56754D
RGB8611777
HSL107°20.62%38.04%
HSB/HSV107°34.19%45.88%
CMYK26.50%0.00%34.19%
54.12%

Color #56754D in popluar number systems.

HEX56754D
Decimal8611777
Binary101011011101011001101
Octal126165115

Shades and tints

Shades of #56754D

#56754D
(86,117,77)
#4F6B46
(79,107,70)
#48613F
(72,97,63)
#415738
(65,87,56)
#3A4D31
(58,77,49)
#33432A
(51,67,42)
#2C3923
(44,57,35)
#252F1C
(37,47,28)
#1E2515
(30,37,21)
#171B0E
(23,27,14)
#101107
(16,17,7)
#000000
(0,0,0)

Tints of #56754D

#56754D
(86,117,77)
#65815D
(101,129,93)
#748D6D
(116,141,109)
#83997D
(131,153,125)
#92A58D
(146,165,141)
#A1B19D
(161,177,157)
#B0BDAD
(176,189,173)
#BFC9BD
(191,201,189)
#CED5CD
(206,213,205)
#DDE1DD
(221,225,221)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56754D color. Also use rgb(86,117,77) instead hex code.

Text Font Color

.myTextColor { color: #56754D; }

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

This text font color is #56754D.


Background Color

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

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

This div background color is #56754D.


Border color

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

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

This div border color is #56754D.


Opacity

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

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

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

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

This text has shadow with #56754D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56754D on black background.


Color preview on white background

This text has color #56754D on white background.



Black color preview on #56754D background

This text has black color on #56754D background.


White color preview on #56754D background

This text has white color on #56754D background.