COLOR #894B3F

HEX: #894B3F
RGB: (137,75,63)

Color info

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

RGB color model

#894B3F color RGB value is (137,75,63).

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

RGB channels and saturation

R 137 of 255 = 54%
G 75 of 255 = 29%
B 63 of 255 = 25%

137
75
63

R + G + B ~ 36%. #894B3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 75 + 63 = 275 (100%)
R 137 of 275 ~ 49.82%
G 75 of 275 ~ 27.27%
B 63 of 275 ~ 22.91%

%49.82
%27.27
%22.91

CMYK color model

#894B3F color CMYK value is (0,45,54,46).

  • cyan value is 0.00%
  • magenta value is 45.26%
  • yellow value is 54.01%
  • key color value is 46.27%
CMYK:
(0,45,54,46)
C0M45Y54K46 
(0%,45%,54%,46%)
(0.00/0.45/0.54/0.46)	

CMYK percentages

%0
%45.26
%54.01
%46.27

Codes

Color #894B3F in popluar color models

894B3F
RGB1377563
HSL10°37.00%39.22%
HSB/HSV10°54.01%53.73%
CMYK0.00%45.26%54.01%
46.27%

Color #894B3F in popluar number systems.

HEX894B3F
Decimal1377563
Binary100010011001011111111
Octal21111377

Shades and tints

Shades of #894B3F

#894B3F
(137,75,63)
#7D453A
(125,69,58)
#713F35
(113,63,53)
#653930
(101,57,48)
#59332B
(89,51,43)
#4D2D26
(77,45,38)
#412721
(65,39,33)
#35211C
(53,33,28)
#291B17
(41,27,23)
#1D1512
(29,21,18)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #894B3F

#894B3F
(137,75,63)
#935B50
(147,91,80)
#9D6B61
(157,107,97)
#A77B72
(167,123,114)
#B18B83
(177,139,131)
#BB9B94
(187,155,148)
#C5ABA5
(197,171,165)
#CFBBB6
(207,187,182)
#D9CBC7
(217,203,199)
#E3DBD8
(227,219,216)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #894B3F; }

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

This text font color is #894B3F.


Background Color

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

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

This div background color is #894B3F.


Border color

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

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

This div border color is #894B3F.


Opacity

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

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

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

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

This text has shadow with #894B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894B3F on black background.


Color preview on white background

This text has color #894B3F on white background.



Black color preview on #894B3F background

This text has black color on #894B3F background.


White color preview on #894B3F background

This text has white color on #894B3F background.