COLOR #894C4C

HEX: #894C4C
RGB: (137,76,76)

Color info

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

RGB color model

#894C4C color RGB value is (137,76,76).

  • red value is 137;
  • green value is 76;
  • blue value is 76.
RGB:
(137,76,76)
(54%,30%,30%)

RGB channels and saturation

R 137 of 255 = 54%
G 76 of 255 = 30%
B 76 of 255 = 30%

137
76
76

R + G + B ~ 38%. #894C4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 76 + 76 = 289 (100%)
R 137 of 289 ~ 47.4%
G 76 of 289 ~ 26.3%
B 76 of 289 ~ 26.3%

%47.4
%26.3
%26.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 44.53%
  • yellow value is 44.53%
  • key color value is 46.27%
CMYK:
(0,45,45,46)
C0M45Y45K46 
(0%,45%,45%,46%)
(0.00/0.45/0.45/0.46)	

CMYK percentages

%0
%44.53
%44.53
%46.27

Codes

Color #894C4C in popluar color models

894C4C
RGB1377676
HSL28.64%41.76%
HSB/HSV44.53%53.73%
CMYK0.00%44.53%44.53%
46.27%

Color #894C4C in popluar number systems.

HEX894C4C
Decimal1377676
Binary1000100110011001001100
Octal211114114

Shades and tints

Shades of #894C4C

#894C4C
(137,76,76)
#7D4646
(125,70,70)
#714040
(113,64,64)
#653A3A
(101,58,58)
#593434
(89,52,52)
#4D2E2E
(77,46,46)
#412828
(65,40,40)
#352222
(53,34,34)
#291C1C
(41,28,28)
#1D1616
(29,22,22)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #894C4C

#894C4C
(137,76,76)
#935C5C
(147,92,92)
#9D6C6C
(157,108,108)
#A77C7C
(167,124,124)
#B18C8C
(177,140,140)
#BB9C9C
(187,156,156)
#C5ACAC
(197,172,172)
#CFBCBC
(207,188,188)
#D9CCCC
(217,204,204)
#E3DCDC
(227,220,220)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #894C4C; }

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

This text font color is #894C4C.


Background Color

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

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

This div background color is #894C4C.


Border color

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

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

This div border color is #894C4C.


Opacity

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

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

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

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

This text has shadow with #894C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894C4C on black background.


Color preview on white background

This text has color #894C4C on white background.



Black color preview on #894C4C background

This text has black color on #894C4C background.


White color preview on #894C4C background

This text has white color on #894C4C background.