COLOR #856484

HEX: #856484
RGB: (133,100,132)

Color info

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

RGB color model

#856484 color RGB value is (133,100,132).

  • red value is 133;
  • green value is 100;
  • blue value is 132.
RGB:
(133,100,132)
(52%,39%,52%)

RGB channels and saturation

R 133 of 255 = 52%
G 100 of 255 = 39%
B 132 of 255 = 52%

133
100
132

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

Portions of RGB colors in percentages

R + G + B =
133 + 100 + 132 = 365 (100%)
R 133 of 365 ~ 36.44%
G 100 of 365 ~ 27.4%
B 132 of 365 ~ 36.16%

%36.44
%27.4
%36.16

CMYK color model

#856484 color CMYK value is (0,25,1,48).

  • cyan value is 0.00%
  • magenta value is 24.81%
  • yellow value is 0.75%
  • key color value is 47.84%
CMYK:
(0,25,1,48)
C0M25Y1K48 
(0%,25%,1%,48%)
(0.00/0.25/0.01/0.48)	

CMYK percentages

%0
%24.81
%0.75
%47.84

Codes

Color #856484 in popluar color models

856484
RGB133100132
HSL302°14.16%45.69%
HSB/HSV302°24.81%52.16%
CMYK0.00%24.81%0.75%
47.84%

Color #856484 in popluar number systems.

HEX856484
Decimal133100132
Binary10000101110010010000100
Octal205144204

Shades and tints

Shades of #856484

#856484
(133,100,132)
#795B78
(121,91,120)
#6D526C
(109,82,108)
#614960
(97,73,96)
#554054
(85,64,84)
#493748
(73,55,72)
#3D2E3C
(61,46,60)
#312530
(49,37,48)
#251C24
(37,28,36)
#191318
(25,19,24)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #856484

#856484
(133,100,132)
#90728F
(144,114,143)
#9B809A
(155,128,154)
#A68EA5
(166,142,165)
#B19CB0
(177,156,176)
#BCAABB
(188,170,187)
#C7B8C6
(199,184,198)
#D2C6D1
(210,198,209)
#DDD4DC
(221,212,220)
#E8E2E7
(232,226,231)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856484 color. Also use rgb(133,100,132) instead hex code.

Text Font Color

.myTextColor { color: #856484; }

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

This text font color is #856484.


Background Color

.myBgColor { background-color: #856484; }

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

This div background color is #856484.


Border color

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

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

This div border color is #856484.


Opacity

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

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

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

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

This text has shadow with #856484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856484 on black background.


Color preview on white background

This text has color #856484 on white background.



Black color preview on #856484 background

This text has black color on #856484 background.


White color preview on #856484 background

This text has white color on #856484 background.