COLOR #856C7E

HEX: #856C7E RGB: (133,108,126)

Color info

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

RGB color model

#856C7E color RGB value is (133,108,126).

RGB: (133,108,126) (52%, 42%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 108 of 255 = 42%
B 126 of 255 = 49%

133
108
126

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

Portions of RGB colors in percentages

R + G + B = 133 + 108 + 126 = 367 (100%)
R 133 of 367 ~ 36.24%
G 108 of 367 ~ 29.43%
B 126 of 367 ~ 34.33'%

%36.24
%29.43
%34.33

CMYK color model

#856C7E color CMYK value is (0,19,5,48).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 5.26%
  • key color value is 47.84%

CMYK: (0,19,5,48)
C0M19Y5K48 (0%, 19%, 5%, 48%)
(0.00 / 0.19 / 0.05 / 0.48)

CMYK percentages

%0
%18.8
%5.26
%47.84

Codes

Color #856C7E in popluar color models

85 6C 7E
RGB 133 108 126
HSL 317° 10.37% 47.25%
HSB/HSV 317° 18.80% 52.16%
CMYK 0.00% 18.80% 5.26%
47.84%

Color #856C7E in popluar number systems.

HEX 85 6C 7E
Decimal 133 108 126
Binary 10000101 1101100 1111110
Octal 205 154 176

Shades and tints

Shades of #856C7E

#856C7E
(133,108,126)
#796373
(121,99,115)
#6D5A68
(109,90,104)
#61515D
(97,81,93)
#554852
(85,72,82)
#493F47
(73,63,71)
#3D363C
(61,54,60)
#312D31
(49,45,49)
#252426
(37,36,38)
#191B1B
(25,27,27)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #856C7E

#856C7E
(133,108,126)
#907989
(144,121,137)
#9B8694
(155,134,148)
#A6939F
(166,147,159)
#B1A0AA
(177,160,170)
#BCADB5
(188,173,181)
#C7BAC0
(199,186,192)
#D2C7CB
(210,199,203)
#DDD4D6
(221,212,214)
#E8E1E1
(232,225,225)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856C7E color. Also use rgb(133,108,126) instead hex code.

Text Font Color

.myTextColor { color: #856C7E; }

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

This text font color is #856C7E.

Background Color

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

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

This div background color is #856C7E.

Border color

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

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

This div border color is #856C7E.

Opacity

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

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

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

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

This text has shadow with #856C7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856C7E.

Preview

Color preview on black background

This text has color #856C7E on black background.


Color preview on white background

This text has color #856C7E on white background.


Black color preview on #856C7E background

This text has black color on #856C7E background.


White color preview on #856C7E background

This text has white color on #856C7E background.


Related colors

Complementary color

Complementary color for #hex is #7A9381.


I love getcolorcode.com

Triadic colors

1 #7E856C and #6C7E85 with #856C7E are triadic colors.

2 #7E6C85 and #6C857E with #856C7E are triadic colors.