COLOR #895030

HEX: #895030
RGB: (137,80,48)

Color info

#895030 contains mainly red and green colors. Web safe color of #895030 is #996633 (or #963).

RGB color model

#895030 color RGB value is (137,80,48).

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

RGB channels and saturation

R 137 of 255 = 54%
G 80 of 255 = 31%
B 48 of 255 = 19%

137
80
48

R + G + B ~ 35%. #895030 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 80 + 48 = 265 (100%)
R 137 of 265 ~ 51.7%
G 80 of 265 ~ 30.19%
B 48 of 265 ~ 18.11%

%51.7
%30.19
%18.11

CMYK color model

#895030 color CMYK value is (0,42,65,46).

  • cyan value is 0.00%
  • magenta value is 41.61%
  • yellow value is 64.96%
  • key color value is 46.27%
CMYK:
(0,42,65,46)
C0M42Y65K46 
(0%,42%,65%,46%)
(0.00/0.42/0.65/0.46)	

CMYK percentages

%0
%41.61
%64.96
%46.27

Codes

Color #895030 in popluar color models

895030
RGB1378048
HSL22°48.11%36.27%
HSB/HSV22°64.96%53.73%
CMYK0.00%41.61%64.96%
46.27%

Color #895030 in popluar number systems.

HEX895030
Decimal1378048
Binary100010011010000110000
Octal21112060

Shades and tints

Shades of #895030

#895030
(137,80,48)
#7D492C
(125,73,44)
#714228
(113,66,40)
#653B24
(101,59,36)
#593420
(89,52,32)
#4D2D1C
(77,45,28)
#412618
(65,38,24)
#351F14
(53,31,20)
#291810
(41,24,16)
#1D110C
(29,17,12)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #895030

#895030
(137,80,48)
#935F42
(147,95,66)
#9D6E54
(157,110,84)
#A77D66
(167,125,102)
#B18C78
(177,140,120)
#BB9B8A
(187,155,138)
#C5AA9C
(197,170,156)
#CFB9AE
(207,185,174)
#D9C8C0
(217,200,192)
#E3D7D2
(227,215,210)
#EDE6E4
(237,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895030; }

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

This text font color is #895030.


Background Color

.myBgColor { background-color: #895030; }

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

This div background color is #895030.


Border color

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

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

This div border color is #895030.


Opacity

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

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

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

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

This text has shadow with #895030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895030 on black background.


Color preview on white background

This text has color #895030 on white background.



Black color preview on #895030 background

This text has black color on #895030 background.


White color preview on #895030 background

This text has white color on #895030 background.