COLOR #856461

HEX: #856461
RGB: (133,100,97)

Color info

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

RGB color model

#856461 color RGB value is (133,100,97).

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

RGB channels and saturation

R 133 of 255 = 52%
G 100 of 255 = 39%
B 97 of 255 = 38%

133
100
97

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

Portions of RGB colors in percentages

R + G + B =
133 + 100 + 97 = 330 (100%)
R 133 of 330 ~ 40.3%
G 100 of 330 ~ 30.3%
B 97 of 330 ~ 29.39%

%40.3
%30.3
%29.39

CMYK color model

#856461 color CMYK value is (0,25,27,48).

  • cyan value is 0.00%
  • magenta value is 24.81%
  • yellow value is 27.07%
  • key color value is 47.84%
CMYK:
(0,25,27,48)
C0M25Y27K48 
(0%,25%,27%,48%)
(0.00/0.25/0.27/0.48)	

CMYK percentages

%0
%24.81
%27.07
%47.84

Codes

Color #856461 in popluar color models

856461
RGB13310097
HSL15.65%45.10%
HSB/HSV27.07%52.16%
CMYK0.00%24.81%27.07%
47.84%

Color #856461 in popluar number systems.

HEX856461
Decimal13310097
Binary1000010111001001100001
Octal205144141

Shades and tints

Shades of #856461

#856461
(133,100,97)
#795B59
(121,91,89)
#6D5251
(109,82,81)
#614949
(97,73,73)
#554041
(85,64,65)
#493739
(73,55,57)
#3D2E31
(61,46,49)
#312529
(49,37,41)
#251C21
(37,28,33)
#191319
(25,19,25)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #856461

#856461
(133,100,97)
#90726F
(144,114,111)
#9B807D
(155,128,125)
#A68E8B
(166,142,139)
#B19C99
(177,156,153)
#BCAAA7
(188,170,167)
#C7B8B5
(199,184,181)
#D2C6C3
(210,198,195)
#DDD4D1
(221,212,209)
#E8E2DF
(232,226,223)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856461; }

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

This text font color is #856461.


Background Color

.myBgColor { background-color: #856461; }

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

This div background color is #856461.


Border color

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

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

This div border color is #856461.


Opacity

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

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

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

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

This text has shadow with #856461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856461 on black background.


Color preview on white background

This text has color #856461 on white background.



Black color preview on #856461 background

This text has black color on #856461 background.


White color preview on #856461 background

This text has white color on #856461 background.