COLOR #893D63

HEX: #893D63 RGB: (137,61,99)

Color info

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

RGB color model

#893D63 color RGB value is (137,61,99).

RGB: (137,61,99) (54%, 24%, 39%)

RGB channels and saturation

R 137 of 255 = 54%
G 61 of 255 = 24%
B 99 of 255 = 39%

137
61
99

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

Portions of RGB colors in percentages

R + G + B = 137 + 61 + 99 = 297 (100%)
R 137 of 297 ~ 46.13%
G 61 of 297 ~ 20.54%
B 99 of 297 ~ 33.33'%

%46.13
%20.54
%33.33

CMYK color model

#893D63 color CMYK value is (0,55,28,46).

  • cyan value is 0.00%
  • magenta value is 55.47%
  • yellow value is 27.74%
  • key color value is 46.27%

CMYK: (0,55,28,46)
C0M55Y28K46 (0%, 55%, 28%, 46%)
(0.00 / 0.55 / 0.28 / 0.46)

CMYK percentages

%0
%55.47
%27.74
%46.27

Codes

Color #893D63 in popluar color models

89 3D 63
RGB 137 61 99
HSL 330° 38.38% 38.82%
HSB/HSV 330° 55.47% 53.73%
CMYK 0.00% 55.47% 27.74%
46.27%

Color #893D63 in popluar number systems.

HEX 89 3D 63
Decimal 137 61 99
Binary 10001001 111101 1100011
Octal 211 75 143

Shades and tints

Shades of #893D63

#893D63
(137,61,99)
#7D385A
(125,56,90)
#713351
(113,51,81)
#652E48
(101,46,72)
#59293F
(89,41,63)
#4D2436
(77,36,54)
#411F2D
(65,31,45)
#351A24
(53,26,36)
#29151B
(41,21,27)
#1D1012
(29,16,18)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #893D63

#893D63
(137,61,99)
#934E71
(147,78,113)
#9D5F7F
(157,95,127)
#A7708D
(167,112,141)
#B1819B
(177,129,155)
#BB92A9
(187,146,169)
#C5A3B7
(197,163,183)
#CFB4C5
(207,180,197)
#D9C5D3
(217,197,211)
#E3D6E1
(227,214,225)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893D63 color. Also use rgb(137,61,99) instead hex code.

Text Font Color

.myTextColor { color: #893D63; }

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

This text font color is #893D63.

Background Color

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

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

This div background color is #893D63.

Border color

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

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

This div border color is #893D63.

Opacity

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

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

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

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

This text has shadow with #893D63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #893D63.

Preview

Color preview on black background

This text has color #893D63 on black background.


Color preview on white background

This text has color #893D63 on white background.


Black color preview on #893D63 background

This text has black color on #893D63 background.


White color preview on #893D63 background

This text has white color on #893D63 background.


Related colors

Complementary color

Complementary color for #hex is #76C29C.


I love getcolorcode.com

Triadic colors

1 #63893D and #3D6389 with #893D63 are triadic colors.

2 #633D89 and #3D8963 with #893D63 are triadic colors.