COLOR #854E79

HEX: #854E79
RGB: (133,78,121)

Color info

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

RGB color model

#854E79 color RGB value is (133,78,121).

  • red value is 133;
  • green value is 78;
  • blue value is 121.
RGB:
(133,78,121)
(52%,31%,47%)

RGB channels and saturation

R 133 of 255 = 52%
G 78 of 255 = 31%
B 121 of 255 = 47%

133
78
121

R + G + B ~ 43%. #854E79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 78 + 121 = 332 (100%)
R 133 of 332 ~ 40.06%
G 78 of 332 ~ 23.49%
B 121 of 332 ~ 36.45%

%40.06
%23.49
%36.45

CMYK color model

#854E79 color CMYK value is (0,41,9,48).

  • cyan value is 0.00%
  • magenta value is 41.35%
  • yellow value is 9.02%
  • key color value is 47.84%
CMYK:
(0,41,9,48)
C0M41Y9K48 
(0%,41%,9%,48%)
(0.00/0.41/0.09/0.48)	

CMYK percentages

%0
%41.35
%9.02
%47.84

Codes

Color #854E79 in popluar color models

854E79
RGB13378121
HSL313°26.07%41.37%
HSB/HSV313°41.35%52.16%
CMYK0.00%41.35%9.02%
47.84%

Color #854E79 in popluar number systems.

HEX854E79
Decimal13378121
Binary1000010110011101111001
Octal205116171

Shades and tints

Shades of #854E79

#854E79
(133,78,121)
#79476E
(121,71,110)
#6D4063
(109,64,99)
#613958
(97,57,88)
#55324D
(85,50,77)
#492B42
(73,43,66)
#3D2437
(61,36,55)
#311D2C
(49,29,44)
#251621
(37,22,33)
#190F16
(25,15,22)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #854E79

#854E79
(133,78,121)
#905E85
(144,94,133)
#9B6E91
(155,110,145)
#A67E9D
(166,126,157)
#B18EA9
(177,142,169)
#BC9EB5
(188,158,181)
#C7AEC1
(199,174,193)
#D2BECD
(210,190,205)
#DDCED9
(221,206,217)
#E8DEE5
(232,222,229)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854E79 color. Also use rgb(133,78,121) instead hex code.

Text Font Color

.myTextColor { color: #854E79; }

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

This text font color is #854E79.


Background Color

.myBgColor { background-color: #854E79; }

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

This div background color is #854E79.


Border color

.myBorderColor { border: 1px solid #854E79; }

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

This div border color is #854E79.


Opacity

.myOpacity80 { color: #854E79; opacity: 0.8; }

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

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

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

This text has shadow with #854E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854E79 on black background.


Color preview on white background

This text has color #854E79 on white background.



Black color preview on #854E79 background

This text has black color on #854E79 background.


White color preview on #854E79 background

This text has white color on #854E79 background.