COLOR #856280

HEX: #856280
RGB: (133,98,128)

Color info

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

RGB color model

#856280 color RGB value is (133,98,128).

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

RGB channels and saturation

R 133 of 255 = 52%
G 98 of 255 = 38%
B 128 of 255 = 50%

133
98
128

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

Portions of RGB colors in percentages

R + G + B =
133 + 98 + 128 = 359 (100%)
R 133 of 359 ~ 37.05%
G 98 of 359 ~ 27.3%
B 128 of 359 ~ 35.65%

%37.05
%27.3
%35.65

CMYK color model

#856280 color CMYK value is (0,26,4,48).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 3.76%
  • key color value is 47.84%
CMYK:
(0,26,4,48)
C0M26Y4K48 
(0%,26%,4%,48%)
(0.00/0.26/0.04/0.48)	

CMYK percentages

%0
%26.32
%3.76
%47.84

Codes

Color #856280 in popluar color models

856280
RGB13398128
HSL309°15.15%45.29%
HSB/HSV309°26.32%52.16%
CMYK0.00%26.32%3.76%
47.84%

Color #856280 in popluar number systems.

HEX856280
Decimal13398128
Binary10000101110001010000000
Octal205142200

Shades and tints

Shades of #856280

#856280
(133,98,128)
#795A75
(121,90,117)
#6D526A
(109,82,106)
#614A5F
(97,74,95)
#554254
(85,66,84)
#493A49
(73,58,73)
#3D323E
(61,50,62)
#312A33
(49,42,51)
#252228
(37,34,40)
#191A1D
(25,26,29)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #856280

#856280
(133,98,128)
#90708B
(144,112,139)
#9B7E96
(155,126,150)
#A68CA1
(166,140,161)
#B19AAC
(177,154,172)
#BCA8B7
(188,168,183)
#C7B6C2
(199,182,194)
#D2C4CD
(210,196,205)
#DDD2D8
(221,210,216)
#E8E0E3
(232,224,227)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856280; }

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

This text font color is #856280.


Background Color

.myBgColor { background-color: #856280; }

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

This div background color is #856280.


Border color

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

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

This div border color is #856280.


Opacity

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

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

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

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

This text has shadow with #856280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856280 on black background.


Color preview on white background

This text has color #856280 on white background.



Black color preview on #856280 background

This text has black color on #856280 background.


White color preview on #856280 background

This text has white color on #856280 background.