COLOR #894630

HEX: #894630
RGB: (137,70,48)

Color info

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

RGB color model

#894630 color RGB value is (137,70,48).

  • red value is 137;
  • green value is 70;
  • blue value is 48.
RGB:
(137,70,48)
(54%,27%,19%)

RGB channels and saturation

R 137 of 255 = 54%
G 70 of 255 = 27%
B 48 of 255 = 19%

137
70
48

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

Portions of RGB colors in percentages

R + G + B =
137 + 70 + 48 = 255 (100%)
R 137 of 255 ~ 53.73%
G 70 of 255 ~ 27.45%
B 48 of 255 ~ 18.82%

%53.73
%27.45
%18.82

CMYK color model

#894630 color CMYK value is (0,49,65,46).

  • cyan value is 0.00%
  • magenta value is 48.91%
  • yellow value is 64.96%
  • key color value is 46.27%
CMYK:
(0,49,65,46)
C0M49Y65K46 
(0%,49%,65%,46%)
(0.00/0.49/0.65/0.46)	

CMYK percentages

%0
%48.91
%64.96
%46.27

Codes

Color #894630 in popluar color models

894630
RGB1377048
HSL15°48.11%36.27%
HSB/HSV15°64.96%53.73%
CMYK0.00%48.91%64.96%
46.27%

Color #894630 in popluar number systems.

HEX894630
Decimal1377048
Binary100010011000110110000
Octal21110660

Shades and tints

Shades of #894630

#894630
(137,70,48)
#7D402C
(125,64,44)
#713A28
(113,58,40)
#653424
(101,52,36)
#592E20
(89,46,32)
#4D281C
(77,40,28)
#412218
(65,34,24)
#351C14
(53,28,20)
#291610
(41,22,16)
#1D100C
(29,16,12)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #894630

#894630
(137,70,48)
#935642
(147,86,66)
#9D6654
(157,102,84)
#A77666
(167,118,102)
#B18678
(177,134,120)
#BB968A
(187,150,138)
#C5A69C
(197,166,156)
#CFB6AE
(207,182,174)
#D9C6C0
(217,198,192)
#E3D6D2
(227,214,210)
#EDE6E4
(237,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894630 color. Also use rgb(137,70,48) instead hex code.

Text Font Color

.myTextColor { color: #894630; }

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

This text font color is #894630.


Background Color

.myBgColor { background-color: #894630; }

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

This div background color is #894630.


Border color

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

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

This div border color is #894630.


Opacity

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

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

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

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

This text has shadow with #894630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894630 on black background.


Color preview on white background

This text has color #894630 on white background.



Black color preview on #894630 background

This text has black color on #894630 background.


White color preview on #894630 background

This text has white color on #894630 background.