COLOR #893747

HEX: #893747
RGB: (137,55,71)

Color info

#893747 contains mainly red color. Web safe color of #893747 is #993333 (or #933).

RGB color model

#893747 color RGB value is (137,55,71).

  • red value is 137;
  • green value is 55;
  • blue value is 71.
RGB:
(137,55,71)
(54%,22%,28%)

RGB channels and saturation

R 137 of 255 = 54%
G 55 of 255 = 22%
B 71 of 255 = 28%

137
55
71

R + G + B ~ 35%. #893747 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 55 + 71 = 263 (100%)
R 137 of 263 ~ 52.09%
G 55 of 263 ~ 20.91%
B 71 of 263 ~ 27%

%52.09
%20.91
%27

CMYK color model

#893747 color CMYK value is (0,60,48,46).

  • cyan value is 0.00%
  • magenta value is 59.85%
  • yellow value is 48.18%
  • key color value is 46.27%
CMYK:
(0,60,48,46)
C0M60Y48K46 
(0%,60%,48%,46%)
(0.00/0.60/0.48/0.46)	

CMYK percentages

%0
%59.85
%48.18
%46.27

Codes

Color #893747 in popluar color models

893747
RGB1375571
HSL348°42.71%37.65%
HSB/HSV348°59.85%53.73%
CMYK0.00%59.85%48.18%
46.27%

Color #893747 in popluar number systems.

HEX893747
Decimal1375571
Binary100010011101111000111
Octal21167107

Shades and tints

Shades of #893747

#893747
(137,55,71)
#7D3241
(125,50,65)
#712D3B
(113,45,59)
#652835
(101,40,53)
#59232F
(89,35,47)
#4D1E29
(77,30,41)
#411923
(65,25,35)
#35141D
(53,20,29)
#290F17
(41,15,23)
#1D0A11
(29,10,17)
#11050B
(17,5,11)
#000000
(0,0,0)

Tints of #893747

#893747
(137,55,71)
#934957
(147,73,87)
#9D5B67
(157,91,103)
#A76D77
(167,109,119)
#B17F87
(177,127,135)
#BB9197
(187,145,151)
#C5A3A7
(197,163,167)
#CFB5B7
(207,181,183)
#D9C7C7
(217,199,199)
#E3D9D7
(227,217,215)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893747 color. Also use rgb(137,55,71) instead hex code.

Text Font Color

.myTextColor { color: #893747; }

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

This text font color is #893747.


Background Color

.myBgColor { background-color: #893747; }

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

This div background color is #893747.


Border color

.myBorderColor { border: 1px solid #893747; }

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

This div border color is #893747.


Opacity

.myOpacity80 { color: #893747; opacity: 0.8; }

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

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

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

This text has shadow with #893747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893747 on black background.


Color preview on white background

This text has color #893747 on white background.



Black color preview on #893747 background

This text has black color on #893747 background.


White color preview on #893747 background

This text has white color on #893747 background.