COLOR #854E68

HEX: #854E68
RGB: (133,78,104)

Color info

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

RGB color model

#854E68 color RGB value is (133,78,104).

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

RGB channels and saturation

R 133 of 255 = 52%
G 78 of 255 = 31%
B 104 of 255 = 41%

133
78
104

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

Portions of RGB colors in percentages

R + G + B =
133 + 78 + 104 = 315 (100%)
R 133 of 315 ~ 42.22%
G 78 of 315 ~ 24.76%
B 104 of 315 ~ 33.02%

%42.22
%24.76
%33.02

CMYK color model

#854E68 color CMYK value is (0,41,22,48).

  • cyan value is 0.00%
  • magenta value is 41.35%
  • yellow value is 21.80%
  • key color value is 47.84%
CMYK: (0,41,22,48) C0M41Y22K48 (0%,41%,22%,48%) (0.00/0.41/0.22/0.48)

CMYK percentages

%0
%41.35
%21.8
%47.84

Codes

Color #854E68 in popluar color models

854E68
RGB13378104
HSL332°26.07%41.37%
HSB/HSV332°41.35%52.16%
CMYK0.00%41.35%21.80%
47.84%

Color #854E68 in popluar number systems.

HEX854E68
Decimal13378104
Binary1000010110011101101000
Octal205116150

Shades and tints

Shades of #854E68

#854E68
(133,78,104)
#79475F
(121,71,95)
#6D4056
(109,64,86)
#61394D
(97,57,77)
#553244
(85,50,68)
#492B3B
(73,43,59)
#3D2432
(61,36,50)
#311D29
(49,29,41)
#251620
(37,22,32)
#190F17
(25,15,23)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #854E68

#854E68
(133,78,104)
#905E75
(144,94,117)
#9B6E82
(155,110,130)
#A67E8F
(166,126,143)
#B18E9C
(177,142,156)
#BC9EA9
(188,158,169)
#C7AEB6
(199,174,182)
#D2BEC3
(210,190,195)
#DDCED0
(221,206,208)
#E8DEDD
(232,222,221)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854E68; }

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

This text font color is #854E68.


Background Color

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

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

This div background color is #854E68.


Border color

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

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

This div border color is #854E68.


Opacity

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

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

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

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

This text has shadow with #854E68 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #854E68 on black background.


Color preview on white background

This text has color #854E68 on white background.



Black color preview on #854E68 background

This text has black color on #854E68 background.


White color preview on #854E68 background

This text has white color on #854E68 background.