COLOR #893F65

HEX: #893F65 RGB: (137,63,101)

Color info

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

RGB color model

#893F65 color RGB value is (137,63,101).

RGB: (137,63,101) (54%, 25%, 40%)

RGB channels and saturation

R 137 of 255 = 54%
G 63 of 255 = 25%
B 101 of 255 = 40%

137
63
101

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

Portions of RGB colors in percentages

R + G + B = 137 + 63 + 101 = 301 (100%)
R 137 of 301 ~ 45.51%
G 63 of 301 ~ 20.93%
B 101 of 301 ~ 33.55'%

%45.51
%20.93
%33.55

CMYK color model

#893F65 color CMYK value is (0,54,26,46).

  • cyan value is 0.00%
  • magenta value is 54.01%
  • yellow value is 26.28%
  • key color value is 46.27%

CMYK: (0,54,26,46)
C0M54Y26K46 (0%, 54%, 26%, 46%)
(0.00 / 0.54 / 0.26 / 0.46)

CMYK percentages

%0
%54.01
%26.28
%46.27

Codes

Color #893F65 in popluar color models

89 3F 65
RGB 137 63 101
HSL 329° 37.00% 39.22%
HSB/HSV 329° 54.01% 53.73%
CMYK 0.00% 54.01% 26.28%
46.27%

Color #893F65 in popluar number systems.

HEX 89 3F 65
Decimal 137 63 101
Binary 10001001 111111 1100101
Octal 211 77 145

Shades and tints

Shades of #893F65

#893F65
(137,63,101)
#7D3A5C
(125,58,92)
#713553
(113,53,83)
#65304A
(101,48,74)
#592B41
(89,43,65)
#4D2638
(77,38,56)
#41212F
(65,33,47)
#351C26
(53,28,38)
#29171D
(41,23,29)
#1D1214
(29,18,20)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #893F65

#893F65
(137,63,101)
#935073
(147,80,115)
#9D6181
(157,97,129)
#A7728F
(167,114,143)
#B1839D
(177,131,157)
#BB94AB
(187,148,171)
#C5A5B9
(197,165,185)
#CFB6C7
(207,182,199)
#D9C7D5
(217,199,213)
#E3D8E3
(227,216,227)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893F65 color. Also use rgb(137,63,101) instead hex code.

Text Font Color

.myTextColor { color: #893F65; }

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

This text font color is #893F65.

Background Color

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

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

This div background color is #893F65.

Border color

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

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

This div border color is #893F65.

Opacity

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

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

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

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

This text has shadow with #893F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #893F65.

Preview

Color preview on black background

This text has color #893F65 on black background.


Color preview on white background

This text has color #893F65 on white background.


Black color preview on #893F65 background

This text has black color on #893F65 background.


White color preview on #893F65 background

This text has white color on #893F65 background.


Related colors

Complementary color

Complementary color for #hex is #76C09A.


I love getcolorcode.com

Triadic colors

1 #65893F and #3F6589 with #893F65 are triadic colors.

2 #653F89 and #3F8965 with #893F65 are triadic colors.