COLOR #893E33

HEX: #893E33
RGB: (137,62,51)

Color info

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

RGB color model

#893E33 color RGB value is (137,62,51).

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

RGB channels and saturation

R 137 of 255 = 54%
G 62 of 255 = 24%
B 51 of 255 = 20%

137
62
51

R + G + B ~ 33%. #893E33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 62 + 51 = 250 (100%)
R 137 of 250 ~ 54.8%
G 62 of 250 ~ 24.8%
B 51 of 250 ~ 20.4%

%54.8
%24.8
%20.4

CMYK color model

#893E33 color CMYK value is (0,55,63,46).

  • cyan value is 0.00%
  • magenta value is 54.74%
  • yellow value is 62.77%
  • key color value is 46.27%
CMYK:
(0,55,63,46)
C0M55Y63K46 
(0%,55%,63%,46%)
(0.00/0.55/0.63/0.46)	

CMYK percentages

%0
%54.74
%62.77
%46.27

Codes

Color #893E33 in popluar color models

893E33
RGB1376251
HSL45.74%36.86%
HSB/HSV62.77%53.73%
CMYK0.00%54.74%62.77%
46.27%

Color #893E33 in popluar number systems.

HEX893E33
Decimal1376251
Binary10001001111110110011
Octal2117663

Shades and tints

Shades of #893E33

#893E33
(137,62,51)
#7D392F
(125,57,47)
#71342B
(113,52,43)
#652F27
(101,47,39)
#592A23
(89,42,35)
#4D251F
(77,37,31)
#41201B
(65,32,27)
#351B17
(53,27,23)
#291613
(41,22,19)
#1D110F
(29,17,15)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #893E33

#893E33
(137,62,51)
#934F45
(147,79,69)
#9D6057
(157,96,87)
#A77169
(167,113,105)
#B1827B
(177,130,123)
#BB938D
(187,147,141)
#C5A49F
(197,164,159)
#CFB5B1
(207,181,177)
#D9C6C3
(217,198,195)
#E3D7D5
(227,215,213)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893E33; }

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

This text font color is #893E33.


Background Color

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

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

This div background color is #893E33.


Border color

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

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

This div border color is #893E33.


Opacity

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

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

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

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

This text has shadow with #893E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893E33 on black background.


Color preview on white background

This text has color #893E33 on white background.



Black color preview on #893E33 background

This text has black color on #893E33 background.


White color preview on #893E33 background

This text has white color on #893E33 background.