COLOR #856B7F

HEX: #856B7F
RGB: (133,107,127)

Color info

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

RGB color model

#856B7F color RGB value is (133,107,127).

  • red value is 133;
  • green value is 107;
  • blue value is 127.
RGB:
(133,107,127)
(52%,42%,50%)

RGB channels and saturation

R 133 of 255 = 52%
G 107 of 255 = 42%
B 127 of 255 = 50%

133
107
127

R + G + B ~ 48%. #856B7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 107 + 127 = 367 (100%)
R 133 of 367 ~ 36.24%
G 107 of 367 ~ 29.16%
B 127 of 367 ~ 34.6%

%36.24
%29.16
%34.6

CMYK color model

#856B7F color CMYK value is (0,20,5,48).

  • cyan value is 0.00%
  • magenta value is 19.55%
  • yellow value is 4.51%
  • key color value is 47.84%
CMYK:
(0,20,5,48)
C0M20Y5K48 
(0%,20%,5%,48%)
(0.00/0.20/0.05/0.48)	

CMYK percentages

%0
%19.55
%4.51
%47.84

Codes

Color #856B7F in popluar color models

856B7F
RGB133107127
HSL314°10.83%47.06%
HSB/HSV314°19.55%52.16%
CMYK0.00%19.55%4.51%
47.84%

Color #856B7F in popluar number systems.

HEX856B7F
Decimal133107127
Binary1000010111010111111111
Octal205153177

Shades and tints

Shades of #856B7F

#856B7F
(133,107,127)
#796274
(121,98,116)
#6D5969
(109,89,105)
#61505E
(97,80,94)
#554753
(85,71,83)
#493E48
(73,62,72)
#3D353D
(61,53,61)
#312C32
(49,44,50)
#252327
(37,35,39)
#191A1C
(25,26,28)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #856B7F

#856B7F
(133,107,127)
#90788A
(144,120,138)
#9B8595
(155,133,149)
#A692A0
(166,146,160)
#B19FAB
(177,159,171)
#BCACB6
(188,172,182)
#C7B9C1
(199,185,193)
#D2C6CC
(210,198,204)
#DDD3D7
(221,211,215)
#E8E0E2
(232,224,226)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856B7F color. Also use rgb(133,107,127) instead hex code.

Text Font Color

.myTextColor { color: #856B7F; }

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

This text font color is #856B7F.


Background Color

.myBgColor { background-color: #856B7F; }

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

This div background color is #856B7F.


Border color

.myBorderColor { border: 1px solid #856B7F; }

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

This div border color is #856B7F.


Opacity

.myOpacity80 { color: #856B7F; opacity: 0.8; }

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

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

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

This text has shadow with #856B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856B7F on black background.


Color preview on white background

This text has color #856B7F on white background.



Black color preview on #856B7F background

This text has black color on #856B7F background.


White color preview on #856B7F background

This text has white color on #856B7F background.