COLOR #854962

HEX: #854962
RGB: (133,73,98)

Color info

#854962 contains mainly red and blue colors. Web safe color of #854962 is #993366 (or #936).

RGB color model

#854962 color RGB value is (133,73,98).

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

RGB channels and saturation

R 133 of 255 = 52%
G 73 of 255 = 29%
B 98 of 255 = 38%

133
73
98

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

Portions of RGB colors in percentages

R + G + B =
133 + 73 + 98 = 304 (100%)
R 133 of 304 ~ 43.75%
G 73 of 304 ~ 24.01%
B 98 of 304 ~ 32.24%

%43.75
%24.01
%32.24

CMYK color model

#854962 color CMYK value is (0,45,26,48).

  • cyan value is 0.00%
  • magenta value is 45.11%
  • yellow value is 26.32%
  • key color value is 47.84%
CMYK:
(0,45,26,48)
C0M45Y26K48 
(0%,45%,26%,48%)
(0.00/0.45/0.26/0.48)	

CMYK percentages

%0
%45.11
%26.32
%47.84

Codes

Color #854962 in popluar color models

854962
RGB1337398
HSL335°29.13%40.39%
HSB/HSV335°45.11%52.16%
CMYK0.00%45.11%26.32%
47.84%

Color #854962 in popluar number systems.

HEX854962
Decimal1337398
Binary1000010110010011100010
Octal205111142

Shades and tints

Shades of #854962

#854962
(133,73,98)
#79435A
(121,67,90)
#6D3D52
(109,61,82)
#61374A
(97,55,74)
#553142
(85,49,66)
#492B3A
(73,43,58)
#3D2532
(61,37,50)
#311F2A
(49,31,42)
#251922
(37,25,34)
#19131A
(25,19,26)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #854962

#854962
(133,73,98)
#905970
(144,89,112)
#9B697E
(155,105,126)
#A6798C
(166,121,140)
#B1899A
(177,137,154)
#BC99A8
(188,153,168)
#C7A9B6
(199,169,182)
#D2B9C4
(210,185,196)
#DDC9D2
(221,201,210)
#E8D9E0
(232,217,224)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854962; }

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

This text font color is #854962.


Background Color

.myBgColor { background-color: #854962; }

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

This div background color is #854962.


Border color

.myBorderColor { border: 1px solid #854962; }

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

This div border color is #854962.


Opacity

.myOpacity80 { color: #854962; opacity: 0.8; }

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

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

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

This text has shadow with #854962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854962 on black background.


Color preview on white background

This text has color #854962 on white background.



Black color preview on #854962 background

This text has black color on #854962 background.


White color preview on #854962 background

This text has white color on #854962 background.