COLOR #854E62

HEX: #854E62
RGB: (133,78,98)

Color info

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

RGB color model

#854E62 color RGB value is (133,78,98).

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

RGB channels and saturation

R 133 of 255 = 52%
G 78 of 255 = 31%
B 98 of 255 = 38%

133
78
98

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

Portions of RGB colors in percentages

R + G + B =
133 + 78 + 98 = 309 (100%)
R 133 of 309 ~ 43.04%
G 78 of 309 ~ 25.24%
B 98 of 309 ~ 31.72%

%43.04
%25.24
%31.72

CMYK color model

#854E62 color CMYK value is (0,41,26,48).

  • cyan value is 0.00%
  • magenta value is 41.35%
  • yellow value is 26.32%
  • key color value is 47.84%
CMYK:
(0,41,26,48)
C0M41Y26K48 
(0%,41%,26%,48%)
(0.00/0.41/0.26/0.48)	

CMYK percentages

%0
%41.35
%26.32
%47.84

Codes

Color #854E62 in popluar color models

854E62
RGB1337898
HSL338°26.07%41.37%
HSB/HSV338°41.35%52.16%
CMYK0.00%41.35%26.32%
47.84%

Color #854E62 in popluar number systems.

HEX854E62
Decimal1337898
Binary1000010110011101100010
Octal205116142

Shades and tints

Shades of #854E62

#854E62
(133,78,98)
#79475A
(121,71,90)
#6D4052
(109,64,82)
#61394A
(97,57,74)
#553242
(85,50,66)
#492B3A
(73,43,58)
#3D2432
(61,36,50)
#311D2A
(49,29,42)
#251622
(37,22,34)
#190F1A
(25,15,26)
#0D0812
(13,8,18)
#000000
(0,0,0)

Tints of #854E62

#854E62
(133,78,98)
#905E70
(144,94,112)
#9B6E7E
(155,110,126)
#A67E8C
(166,126,140)
#B18E9A
(177,142,154)
#BC9EA8
(188,158,168)
#C7AEB6
(199,174,182)
#D2BEC4
(210,190,196)
#DDCED2
(221,206,210)
#E8DEE0
(232,222,224)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854E62; }

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

This text font color is #854E62.


Background Color

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

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

This div background color is #854E62.


Border color

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

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

This div border color is #854E62.


Opacity

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

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

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

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

This text has shadow with #854E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854E62 on black background.


Color preview on white background

This text has color #854E62 on white background.



Black color preview on #854E62 background

This text has black color on #854E62 background.


White color preview on #854E62 background

This text has white color on #854E62 background.