COLOR #893B70

HEX: #893B70
RGB: (137,59,112)

Color info

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

RGB color model

#893B70 color RGB value is (137,59,112).

  • red value is 137;
  • green value is 59;
  • blue value is 112.
RGB:
(137,59,112)
(54%,23%,44%)

RGB channels and saturation

R 137 of 255 = 54%
G 59 of 255 = 23%
B 112 of 255 = 44%

137
59
112

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

Portions of RGB colors in percentages

R + G + B =
137 + 59 + 112 = 308 (100%)
R 137 of 308 ~ 44.48%
G 59 of 308 ~ 19.16%
B 112 of 308 ~ 36.36%

%44.48
%19.16
%36.36

CMYK color model

#893B70 color CMYK value is (0,57,18,46).

  • cyan value is 0.00%
  • magenta value is 56.93%
  • yellow value is 18.25%
  • key color value is 46.27%
CMYK:
(0,57,18,46)
C0M57Y18K46 
(0%,57%,18%,46%)
(0.00/0.57/0.18/0.46)	

CMYK percentages

%0
%56.93
%18.25
%46.27

Codes

Color #893B70 in popluar color models

893B70
RGB13759112
HSL319°39.80%38.43%
HSB/HSV319°56.93%53.73%
CMYK0.00%56.93%18.25%
46.27%

Color #893B70 in popluar number systems.

HEX893B70
Decimal13759112
Binary100010011110111110000
Octal21173160

Shades and tints

Shades of #893B70

#893B70
(137,59,112)
#7D3666
(125,54,102)
#71315C
(113,49,92)
#652C52
(101,44,82)
#592748
(89,39,72)
#4D223E
(77,34,62)
#411D34
(65,29,52)
#35182A
(53,24,42)
#291320
(41,19,32)
#1D0E16
(29,14,22)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #893B70

#893B70
(137,59,112)
#934C7D
(147,76,125)
#9D5D8A
(157,93,138)
#A76E97
(167,110,151)
#B17FA4
(177,127,164)
#BB90B1
(187,144,177)
#C5A1BE
(197,161,190)
#CFB2CB
(207,178,203)
#D9C3D8
(217,195,216)
#E3D4E5
(227,212,229)
#EDE5F2
(237,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893B70 color. Also use rgb(137,59,112) instead hex code.

Text Font Color

.myTextColor { color: #893B70; }

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

This text font color is #893B70.


Background Color

.myBgColor { background-color: #893B70; }

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

This div background color is #893B70.


Border color

.myBorderColor { border: 1px solid #893B70; }

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

This div border color is #893B70.


Opacity

.myOpacity80 { color: #893B70; opacity: 0.8; }

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

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

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

This text has shadow with #893B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893B70 on black background.


Color preview on white background

This text has color #893B70 on white background.



Black color preview on #893B70 background

This text has black color on #893B70 background.


White color preview on #893B70 background

This text has white color on #893B70 background.