COLOR #894B2C

HEX: #894B2C
RGB: (137,75,44)

Color info

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

RGB color model

#894B2C color RGB value is (137,75,44).

  • red value is 137;
  • green value is 75;
  • blue value is 44.
RGB:
(137,75,44)
(54%,29%,17%)

RGB channels and saturation

R 137 of 255 = 54%
G 75 of 255 = 29%
B 44 of 255 = 17%

137
75
44

R + G + B ~ 33%. #894B2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 75 + 44 = 256 (100%)
R 137 of 256 ~ 53.52%
G 75 of 256 ~ 29.3%
B 44 of 256 ~ 17.19%

%53.52
%29.3
%17.19

CMYK color model

#894B2C color CMYK value is (0,45,68,46).

  • cyan value is 0.00%
  • magenta value is 45.26%
  • yellow value is 67.88%
  • key color value is 46.27%
CMYK:
(0,45,68,46)
C0M45Y68K46 
(0%,45%,68%,46%)
(0.00/0.45/0.68/0.46)	

CMYK percentages

%0
%45.26
%67.88
%46.27

Codes

Color #894B2C in popluar color models

894B2C
RGB1377544
HSL20°51.38%35.49%
HSB/HSV20°67.88%53.73%
CMYK0.00%45.26%67.88%
46.27%

Color #894B2C in popluar number systems.

HEX894B2C
Decimal1377544
Binary100010011001011101100
Octal21111354

Shades and tints

Shades of #894B2C

#894B2C
(137,75,44)
#7D4528
(125,69,40)
#713F24
(113,63,36)
#653920
(101,57,32)
#59331C
(89,51,28)
#4D2D18
(77,45,24)
#412714
(65,39,20)
#352110
(53,33,16)
#291B0C
(41,27,12)
#1D1508
(29,21,8)
#110F04
(17,15,4)
#000000
(0,0,0)

Tints of #894B2C

#894B2C
(137,75,44)
#935B3F
(147,91,63)
#9D6B52
(157,107,82)
#A77B65
(167,123,101)
#B18B78
(177,139,120)
#BB9B8B
(187,155,139)
#C5AB9E
(197,171,158)
#CFBBB1
(207,187,177)
#D9CBC4
(217,203,196)
#E3DBD7
(227,219,215)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894B2C color. Also use rgb(137,75,44) instead hex code.

Text Font Color

.myTextColor { color: #894B2C; }

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

This text font color is #894B2C.


Background Color

.myBgColor { background-color: #894B2C; }

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

This div background color is #894B2C.


Border color

.myBorderColor { border: 1px solid #894B2C; }

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

This div border color is #894B2C.


Opacity

.myOpacity80 { color: #894B2C; opacity: 0.8; }

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

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

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

This text has shadow with #894B2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894B2C on black background.


Color preview on white background

This text has color #894B2C on white background.



Black color preview on #894B2C background

This text has black color on #894B2C background.


White color preview on #894B2C background

This text has white color on #894B2C background.