COLOR #856781

HEX: #856781
RGB: (133,103,129)

Color info

#856781 contains red, green and blue colors in about the same proportion. Web safe color of #856781 is #996699 (or #969).

RGB color model

#856781 color RGB value is (133,103,129).

  • red value is 133;
  • green value is 103;
  • blue value is 129.
RGB:
(133,103,129)
(52%,40%,51%)

RGB channels and saturation

R 133 of 255 = 52%
G 103 of 255 = 40%
B 129 of 255 = 51%

133
103
129

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

Portions of RGB colors in percentages

R + G + B =
133 + 103 + 129 = 365 (100%)
R 133 of 365 ~ 36.44%
G 103 of 365 ~ 28.22%
B 129 of 365 ~ 35.34%

%36.44
%28.22
%35.34

CMYK color model

#856781 color CMYK value is (0,23,3,48).

  • cyan value is 0.00%
  • magenta value is 22.56%
  • yellow value is 3.01%
  • key color value is 47.84%
CMYK:
(0,23,3,48)
C0M23Y3K48 
(0%,23%,3%,48%)
(0.00/0.23/0.03/0.48)	

CMYK percentages

%0
%22.56
%3.01
%47.84

Codes

Color #856781 in popluar color models

856781
RGB133103129
HSL308°12.71%46.27%
HSB/HSV308°22.56%52.16%
CMYK0.00%22.56%3.01%
47.84%

Color #856781 in popluar number systems.

HEX856781
Decimal133103129
Binary10000101110011110000001
Octal205147201

Shades and tints

Shades of #856781

#856781
(133,103,129)
#795E76
(121,94,118)
#6D556B
(109,85,107)
#614C60
(97,76,96)
#554355
(85,67,85)
#493A4A
(73,58,74)
#3D313F
(61,49,63)
#312834
(49,40,52)
#251F29
(37,31,41)
#19161E
(25,22,30)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #856781

#856781
(133,103,129)
#90748C
(144,116,140)
#9B8197
(155,129,151)
#A68EA2
(166,142,162)
#B19BAD
(177,155,173)
#BCA8B8
(188,168,184)
#C7B5C3
(199,181,195)
#D2C2CE
(210,194,206)
#DDCFD9
(221,207,217)
#E8DCE4
(232,220,228)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856781; }

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

This text font color is #856781.


Background Color

.myBgColor { background-color: #856781; }

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

This div background color is #856781.


Border color

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

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

This div border color is #856781.


Opacity

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

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

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

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

This text has shadow with #856781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856781 on black background.


Color preview on white background

This text has color #856781 on white background.



Black color preview on #856781 background

This text has black color on #856781 background.


White color preview on #856781 background

This text has white color on #856781 background.