COLOR #56836E

HEX: #56836E
RGB: (86,131,110)

Color info

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

RGB color model

#56836E color RGB value is (86,131,110).

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

RGB channels and saturation

R 86 of 255 = 34%
G 131 of 255 = 51%
B 110 of 255 = 43%

86
131
110

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

Portions of RGB colors in percentages

R + G + B =
86 + 131 + 110 = 327 (100%)
R 86 of 327 ~ 26.3%
G 131 of 327 ~ 40.06%
B 110 of 327 ~ 33.64%

%26.3
%40.06
%33.64

CMYK color model

#56836E color CMYK value is (34,0,16,49).

  • cyan value is 34.35%
  • magenta value is 0.00%
  • yellow value is 16.03%
  • key color value is 48.63%
CMYK:
(34,0,16,49)
C34M0Y16K49 
(34%,0%,16%,49%)
(0.34/0.00/0.16/0.49)	

CMYK percentages

%34.35
%0
%16.03
%48.63

Codes

Color #56836E in popluar color models

56836E
RGB86131110
HSL152°20.74%42.55%
HSB/HSV152°34.35%51.37%
CMYK34.35%0.00%16.03%
48.63%

Color #56836E in popluar number systems.

HEX56836E
Decimal86131110
Binary1010110100000111101110
Octal126203156

Shades and tints

Shades of #56836E

#56836E
(86,131,110)
#4F7864
(79,120,100)
#486D5A
(72,109,90)
#416250
(65,98,80)
#3A5746
(58,87,70)
#334C3C
(51,76,60)
#2C4132
(44,65,50)
#253628
(37,54,40)
#1E2B1E
(30,43,30)
#172014
(23,32,20)
#10150A
(16,21,10)
#000000
(0,0,0)

Tints of #56836E

#56836E
(86,131,110)
#658E7B
(101,142,123)
#749988
(116,153,136)
#83A495
(131,164,149)
#92AFA2
(146,175,162)
#A1BAAF
(161,186,175)
#B0C5BC
(176,197,188)
#BFD0C9
(191,208,201)
#CEDBD6
(206,219,214)
#DDE6E3
(221,230,227)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56836E; }

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

This text font color is #56836E.


Background Color

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

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

This div background color is #56836E.


Border color

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

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

This div border color is #56836E.


Opacity

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

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

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

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

This text has shadow with #56836E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56836E on black background.


Color preview on white background

This text has color #56836E on white background.



Black color preview on #56836E background

This text has black color on #56836E background.


White color preview on #56836E background

This text has white color on #56836E background.