COLOR #894966

HEX: #894966
RGB: (137,73,102)

Color info

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

RGB color model

#894966 color RGB value is (137,73,102).

  • red value is 137;
  • green value is 73;
  • blue value is 102.
RGB:
(137,73,102)
(54%,29%,40%)

RGB channels and saturation

R 137 of 255 = 54%
G 73 of 255 = 29%
B 102 of 255 = 40%

137
73
102

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

Portions of RGB colors in percentages

R + G + B =
137 + 73 + 102 = 312 (100%)
R 137 of 312 ~ 43.91%
G 73 of 312 ~ 23.4%
B 102 of 312 ~ 32.69%

%43.91
%23.4
%32.69

CMYK color model

#894966 color CMYK value is (0,47,26,46).

  • cyan value is 0.00%
  • magenta value is 46.72%
  • yellow value is 25.55%
  • key color value is 46.27%
CMYK:
(0,47,26,46)
C0M47Y26K46 
(0%,47%,26%,46%)
(0.00/0.47/0.26/0.46)	

CMYK percentages

%0
%46.72
%25.55
%46.27

Codes

Color #894966 in popluar color models

894966
RGB13773102
HSL333°30.48%41.18%
HSB/HSV333°46.72%53.73%
CMYK0.00%46.72%25.55%
46.27%

Color #894966 in popluar number systems.

HEX894966
Decimal13773102
Binary1000100110010011100110
Octal211111146

Shades and tints

Shades of #894966

#894966
(137,73,102)
#7D435D
(125,67,93)
#713D54
(113,61,84)
#65374B
(101,55,75)
#593142
(89,49,66)
#4D2B39
(77,43,57)
#412530
(65,37,48)
#351F27
(53,31,39)
#29191E
(41,25,30)
#1D1315
(29,19,21)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #894966

#894966
(137,73,102)
#935973
(147,89,115)
#9D6980
(157,105,128)
#A7798D
(167,121,141)
#B1899A
(177,137,154)
#BB99A7
(187,153,167)
#C5A9B4
(197,169,180)
#CFB9C1
(207,185,193)
#D9C9CE
(217,201,206)
#E3D9DB
(227,217,219)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894966 color. Also use rgb(137,73,102) instead hex code.

Text Font Color

.myTextColor { color: #894966; }

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

This text font color is #894966.


Background Color

.myBgColor { background-color: #894966; }

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

This div background color is #894966.


Border color

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

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

This div border color is #894966.


Opacity

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

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

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

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

This text has shadow with #894966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894966 on black background.


Color preview on white background

This text has color #894966 on white background.



Black color preview on #894966 background

This text has black color on #894966 background.


White color preview on #894966 background

This text has white color on #894966 background.