COLOR #56836C

HEX: #56836C
RGB: (86,131,108)

Color info

#56836C contains red, green and blue colors in about the same proportion. Web safe color of #56836C is #669966 (or #696).

RGB color model

#56836C color RGB value is (86,131,108).

  • red value is 86;
  • green value is 131;
  • blue value is 108.
RGB:
(86,131,108)
(34%,51%,42%)

RGB channels and saturation

R 86 of 255 = 34%
G 131 of 255 = 51%
B 108 of 255 = 42%

86
131
108

R + G + B ~ 42%. #56836C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 131 + 108 = 325 (100%)
R 86 of 325 ~ 26.46%
G 131 of 325 ~ 40.31%
B 108 of 325 ~ 33.23%

%26.46
%40.31
%33.23

CMYK color model

#56836C color CMYK value is (34,0,18,49).

  • cyan value is 34.35%
  • magenta value is 0.00%
  • yellow value is 17.56%
  • key color value is 48.63%
CMYK:
(34,0,18,49)
C34M0Y18K49 
(34%,0%,18%,49%)
(0.34/0.00/0.18/0.49)	

CMYK percentages

%34.35
%0
%17.56
%48.63

Codes

Color #56836C in popluar color models

56836C
RGB86131108
HSL149°20.74%42.55%
HSB/HSV149°34.35%51.37%
CMYK34.35%0.00%17.56%
48.63%

Color #56836C in popluar number systems.

HEX56836C
Decimal86131108
Binary1010110100000111101100
Octal126203154

Shades and tints

Shades of #56836C

#56836C
(86,131,108)
#4F7863
(79,120,99)
#486D5A
(72,109,90)
#416251
(65,98,81)
#3A5748
(58,87,72)
#334C3F
(51,76,63)
#2C4136
(44,65,54)
#25362D
(37,54,45)
#1E2B24
(30,43,36)
#17201B
(23,32,27)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #56836C

#56836C
(86,131,108)
#658E79
(101,142,121)
#749986
(116,153,134)
#83A493
(131,164,147)
#92AFA0
(146,175,160)
#A1BAAD
(161,186,173)
#B0C5BA
(176,197,186)
#BFD0C7
(191,208,199)
#CEDBD4
(206,219,212)
#DDE6E1
(221,230,225)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56836C color. Also use rgb(86,131,108) instead hex code.

Text Font Color

.myTextColor { color: #56836C; }

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

This text font color is #56836C.


Background Color

.myBgColor { background-color: #56836C; }

<div style="background-color:#56836C">Inner text</div>

This div background color is #56836C.


Border color

.myBorderColor { border: 1px solid #56836C; }

<div style="border:3px solid #56836C">Div</div>

This div border color is #56836C.


Opacity

.myOpacity80 { color: #56836C; opacity: 0.8; }

<p style="color:#56836C;opacity:0.8;">80%</p>

Text with #56836C 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 #56836C;}

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

This text has shadow with #56836C color.

.textShadow {text-shadow: 3px 3px 1px #56836C, 3px 3px 1px red;}

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

This text has shadow with #56836C primary color and red secondary color.


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

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

This text has shadow with #56836C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56836C on black background.


Color preview on white background

This text has color #56836C on white background.



Black color preview on #56836C background

This text has black color on #56836C background.


White color preview on #56836C background

This text has white color on #56836C background.