COLOR #854D76

HEX: #854D76
RGB: (133,77,118)

Color info

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

RGB color model

#854D76 color RGB value is (133,77,118).

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

RGB channels and saturation

R 133 of 255 = 52%
G 77 of 255 = 30%
B 118 of 255 = 46%

133
77
118

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

Portions of RGB colors in percentages

R + G + B =
133 + 77 + 118 = 328 (100%)
R 133 of 328 ~ 40.55%
G 77 of 328 ~ 23.48%
B 118 of 328 ~ 35.98%

%40.55
%23.48
%35.98

CMYK color model

#854D76 color CMYK value is (0,42,11,48).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 11.28%
  • key color value is 47.84%
CMYK:
(0,42,11,48)
C0M42Y11K48 
(0%,42%,11%,48%)
(0.00/0.42/0.11/0.48)	

CMYK percentages

%0
%42.11
%11.28
%47.84

Codes

Color #854D76 in popluar color models

854D76
RGB13377118
HSL316°26.67%41.18%
HSB/HSV316°42.11%52.16%
CMYK0.00%42.11%11.28%
47.84%

Color #854D76 in popluar number systems.

HEX854D76
Decimal13377118
Binary1000010110011011110110
Octal205115166

Shades and tints

Shades of #854D76

#854D76
(133,77,118)
#79466C
(121,70,108)
#6D3F62
(109,63,98)
#613858
(97,56,88)
#55314E
(85,49,78)
#492A44
(73,42,68)
#3D233A
(61,35,58)
#311C30
(49,28,48)
#251526
(37,21,38)
#190E1C
(25,14,28)
#0D0712
(13,7,18)
#000000
(0,0,0)

Tints of #854D76

#854D76
(133,77,118)
#905D82
(144,93,130)
#9B6D8E
(155,109,142)
#A67D9A
(166,125,154)
#B18DA6
(177,141,166)
#BC9DB2
(188,157,178)
#C7ADBE
(199,173,190)
#D2BDCA
(210,189,202)
#DDCDD6
(221,205,214)
#E8DDE2
(232,221,226)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854D76; }

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

This text font color is #854D76.


Background Color

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

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

This div background color is #854D76.


Border color

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

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

This div border color is #854D76.


Opacity

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

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

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

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

This text has shadow with #854D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854D76 on black background.


Color preview on white background

This text has color #854D76 on white background.



Black color preview on #854D76 background

This text has black color on #854D76 background.


White color preview on #854D76 background

This text has white color on #854D76 background.