COLOR #856489

HEX: #856489
RGB: (133,100,137)

Color info

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

RGB color model

#856489 color RGB value is (133,100,137).

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

RGB channels and saturation

R 133 of 255 = 52%
G 100 of 255 = 39%
B 137 of 255 = 54%

133
100
137

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

Portions of RGB colors in percentages

R + G + B =
133 + 100 + 137 = 370 (100%)
R 133 of 370 ~ 35.95%
G 100 of 370 ~ 27.03%
B 137 of 370 ~ 37.03%

%35.95
%27.03
%37.03

CMYK color model

#856489 color CMYK value is (3,27,0,46).

  • cyan value is 2.92%
  • magenta value is 27.01%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(3,27,0,46)
C3M27Y0K46 
(3%,27%,0%,46%)
(0.03/0.27/0.00/0.46)	

CMYK percentages

%2.92
%27.01
%0
%46.27

Codes

Color #856489 in popluar color models

856489
RGB133100137
HSL294°15.61%46.47%
HSB/HSV294°27.01%53.73%
CMYK2.92%27.01%0.00%
46.27%

Color #856489 in popluar number systems.

HEX856489
Decimal133100137
Binary10000101110010010001001
Octal205144211

Shades and tints

Shades of #856489

#856489
(133,100,137)
#795B7D
(121,91,125)
#6D5271
(109,82,113)
#614965
(97,73,101)
#554059
(85,64,89)
#49374D
(73,55,77)
#3D2E41
(61,46,65)
#312535
(49,37,53)
#251C29
(37,28,41)
#19131D
(25,19,29)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #856489

#856489
(133,100,137)
#907293
(144,114,147)
#9B809D
(155,128,157)
#A68EA7
(166,142,167)
#B19CB1
(177,156,177)
#BCAABB
(188,170,187)
#C7B8C5
(199,184,197)
#D2C6CF
(210,198,207)
#DDD4D9
(221,212,217)
#E8E2E3
(232,226,227)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856489; }

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

This text font color is #856489.


Background Color

.myBgColor { background-color: #856489; }

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

This div background color is #856489.


Border color

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

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

This div border color is #856489.


Opacity

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

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

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

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

This text has shadow with #856489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856489 on black background.


Color preview on white background

This text has color #856489 on white background.



Black color preview on #856489 background

This text has black color on #856489 background.


White color preview on #856489 background

This text has white color on #856489 background.