COLOR #894658

HEX: #894658
RGB: (137,70,88)

Color info

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

RGB color model

#894658 color RGB value is (137,70,88).

  • red value is 137;
  • green value is 70;
  • blue value is 88.
RGB:
(137,70,88)
(54%,27%,35%)

RGB channels and saturation

R 137 of 255 = 54%
G 70 of 255 = 27%
B 88 of 255 = 35%

137
70
88

R + G + B ~ 39%. #894658 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 70 + 88 = 295 (100%)
R 137 of 295 ~ 46.44%
G 70 of 295 ~ 23.73%
B 88 of 295 ~ 29.83%

%46.44
%23.73
%29.83

CMYK color model

#894658 color CMYK value is (0,49,36,46).

  • cyan value is 0.00%
  • magenta value is 48.91%
  • yellow value is 35.77%
  • key color value is 46.27%
CMYK:
(0,49,36,46)
C0M49Y36K46 
(0%,49%,36%,46%)
(0.00/0.49/0.36/0.46)	

CMYK percentages

%0
%48.91
%35.77
%46.27

Codes

Color #894658 in popluar color models

894658
RGB1377088
HSL344°32.37%40.59%
HSB/HSV344°48.91%53.73%
CMYK0.00%48.91%35.77%
46.27%

Color #894658 in popluar number systems.

HEX894658
Decimal1377088
Binary1000100110001101011000
Octal211106130

Shades and tints

Shades of #894658

#894658
(137,70,88)
#7D4050
(125,64,80)
#713A48
(113,58,72)
#653440
(101,52,64)
#592E38
(89,46,56)
#4D2830
(77,40,48)
#412228
(65,34,40)
#351C20
(53,28,32)
#291618
(41,22,24)
#1D1010
(29,16,16)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #894658

#894658
(137,70,88)
#935667
(147,86,103)
#9D6676
(157,102,118)
#A77685
(167,118,133)
#B18694
(177,134,148)
#BB96A3
(187,150,163)
#C5A6B2
(197,166,178)
#CFB6C1
(207,182,193)
#D9C6D0
(217,198,208)
#E3D6DF
(227,214,223)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894658 color. Also use rgb(137,70,88) instead hex code.

Text Font Color

.myTextColor { color: #894658; }

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

This text font color is #894658.


Background Color

.myBgColor { background-color: #894658; }

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

This div background color is #894658.


Border color

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

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

This div border color is #894658.


Opacity

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

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

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

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

This text has shadow with #894658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894658 on black background.


Color preview on white background

This text has color #894658 on white background.



Black color preview on #894658 background

This text has black color on #894658 background.


White color preview on #894658 background

This text has white color on #894658 background.