COLOR #854D6E

HEX: #854D6E
RGB: (133,77,110)

Color info

#854D6E contains red, green and blue colors in about the same proportion. Web safe color of #854D6E is #993366 (or #936).

RGB color model

#854D6E color RGB value is (133,77,110).

  • red value is 133;
  • green value is 77;
  • blue value is 110.
RGB:
(133,77,110)
(52%,30%,43%)

RGB channels and saturation

R 133 of 255 = 52%
G 77 of 255 = 30%
B 110 of 255 = 43%

133
77
110

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

Portions of RGB colors in percentages

R + G + B =
133 + 77 + 110 = 320 (100%)
R 133 of 320 ~ 41.56%
G 77 of 320 ~ 24.06%
B 110 of 320 ~ 34.38%

%41.56
%24.06
%34.38

CMYK color model

#854D6E color CMYK value is (0,42,17,48).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 17.29%
  • key color value is 47.84%
CMYK:
(0,42,17,48)
C0M42Y17K48 
(0%,42%,17%,48%)
(0.00/0.42/0.17/0.48)	

CMYK percentages

%0
%42.11
%17.29
%47.84

Codes

Color #854D6E in popluar color models

854D6E
RGB13377110
HSL325°26.67%41.18%
HSB/HSV325°42.11%52.16%
CMYK0.00%42.11%17.29%
47.84%

Color #854D6E in popluar number systems.

HEX854D6E
Decimal13377110
Binary1000010110011011101110
Octal205115156

Shades and tints

Shades of #854D6E

#854D6E
(133,77,110)
#794664
(121,70,100)
#6D3F5A
(109,63,90)
#613850
(97,56,80)
#553146
(85,49,70)
#492A3C
(73,42,60)
#3D2332
(61,35,50)
#311C28
(49,28,40)
#25151E
(37,21,30)
#190E14
(25,14,20)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #854D6E

#854D6E
(133,77,110)
#905D7B
(144,93,123)
#9B6D88
(155,109,136)
#A67D95
(166,125,149)
#B18DA2
(177,141,162)
#BC9DAF
(188,157,175)
#C7ADBC
(199,173,188)
#D2BDC9
(210,189,201)
#DDCDD6
(221,205,214)
#E8DDE3
(232,221,227)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854D6E color. Also use rgb(133,77,110) instead hex code.

Text Font Color

.myTextColor { color: #854D6E; }

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

This text font color is #854D6E.


Background Color

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

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

This div background color is #854D6E.


Border color

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

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

This div border color is #854D6E.


Opacity

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

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

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

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

This text has shadow with #854D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854D6E on black background.


Color preview on white background

This text has color #854D6E on white background.



Black color preview on #854D6E background

This text has black color on #854D6E background.


White color preview on #854D6E background

This text has white color on #854D6E background.