COLOR #56855E

HEX: #56855E
RGB: (86,133,94)

Color info

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

RGB color model

#56855E color RGB value is (86,133,94).

  • red value is 86;
  • green value is 133;
  • blue value is 94.
RGB:
(86,133,94)
(34%,52%,37%)

RGB channels and saturation

R 86 of 255 = 34%
G 133 of 255 = 52%
B 94 of 255 = 37%

86
133
94

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

Portions of RGB colors in percentages

R + G + B =
86 + 133 + 94 = 313 (100%)
R 86 of 313 ~ 27.48%
G 133 of 313 ~ 42.49%
B 94 of 313 ~ 30.03%

%27.48
%42.49
%30.03

CMYK color model

#56855E color CMYK value is (35,0,29,48).

  • cyan value is 35.34%
  • magenta value is 0.00%
  • yellow value is 29.32%
  • key color value is 47.84%
CMYK:
(35,0,29,48)
C35M0Y29K48 
(35%,0%,29%,48%)
(0.35/0.00/0.29/0.48)	

CMYK percentages

%35.34
%0
%29.32
%47.84

Codes

Color #56855E in popluar color models

56855E
RGB8613394
HSL130°21.46%42.94%
HSB/HSV130°35.34%52.16%
CMYK35.34%0.00%29.32%
47.84%

Color #56855E in popluar number systems.

HEX56855E
Decimal8613394
Binary1010110100001011011110
Octal126205136

Shades and tints

Shades of #56855E

#56855E
(86,133,94)
#4F7956
(79,121,86)
#486D4E
(72,109,78)
#416146
(65,97,70)
#3A553E
(58,85,62)
#334936
(51,73,54)
#2C3D2E
(44,61,46)
#253126
(37,49,38)
#1E251E
(30,37,30)
#171916
(23,25,22)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #56855E

#56855E
(86,133,94)
#65906C
(101,144,108)
#749B7A
(116,155,122)
#83A688
(131,166,136)
#92B196
(146,177,150)
#A1BCA4
(161,188,164)
#B0C7B2
(176,199,178)
#BFD2C0
(191,210,192)
#CEDDCE
(206,221,206)
#DDE8DC
(221,232,220)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56855E color. Also use rgb(86,133,94) instead hex code.

Text Font Color

.myTextColor { color: #56855E; }

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

This text font color is #56855E.


Background Color

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

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

This div background color is #56855E.


Border color

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

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

This div border color is #56855E.


Opacity

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

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

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

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

This text has shadow with #56855E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56855E on black background.


Color preview on white background

This text has color #56855E on white background.



Black color preview on #56855E background

This text has black color on #56855E background.


White color preview on #56855E background

This text has white color on #56855E background.