COLOR #856560

HEX: #856560
RGB: (133,101,96)

Color info

#856560 contains red, green and blue colors in about the same proportion. Web safe color of #856560 is #996666 (or #966).

RGB color model

#856560 color RGB value is (133,101,96).

  • red value is 133;
  • green value is 101;
  • blue value is 96.
RGB:
(133,101,96)
(52%,40%,38%)

RGB channels and saturation

R 133 of 255 = 52%
G 101 of 255 = 40%
B 96 of 255 = 38%

133
101
96

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

Portions of RGB colors in percentages

R + G + B =
133 + 101 + 96 = 330 (100%)
R 133 of 330 ~ 40.3%
G 101 of 330 ~ 30.61%
B 96 of 330 ~ 29.09%

%40.3
%30.61
%29.09

CMYK color model

#856560 color CMYK value is (0,24,28,48).

  • cyan value is 0.00%
  • magenta value is 24.06%
  • yellow value is 27.82%
  • key color value is 47.84%
CMYK:
(0,24,28,48)
C0M24Y28K48 
(0%,24%,28%,48%)
(0.00/0.24/0.28/0.48)	

CMYK percentages

%0
%24.06
%27.82
%47.84

Codes

Color #856560 in popluar color models

856560
RGB13310196
HSL16.16%44.90%
HSB/HSV27.82%52.16%
CMYK0.00%24.06%27.82%
47.84%

Color #856560 in popluar number systems.

HEX856560
Decimal13310196
Binary1000010111001011100000
Octal205145140

Shades and tints

Shades of #856560

#856560
(133,101,96)
#795C58
(121,92,88)
#6D5350
(109,83,80)
#614A48
(97,74,72)
#554140
(85,65,64)
#493838
(73,56,56)
#3D2F30
(61,47,48)
#312628
(49,38,40)
#251D20
(37,29,32)
#191418
(25,20,24)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #856560

#856560
(133,101,96)
#90736E
(144,115,110)
#9B817C
(155,129,124)
#A68F8A
(166,143,138)
#B19D98
(177,157,152)
#BCABA6
(188,171,166)
#C7B9B4
(199,185,180)
#D2C7C2
(210,199,194)
#DDD5D0
(221,213,208)
#E8E3DE
(232,227,222)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856560 color. Also use rgb(133,101,96) instead hex code.

Text Font Color

.myTextColor { color: #856560; }

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

This text font color is #856560.


Background Color

.myBgColor { background-color: #856560; }

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

This div background color is #856560.


Border color

.myBorderColor { border: 1px solid #856560; }

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

This div border color is #856560.


Opacity

.myOpacity80 { color: #856560; opacity: 0.8; }

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

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

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

This text has shadow with #856560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856560 on black background.


Color preview on white background

This text has color #856560 on white background.



Black color preview on #856560 background

This text has black color on #856560 background.


White color preview on #856560 background

This text has white color on #856560 background.