COLOR #893E6D

HEX: #893E6D
RGB: (137,62,109)

Color info

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

RGB color model

#893E6D color RGB value is (137,62,109).

  • red value is 137;
  • green value is 62;
  • blue value is 109.
RGB:
(137,62,109)
(54%,24%,43%)

RGB channels and saturation

R 137 of 255 = 54%
G 62 of 255 = 24%
B 109 of 255 = 43%

137
62
109

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

Portions of RGB colors in percentages

R + G + B =
137 + 62 + 109 = 308 (100%)
R 137 of 308 ~ 44.48%
G 62 of 308 ~ 20.13%
B 109 of 308 ~ 35.39%

%44.48
%20.13
%35.39

CMYK color model

#893E6D color CMYK value is (0,55,20,46).

  • cyan value is 0.00%
  • magenta value is 54.74%
  • yellow value is 20.44%
  • key color value is 46.27%
CMYK:
(0,55,20,46)
C0M55Y20K46 
(0%,55%,20%,46%)
(0.00/0.55/0.20/0.46)	

CMYK percentages

%0
%54.74
%20.44
%46.27

Codes

Color #893E6D in popluar color models

893E6D
RGB13762109
HSL322°37.69%39.02%
HSB/HSV322°54.74%53.73%
CMYK0.00%54.74%20.44%
46.27%

Color #893E6D in popluar number systems.

HEX893E6D
Decimal13762109
Binary100010011111101101101
Octal21176155

Shades and tints

Shades of #893E6D

#893E6D
(137,62,109)
#7D3964
(125,57,100)
#71345B
(113,52,91)
#652F52
(101,47,82)
#592A49
(89,42,73)
#4D2540
(77,37,64)
#412037
(65,32,55)
#351B2E
(53,27,46)
#291625
(41,22,37)
#1D111C
(29,17,28)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #893E6D

#893E6D
(137,62,109)
#934F7A
(147,79,122)
#9D6087
(157,96,135)
#A77194
(167,113,148)
#B182A1
(177,130,161)
#BB93AE
(187,147,174)
#C5A4BB
(197,164,187)
#CFB5C8
(207,181,200)
#D9C6D5
(217,198,213)
#E3D7E2
(227,215,226)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893E6D color. Also use rgb(137,62,109) instead hex code.

Text Font Color

.myTextColor { color: #893E6D; }

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

This text font color is #893E6D.


Background Color

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

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

This div background color is #893E6D.


Border color

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

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

This div border color is #893E6D.


Opacity

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

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

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

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

This text has shadow with #893E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893E6D on black background.


Color preview on white background

This text has color #893E6D on white background.



Black color preview on #893E6D background

This text has black color on #893E6D background.


White color preview on #893E6D background

This text has white color on #893E6D background.