COLOR #894B2D

HEX: #894B2D
RGB: (137,75,45)

Color info

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

RGB color model

#894B2D color RGB value is (137,75,45).

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

RGB channels and saturation

R 137 of 255 = 54%
G 75 of 255 = 29%
B 45 of 255 = 18%

137
75
45

R + G + B ~ 34%. #894B2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 75 + 45 = 257 (100%)
R 137 of 257 ~ 53.31%
G 75 of 257 ~ 29.18%
B 45 of 257 ~ 17.51%

%53.31
%29.18
%17.51

CMYK color model

#894B2D color CMYK value is (0,45,67,46).

  • cyan value is 0.00%
  • magenta value is 45.26%
  • yellow value is 67.15%
  • key color value is 46.27%
CMYK:
(0,45,67,46)
C0M45Y67K46 
(0%,45%,67%,46%)
(0.00/0.45/0.67/0.46)	

CMYK percentages

%0
%45.26
%67.15
%46.27

Codes

Color #894B2D in popluar color models

894B2D
RGB1377545
HSL20°50.55%35.69%
HSB/HSV20°67.15%53.73%
CMYK0.00%45.26%67.15%
46.27%

Color #894B2D in popluar number systems.

HEX894B2D
Decimal1377545
Binary100010011001011101101
Octal21111355

Shades and tints

Shades of #894B2D

#894B2D
(137,75,45)
#7D4529
(125,69,41)
#713F25
(113,63,37)
#653921
(101,57,33)
#59331D
(89,51,29)
#4D2D19
(77,45,25)
#412715
(65,39,21)
#352111
(53,33,17)
#291B0D
(41,27,13)
#1D1509
(29,21,9)
#110F05
(17,15,5)
#000000
(0,0,0)

Tints of #894B2D

#894B2D
(137,75,45)
#935B40
(147,91,64)
#9D6B53
(157,107,83)
#A77B66
(167,123,102)
#B18B79
(177,139,121)
#BB9B8C
(187,155,140)
#C5AB9F
(197,171,159)
#CFBBB2
(207,187,178)
#D9CBC5
(217,203,197)
#E3DBD8
(227,219,216)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #894B2D; }

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

This text font color is #894B2D.


Background Color

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

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

This div background color is #894B2D.


Border color

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

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

This div border color is #894B2D.


Opacity

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

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

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

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

This text has shadow with #894B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894B2D on black background.


Color preview on white background

This text has color #894B2D on white background.



Black color preview on #894B2D background

This text has black color on #894B2D background.


White color preview on #894B2D background

This text has white color on #894B2D background.