COLOR #856578

HEX: #856578
RGB: (133,101,120)

Color info

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

RGB color model

#856578 color RGB value is (133,101,120).

  • red value is 133;
  • green value is 101;
  • blue value is 120.
RGB:
(133,101,120)
(52%,40%,47%)

RGB channels and saturation

R 133 of 255 = 52%
G 101 of 255 = 40%
B 120 of 255 = 47%

133
101
120

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

Portions of RGB colors in percentages

R + G + B =
133 + 101 + 120 = 354 (100%)
R 133 of 354 ~ 37.57%
G 101 of 354 ~ 28.53%
B 120 of 354 ~ 33.9%

%37.57
%28.53
%33.9

CMYK color model

#856578 color CMYK value is (0,24,10,48).

  • cyan value is 0.00%
  • magenta value is 24.06%
  • yellow value is 9.77%
  • key color value is 47.84%
CMYK:
(0,24,10,48)
C0M24Y10K48 
(0%,24%,10%,48%)
(0.00/0.24/0.10/0.48)	

CMYK percentages

%0
%24.06
%9.77
%47.84

Codes

Color #856578 in popluar color models

856578
RGB133101120
HSL324°13.68%45.88%
HSB/HSV324°24.06%52.16%
CMYK0.00%24.06%9.77%
47.84%

Color #856578 in popluar number systems.

HEX856578
Decimal133101120
Binary1000010111001011111000
Octal205145170

Shades and tints

Shades of #856578

#856578
(133,101,120)
#795C6E
(121,92,110)
#6D5364
(109,83,100)
#614A5A
(97,74,90)
#554150
(85,65,80)
#493846
(73,56,70)
#3D2F3C
(61,47,60)
#312632
(49,38,50)
#251D28
(37,29,40)
#19141E
(25,20,30)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #856578

#856578
(133,101,120)
#907384
(144,115,132)
#9B8190
(155,129,144)
#A68F9C
(166,143,156)
#B19DA8
(177,157,168)
#BCABB4
(188,171,180)
#C7B9C0
(199,185,192)
#D2C7CC
(210,199,204)
#DDD5D8
(221,213,216)
#E8E3E4
(232,227,228)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856578 color. Also use rgb(133,101,120) instead hex code.

Text Font Color

.myTextColor { color: #856578; }

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

This text font color is #856578.


Background Color

.myBgColor { background-color: #856578; }

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

This div background color is #856578.


Border color

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

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

This div border color is #856578.


Opacity

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

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

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

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

This text has shadow with #856578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856578 on black background.


Color preview on white background

This text has color #856578 on white background.



Black color preview on #856578 background

This text has black color on #856578 background.


White color preview on #856578 background

This text has white color on #856578 background.