COLOR #893722

HEX: #893722
RGB: (137,55,34)

Color info

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

RGB color model

#893722 color RGB value is (137,55,34).

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

RGB channels and saturation

R 137 of 255 = 54%
G 55 of 255 = 22%
B 34 of 255 = 13%

137
55
34

R + G + B ~ 30%. #893722 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 55 + 34 = 226 (100%)
R 137 of 226 ~ 60.62%
G 55 of 226 ~ 24.34%
B 34 of 226 ~ 15.04%

%60.62
%24.34
%15.04

CMYK color model

#893722 color CMYK value is (0,60,75,46).

  • cyan value is 0.00%
  • magenta value is 59.85%
  • yellow value is 75.18%
  • key color value is 46.27%
CMYK:
(0,60,75,46)
C0M60Y75K46 
(0%,60%,75%,46%)
(0.00/0.60/0.75/0.46)	

CMYK percentages

%0
%59.85
%75.18
%46.27

Codes

Color #893722 in popluar color models

893722
RGB1375534
HSL12°60.23%33.53%
HSB/HSV12°75.18%53.73%
CMYK0.00%59.85%75.18%
46.27%

Color #893722 in popluar number systems.

HEX893722
Decimal1375534
Binary10001001110111100010
Octal2116742

Shades and tints

Shades of #893722

#893722
(137,55,34)
#7D321F
(125,50,31)
#712D1C
(113,45,28)
#652819
(101,40,25)
#592316
(89,35,22)
#4D1E13
(77,30,19)
#411910
(65,25,16)
#35140D
(53,20,13)
#290F0A
(41,15,10)
#1D0A07
(29,10,7)
#110504
(17,5,4)
#000000
(0,0,0)

Tints of #893722

#893722
(137,55,34)
#934936
(147,73,54)
#9D5B4A
(157,91,74)
#A76D5E
(167,109,94)
#B17F72
(177,127,114)
#BB9186
(187,145,134)
#C5A39A
(197,163,154)
#CFB5AE
(207,181,174)
#D9C7C2
(217,199,194)
#E3D9D6
(227,217,214)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893722; }

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

This text font color is #893722.


Background Color

.myBgColor { background-color: #893722; }

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

This div background color is #893722.


Border color

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

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

This div border color is #893722.


Opacity

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

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

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

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

This text has shadow with #893722 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893722 on black background.


Color preview on white background

This text has color #893722 on white background.



Black color preview on #893722 background

This text has black color on #893722 background.


White color preview on #893722 background

This text has white color on #893722 background.