COLOR #856861

HEX: #856861
RGB: (133,104,97)

Color info

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

RGB color model

#856861 color RGB value is (133,104,97).

  • red value is 133;
  • green value is 104;
  • blue value is 97.
RGB:
(133,104,97)
(52%,41%,38%)

RGB channels and saturation

R 133 of 255 = 52%
G 104 of 255 = 41%
B 97 of 255 = 38%

133
104
97

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

Portions of RGB colors in percentages

R + G + B =
133 + 104 + 97 = 334 (100%)
R 133 of 334 ~ 39.82%
G 104 of 334 ~ 31.14%
B 97 of 334 ~ 29.04%

%39.82
%31.14
%29.04

CMYK color model

#856861 color CMYK value is (0,22,27,48).

  • cyan value is 0.00%
  • magenta value is 21.80%
  • yellow value is 27.07%
  • key color value is 47.84%
CMYK:
(0,22,27,48)
C0M22Y27K48 
(0%,22%,27%,48%)
(0.00/0.22/0.27/0.48)	

CMYK percentages

%0
%21.8
%27.07
%47.84

Codes

Color #856861 in popluar color models

856861
RGB13310497
HSL12°15.65%45.10%
HSB/HSV12°27.07%52.16%
CMYK0.00%21.80%27.07%
47.84%

Color #856861 in popluar number systems.

HEX856861
Decimal13310497
Binary1000010111010001100001
Octal205150141

Shades and tints

Shades of #856861

#856861
(133,104,97)
#795F59
(121,95,89)
#6D5651
(109,86,81)
#614D49
(97,77,73)
#554441
(85,68,65)
#493B39
(73,59,57)
#3D3231
(61,50,49)
#312929
(49,41,41)
#252021
(37,32,33)
#191719
(25,23,25)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #856861

#856861
(133,104,97)
#90756F
(144,117,111)
#9B827D
(155,130,125)
#A68F8B
(166,143,139)
#B19C99
(177,156,153)
#BCA9A7
(188,169,167)
#C7B6B5
(199,182,181)
#D2C3C3
(210,195,195)
#DDD0D1
(221,208,209)
#E8DDDF
(232,221,223)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856861 color. Also use rgb(133,104,97) instead hex code.

Text Font Color

.myTextColor { color: #856861; }

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

This text font color is #856861.


Background Color

.myBgColor { background-color: #856861; }

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

This div background color is #856861.


Border color

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

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

This div border color is #856861.


Opacity

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

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

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

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

This text has shadow with #856861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856861 on black background.


Color preview on white background

This text has color #856861 on white background.



Black color preview on #856861 background

This text has black color on #856861 background.


White color preview on #856861 background

This text has white color on #856861 background.