COLOR #56736B

HEX: #56736B
RGB: (86,115,107)

Color info

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

RGB color model

#56736B color RGB value is (86,115,107).

  • red value is 86;
  • green value is 115;
  • blue value is 107.
RGB:
(86,115,107)
(34%,45%,42%)

RGB channels and saturation

R 86 of 255 = 34%
G 115 of 255 = 45%
B 107 of 255 = 42%

86
115
107

R + G + B ~ 40%. #56736B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 115 + 107 = 308 (100%)
R 86 of 308 ~ 27.92%
G 115 of 308 ~ 37.34%
B 107 of 308 ~ 34.74%

%27.92
%37.34
%34.74

CMYK color model

#56736B color CMYK value is (25,0,7,55).

  • cyan value is 25.22%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 54.90%
CMYK:
(25,0,7,55)
C25M0Y7K55 
(25%,0%,7%,55%)
(0.25/0.00/0.07/0.55)	

CMYK percentages

%25.22
%0
%6.96
%54.9

Codes

Color #56736B in popluar color models

56736B
RGB86115107
HSL163°14.43%39.41%
HSB/HSV163°25.22%45.10%
CMYK25.22%0.00%6.96%
54.90%

Color #56736B in popluar number systems.

HEX56736B
Decimal86115107
Binary101011011100111101011
Octal126163153

Shades and tints

Shades of #56736B

#56736B
(86,115,107)
#4F6962
(79,105,98)
#485F59
(72,95,89)
#415550
(65,85,80)
#3A4B47
(58,75,71)
#33413E
(51,65,62)
#2C3735
(44,55,53)
#252D2C
(37,45,44)
#1E2323
(30,35,35)
#17191A
(23,25,26)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #56736B

#56736B
(86,115,107)
#657F78
(101,127,120)
#748B85
(116,139,133)
#839792
(131,151,146)
#92A39F
(146,163,159)
#A1AFAC
(161,175,172)
#B0BBB9
(176,187,185)
#BFC7C6
(191,199,198)
#CED3D3
(206,211,211)
#DDDFE0
(221,223,224)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56736B color. Also use rgb(86,115,107) instead hex code.

Text Font Color

.myTextColor { color: #56736B; }

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

This text font color is #56736B.


Background Color

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

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

This div background color is #56736B.


Border color

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

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

This div border color is #56736B.


Opacity

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

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

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

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

This text has shadow with #56736B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56736B on black background.


Color preview on white background

This text has color #56736B on white background.



Black color preview on #56736B background

This text has black color on #56736B background.


White color preview on #56736B background

This text has white color on #56736B background.