COLOR #895A11

HEX: #895A11
RGB: (137,90,17)

Color info

#895A11 contains mainly red and green colors. Web safe color of #895A11 is #996600 (or #960).

RGB color model

#895A11 color RGB value is (137,90,17).

  • red value is 137;
  • green value is 90;
  • blue value is 17.
RGB:
(137,90,17)
(54%,35%,7%)

RGB channels and saturation

R 137 of 255 = 54%
G 90 of 255 = 35%
B 17 of 255 = 7%

137
90
17

R + G + B ~ 32%. #895A11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 90 + 17 = 244 (100%)
R 137 of 244 ~ 56.15%
G 90 of 244 ~ 36.89%
B 17 of 244 ~ 6.97%

%56.15
%36.89

CMYK color model

#895A11 color CMYK value is (0,34,88,46).

  • cyan value is 0.00%
  • magenta value is 34.31%
  • yellow value is 87.59%
  • key color value is 46.27%
CMYK:
(0,34,88,46)
C0M34Y88K46 
(0%,34%,88%,46%)
(0.00/0.34/0.88/0.46)	

CMYK percentages

%0
%34.31
%87.59
%46.27

Codes

Color #895A11 in popluar color models

895A11
RGB1379017
HSL37°77.92%30.20%
HSB/HSV37°87.59%53.73%
CMYK0.00%34.31%87.59%
46.27%

Color #895A11 in popluar number systems.

HEX895A11
Decimal1379017
Binary10001001101101010001
Octal21113221

Shades and tints

Shades of #895A11

#895A11
(137,90,17)
#7D5210
(125,82,16)
#714A0F
(113,74,15)
#65420E
(101,66,14)
#593A0D
(89,58,13)
#4D320C
(77,50,12)
#412A0B
(65,42,11)
#35220A
(53,34,10)
#291A09
(41,26,9)
#1D1208
(29,18,8)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #895A11

#895A11
(137,90,17)
#936926
(147,105,38)
#9D783B
(157,120,59)
#A78750
(167,135,80)
#B19665
(177,150,101)
#BBA57A
(187,165,122)
#C5B48F
(197,180,143)
#CFC3A4
(207,195,164)
#D9D2B9
(217,210,185)
#E3E1CE
(227,225,206)
#EDF0E3
(237,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895A11 color. Also use rgb(137,90,17) instead hex code.

Text Font Color

.myTextColor { color: #895A11; }

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

This text font color is #895A11.


Background Color

.myBgColor { background-color: #895A11; }

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

This div background color is #895A11.


Border color

.myBorderColor { border: 1px solid #895A11; }

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

This div border color is #895A11.


Opacity

.myOpacity80 { color: #895A11; opacity: 0.8; }

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

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

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

This text has shadow with #895A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895A11 on black background.


Color preview on white background

This text has color #895A11 on white background.



Black color preview on #895A11 background

This text has black color on #895A11 background.


White color preview on #895A11 background

This text has white color on #895A11 background.