COLOR #893331

HEX: #893331
RGB: (137,51,49)

Color info

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

RGB color model

#893331 color RGB value is (137,51,49).

  • red value is 137;
  • green value is 51;
  • blue value is 49.
RGB:
(137,51,49)
(54%,20%,19%)

RGB channels and saturation

R 137 of 255 = 54%
G 51 of 255 = 20%
B 49 of 255 = 19%

137
51
49

R + G + B ~ 31%. #893331 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 51 + 49 = 237 (100%)
R 137 of 237 ~ 57.81%
G 51 of 237 ~ 21.52%
B 49 of 237 ~ 20.68%

%57.81
%21.52
%20.68

CMYK color model

#893331 color CMYK value is (0,63,64,46).

  • cyan value is 0.00%
  • magenta value is 62.77%
  • yellow value is 64.23%
  • key color value is 46.27%
CMYK:
(0,63,64,46)
C0M63Y64K46 
(0%,63%,64%,46%)
(0.00/0.63/0.64/0.46)	

CMYK percentages

%0
%62.77
%64.23
%46.27

Codes

Color #893331 in popluar color models

893331
RGB1375149
HSL47.31%36.47%
HSB/HSV64.23%53.73%
CMYK0.00%62.77%64.23%
46.27%

Color #893331 in popluar number systems.

HEX893331
Decimal1375149
Binary10001001110011110001
Octal2116361

Shades and tints

Shades of #893331

#893331
(137,51,49)
#7D2F2D
(125,47,45)
#712B29
(113,43,41)
#652725
(101,39,37)
#592321
(89,35,33)
#4D1F1D
(77,31,29)
#411B19
(65,27,25)
#351715
(53,23,21)
#291311
(41,19,17)
#1D0F0D
(29,15,13)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #893331

#893331
(137,51,49)
#934543
(147,69,67)
#9D5755
(157,87,85)
#A76967
(167,105,103)
#B17B79
(177,123,121)
#BB8D8B
(187,141,139)
#C59F9D
(197,159,157)
#CFB1AF
(207,177,175)
#D9C3C1
(217,195,193)
#E3D5D3
(227,213,211)
#EDE7E5
(237,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893331 color. Also use rgb(137,51,49) instead hex code.

Text Font Color

.myTextColor { color: #893331; }

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

This text font color is #893331.


Background Color

.myBgColor { background-color: #893331; }

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

This div background color is #893331.


Border color

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

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

This div border color is #893331.


Opacity

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

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

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

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

This text has shadow with #893331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893331 on black background.


Color preview on white background

This text has color #893331 on white background.



Black color preview on #893331 background

This text has black color on #893331 background.


White color preview on #893331 background

This text has white color on #893331 background.