COLOR #893B5D

HEX: #893B5D
RGB: (137,59,93)

Color info

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

RGB color model

#893B5D color RGB value is (137,59,93).

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

RGB channels and saturation

R 137 of 255 = 54%
G 59 of 255 = 23%
B 93 of 255 = 36%

137
59
93

R + G + B ~ 38%. #893B5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 59 + 93 = 289 (100%)
R 137 of 289 ~ 47.4%
G 59 of 289 ~ 20.42%
B 93 of 289 ~ 32.18%

%47.4
%20.42
%32.18

CMYK color model

#893B5D color CMYK value is (0,57,32,46).

  • cyan value is 0.00%
  • magenta value is 56.93%
  • yellow value is 32.12%
  • key color value is 46.27%
CMYK:
(0,57,32,46)
C0M57Y32K46 
(0%,57%,32%,46%)
(0.00/0.57/0.32/0.46)	

CMYK percentages

%0
%56.93
%32.12
%46.27

Codes

Color #893B5D in popluar color models

893B5D
RGB1375993
HSL334°39.80%38.43%
HSB/HSV334°56.93%53.73%
CMYK0.00%56.93%32.12%
46.27%

Color #893B5D in popluar number systems.

HEX893B5D
Decimal1375993
Binary100010011110111011101
Octal21173135

Shades and tints

Shades of #893B5D

#893B5D
(137,59,93)
#7D3655
(125,54,85)
#71314D
(113,49,77)
#652C45
(101,44,69)
#59273D
(89,39,61)
#4D2235
(77,34,53)
#411D2D
(65,29,45)
#351825
(53,24,37)
#29131D
(41,19,29)
#1D0E15
(29,14,21)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #893B5D

#893B5D
(137,59,93)
#934C6B
(147,76,107)
#9D5D79
(157,93,121)
#A76E87
(167,110,135)
#B17F95
(177,127,149)
#BB90A3
(187,144,163)
#C5A1B1
(197,161,177)
#CFB2BF
(207,178,191)
#D9C3CD
(217,195,205)
#E3D4DB
(227,212,219)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893B5D; }

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

This text font color is #893B5D.


Background Color

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

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

This div background color is #893B5D.


Border color

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

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

This div border color is #893B5D.


Opacity

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

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

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

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

This text has shadow with #893B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893B5D on black background.


Color preview on white background

This text has color #893B5D on white background.



Black color preview on #893B5D background

This text has black color on #893B5D background.


White color preview on #893B5D background

This text has white color on #893B5D background.