COLOR #856C80

HEX: #856C80
RGB: (133,108,128)

Color info

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

RGB color model

#856C80 color RGB value is (133,108,128).

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

RGB channels and saturation

R 133 of 255 = 52%
G 108 of 255 = 42%
B 128 of 255 = 50%

133
108
128

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

Portions of RGB colors in percentages

R + G + B =
133 + 108 + 128 = 369 (100%)
R 133 of 369 ~ 36.04%
G 108 of 369 ~ 29.27%
B 128 of 369 ~ 34.69%

%36.04
%29.27
%34.69

CMYK color model

#856C80 color CMYK value is (0,19,4,48).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 3.76%
  • key color value is 47.84%
CMYK:
(0,19,4,48)
C0M19Y4K48 
(0%,19%,4%,48%)
(0.00/0.19/0.04/0.48)	

CMYK percentages

%0
%18.8
%3.76
%47.84

Codes

Color #856C80 in popluar color models

856C80
RGB133108128
HSL312°10.37%47.25%
HSB/HSV312°18.80%52.16%
CMYK0.00%18.80%3.76%
47.84%

Color #856C80 in popluar number systems.

HEX856C80
Decimal133108128
Binary10000101110110010000000
Octal205154200

Shades and tints

Shades of #856C80

#856C80
(133,108,128)
#796375
(121,99,117)
#6D5A6A
(109,90,106)
#61515F
(97,81,95)
#554854
(85,72,84)
#493F49
(73,63,73)
#3D363E
(61,54,62)
#312D33
(49,45,51)
#252428
(37,36,40)
#191B1D
(25,27,29)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #856C80

#856C80
(133,108,128)
#90798B
(144,121,139)
#9B8696
(155,134,150)
#A693A1
(166,147,161)
#B1A0AC
(177,160,172)
#BCADB7
(188,173,183)
#C7BAC2
(199,186,194)
#D2C7CD
(210,199,205)
#DDD4D8
(221,212,216)
#E8E1E3
(232,225,227)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856C80; }

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

This text font color is #856C80.


Background Color

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

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

This div background color is #856C80.


Border color

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

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

This div border color is #856C80.


Opacity

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

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

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

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

This text has shadow with #856C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856C80 on black background.


Color preview on white background

This text has color #856C80 on white background.



Black color preview on #856C80 background

This text has black color on #856C80 background.


White color preview on #856C80 background

This text has white color on #856C80 background.