COLOR #56755D

HEX: #56755D
RGB: (86,117,93)

Color info

#56755D contains red, green and blue colors in about the same proportion. Web safe color of #56755D is #666666 (or #666).

RGB color model

#56755D color RGB value is (86,117,93).

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

RGB channels and saturation

R 86 of 255 = 34%
G 117 of 255 = 46%
B 93 of 255 = 36%

86
117
93

R + G + B ~ 39%. #56755D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 117 + 93 = 296 (100%)
R 86 of 296 ~ 29.05%
G 117 of 296 ~ 39.53%
B 93 of 296 ~ 31.42%

%29.05
%39.53
%31.42

CMYK color model

#56755D color CMYK value is (26,0,21,54).

  • cyan value is 26.50%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 54.12%
CMYK:
(26,0,21,54)
C26M0Y21K54 
(26%,0%,21%,54%)
(0.26/0.00/0.21/0.54)	

CMYK percentages

%26.5
%0
%20.51
%54.12

Codes

Color #56755D in popluar color models

56755D
RGB8611793
HSL134°15.27%39.80%
HSB/HSV134°26.50%45.88%
CMYK26.50%0.00%20.51%
54.12%

Color #56755D in popluar number systems.

HEX56755D
Decimal8611793
Binary101011011101011011101
Octal126165135

Shades and tints

Shades of #56755D

#56755D
(86,117,93)
#4F6B55
(79,107,85)
#48614D
(72,97,77)
#415745
(65,87,69)
#3A4D3D
(58,77,61)
#334335
(51,67,53)
#2C392D
(44,57,45)
#252F25
(37,47,37)
#1E251D
(30,37,29)
#171B15
(23,27,21)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #56755D

#56755D
(86,117,93)
#65816B
(101,129,107)
#748D79
(116,141,121)
#839987
(131,153,135)
#92A595
(146,165,149)
#A1B1A3
(161,177,163)
#B0BDB1
(176,189,177)
#BFC9BF
(191,201,191)
#CED5CD
(206,213,205)
#DDE1DB
(221,225,219)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56755D; }

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

This text font color is #56755D.


Background Color

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

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

This div background color is #56755D.


Border color

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

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

This div border color is #56755D.


Opacity

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

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

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

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

This text has shadow with #56755D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56755D on black background.


Color preview on white background

This text has color #56755D on white background.



Black color preview on #56755D background

This text has black color on #56755D background.


White color preview on #56755D background

This text has white color on #56755D background.