COLOR #856161

HEX: #856161 RGB: (133,97,97)

Color info

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

RGB color model

#856161 color RGB value is (133,97,97).

RGB: (133,97,97) (52%, 38%, 38%)

RGB channels and saturation

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

133
97
97

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

Portions of RGB colors in percentages

R + G + B = 133 + 97 + 97 = 327 (100%)
R 133 of 327 ~ 40.67%
G 97 of 327 ~ 29.66%
B 97 of 327 ~ 29.66'%

%40.67
%29.66
%29.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.07%
  • yellow value is 27.07%
  • key color value is 47.84%

CMYK: (0,27,27,48)
C0M27Y27K48 (0%, 27%, 27%, 48%)
(0.00 / 0.27 / 0.27 / 0.48)

CMYK percentages

%0
%27.07
%27.07
%47.84

Codes

Color #856161 in popluar color models

85 61 61
RGB 133 97 97
HSL 15.65% 45.10%
HSB/HSV 27.07% 52.16%
CMYK 0.00% 27.07% 27.07%
47.84%

Color #856161 in popluar number systems.

HEX 85 61 61
Decimal 133 97 97
Binary 10000101 1100001 1100001
Octal 205 141 141

Shades and tints

Shades of #856161

#856161
(133,97,97)
#795959
(121,89,89)
#6D5151
(109,81,81)
#614949
(97,73,73)
#554141
(85,65,65)
#493939
(73,57,57)
#3D3131
(61,49,49)
#312929
(49,41,41)
#252121
(37,33,33)
#191919
(25,25,25)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #856161

#856161
(133,97,97)
#906F6F
(144,111,111)
#9B7D7D
(155,125,125)
#A68B8B
(166,139,139)
#B19999
(177,153,153)
#BCA7A7
(188,167,167)
#C7B5B5
(199,181,181)
#D2C3C3
(210,195,195)
#DDD1D1
(221,209,209)
#E8DFDF
(232,223,223)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856161; }

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

This text font color is #856161.

Background Color

.myBgColor { background-color: #856161; }

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

This div background color is #856161.

Border color

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

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

This div border color is #856161.

Opacity

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

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

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

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

This text has shadow with #856161 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856161.

Preview

Color preview on black background

This text has color #856161 on black background.


Color preview on white background

This text has color #856161 on white background.


Black color preview on #856161 background

This text has black color on #856161 background.


White color preview on #856161 background

This text has white color on #856161 background.


Related colors

Complementary color

Complementary color for #hex is #7A9E9E.


I love getcolorcode.com