COLOR #854E7E

HEX: #854E7E
RGB: (133,78,126)

Color info

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

RGB color model

#854E7E color RGB value is (133,78,126).

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

RGB channels and saturation

R 133 of 255 = 52%
G 78 of 255 = 31%
B 126 of 255 = 49%

133
78
126

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

Portions of RGB colors in percentages

R + G + B =
133 + 78 + 126 = 337 (100%)
R 133 of 337 ~ 39.47%
G 78 of 337 ~ 23.15%
B 126 of 337 ~ 37.39%

%39.47
%23.15
%37.39

CMYK color model

#854E7E color CMYK value is (0,41,5,48).

  • cyan value is 0.00%
  • magenta value is 41.35%
  • yellow value is 5.26%
  • key color value is 47.84%
CMYK:
(0,41,5,48)
C0M41Y5K48 
(0%,41%,5%,48%)
(0.00/0.41/0.05/0.48)	

CMYK percentages

%0
%41.35
%5.26
%47.84

Codes

Color #854E7E in popluar color models

854E7E
RGB13378126
HSL308°26.07%41.37%
HSB/HSV308°41.35%52.16%
CMYK0.00%41.35%5.26%
47.84%

Color #854E7E in popluar number systems.

HEX854E7E
Decimal13378126
Binary1000010110011101111110
Octal205116176

Shades and tints

Shades of #854E7E

#854E7E
(133,78,126)
#794773
(121,71,115)
#6D4068
(109,64,104)
#61395D
(97,57,93)
#553252
(85,50,82)
#492B47
(73,43,71)
#3D243C
(61,36,60)
#311D31
(49,29,49)
#251626
(37,22,38)
#190F1B
(25,15,27)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #854E7E

#854E7E
(133,78,126)
#905E89
(144,94,137)
#9B6E94
(155,110,148)
#A67E9F
(166,126,159)
#B18EAA
(177,142,170)
#BC9EB5
(188,158,181)
#C7AEC0
(199,174,192)
#D2BECB
(210,190,203)
#DDCED6
(221,206,214)
#E8DEE1
(232,222,225)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854E7E; }

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

This text font color is #854E7E.


Background Color

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

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

This div background color is #854E7E.


Border color

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

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

This div border color is #854E7E.


Opacity

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

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

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

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

This text has shadow with #854E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854E7E on black background.


Color preview on white background

This text has color #854E7E on white background.



Black color preview on #854E7E background

This text has black color on #854E7E background.


White color preview on #854E7E background

This text has white color on #854E7E background.