COLOR #856061

HEX: #856061
RGB: (133,96,97)

Color info

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

RGB color model

#856061 color RGB value is (133,96,97).

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

RGB channels and saturation

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

133
96
97

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

Portions of RGB colors in percentages

R + G + B =
133 + 96 + 97 = 326 (100%)
R 133 of 326 ~ 40.8%
G 96 of 326 ~ 29.45%
B 97 of 326 ~ 29.75%

%40.8
%29.45
%29.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.82%
  • yellow value is 27.07%
  • key color value is 47.84%
CMYK:
(0,28,27,48)
C0M28Y27K48 
(0%,28%,27%,48%)
(0.00/0.28/0.27/0.48)	

CMYK percentages

%0
%27.82
%27.07
%47.84

Codes

Color #856061 in popluar color models

856061
RGB1339697
HSL358°16.16%44.90%
HSB/HSV358°27.82%52.16%
CMYK0.00%27.82%27.07%
47.84%

Color #856061 in popluar number systems.

HEX856061
Decimal1339697
Binary1000010111000001100001
Octal205140141

Shades and tints

Shades of #856061

#856061
(133,96,97)
#795859
(121,88,89)
#6D5051
(109,80,81)
#614849
(97,72,73)
#554041
(85,64,65)
#493839
(73,56,57)
#3D3031
(61,48,49)
#312829
(49,40,41)
#252021
(37,32,33)
#191819
(25,24,25)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #856061

#856061
(133,96,97)
#906E6F
(144,110,111)
#9B7C7D
(155,124,125)
#A68A8B
(166,138,139)
#B19899
(177,152,153)
#BCA6A7
(188,166,167)
#C7B4B5
(199,180,181)
#D2C2C3
(210,194,195)
#DDD0D1
(221,208,209)
#E8DEDF
(232,222,223)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856061; }

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

This text font color is #856061.


Background Color

.myBgColor { background-color: #856061; }

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

This div background color is #856061.


Border color

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

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

This div border color is #856061.


Opacity

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

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

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

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

This text has shadow with #856061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856061 on black background.


Color preview on white background

This text has color #856061 on white background.



Black color preview on #856061 background

This text has black color on #856061 background.


White color preview on #856061 background

This text has white color on #856061 background.