COLOR #56855B

HEX: #56855B
RGB: (86,133,91)

Color info

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

RGB color model

#56855B color RGB value is (86,133,91).

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

RGB channels and saturation

R 86 of 255 = 34%
G 133 of 255 = 52%
B 91 of 255 = 36%

86
133
91

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

Portions of RGB colors in percentages

R + G + B =
86 + 133 + 91 = 310 (100%)
R 86 of 310 ~ 27.74%
G 133 of 310 ~ 42.9%
B 91 of 310 ~ 29.35%

%27.74
%42.9
%29.35

CMYK color model

#56855B color CMYK value is (35,0,32,48).

  • cyan value is 35.34%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 47.84%
CMYK:
(35,0,32,48)
C35M0Y32K48 
(35%,0%,32%,48%)
(0.35/0.00/0.32/0.48)	

CMYK percentages

%35.34
%0
%31.58
%47.84

Codes

Color #56855B in popluar color models

56855B
RGB8613391
HSL126°21.46%42.94%
HSB/HSV126°35.34%52.16%
CMYK35.34%0.00%31.58%
47.84%

Color #56855B in popluar number systems.

HEX56855B
Decimal8613391
Binary1010110100001011011011
Octal126205133

Shades and tints

Shades of #56855B

#56855B
(86,133,91)
#4F7953
(79,121,83)
#486D4B
(72,109,75)
#416143
(65,97,67)
#3A553B
(58,85,59)
#334933
(51,73,51)
#2C3D2B
(44,61,43)
#253123
(37,49,35)
#1E251B
(30,37,27)
#171913
(23,25,19)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #56855B

#56855B
(86,133,91)
#659069
(101,144,105)
#749B77
(116,155,119)
#83A685
(131,166,133)
#92B193
(146,177,147)
#A1BCA1
(161,188,161)
#B0C7AF
(176,199,175)
#BFD2BD
(191,210,189)
#CEDDCB
(206,221,203)
#DDE8D9
(221,232,217)
#ECF3E7
(236,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56855B; }

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

This text font color is #56855B.


Background Color

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

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

This div background color is #56855B.


Border color

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

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

This div border color is #56855B.


Opacity

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

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

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

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

This text has shadow with #56855B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56855B on black background.


Color preview on white background

This text has color #56855B on white background.



Black color preview on #56855B background

This text has black color on #56855B background.


White color preview on #56855B background

This text has white color on #56855B background.