COLOR #895926

HEX: #895926
RGB: (137,89,38)

Color info

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

RGB color model

#895926 color RGB value is (137,89,38).

  • red value is 137;
  • green value is 89;
  • blue value is 38.
RGB:
(137,89,38)
(54%,35%,15%)

RGB channels and saturation

R 137 of 255 = 54%
G 89 of 255 = 35%
B 38 of 255 = 15%

137
89
38

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

Portions of RGB colors in percentages

R + G + B =
137 + 89 + 38 = 264 (100%)
R 137 of 264 ~ 51.89%
G 89 of 264 ~ 33.71%
B 38 of 264 ~ 14.39%

%51.89
%33.71
%14.39

CMYK color model

#895926 color CMYK value is (0,35,72,46).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 72.26%
  • key color value is 46.27%
CMYK:
(0,35,72,46)
C0M35Y72K46 
(0%,35%,72%,46%)
(0.00/0.35/0.72/0.46)	

CMYK percentages

%0
%35.04
%72.26
%46.27

Codes

Color #895926 in popluar color models

895926
RGB1378938
HSL31°56.57%34.31%
HSB/HSV31°72.26%53.73%
CMYK0.00%35.04%72.26%
46.27%

Color #895926 in popluar number systems.

HEX895926
Decimal1378938
Binary100010011011001100110
Octal21113146

Shades and tints

Shades of #895926

#895926
(137,89,38)
#7D5123
(125,81,35)
#714920
(113,73,32)
#65411D
(101,65,29)
#59391A
(89,57,26)
#4D3117
(77,49,23)
#412914
(65,41,20)
#352111
(53,33,17)
#29190E
(41,25,14)
#1D110B
(29,17,11)
#110908
(17,9,8)
#000000
(0,0,0)

Tints of #895926

#895926
(137,89,38)
#936839
(147,104,57)
#9D774C
(157,119,76)
#A7865F
(167,134,95)
#B19572
(177,149,114)
#BBA485
(187,164,133)
#C5B398
(197,179,152)
#CFC2AB
(207,194,171)
#D9D1BE
(217,209,190)
#E3E0D1
(227,224,209)
#EDEFE4
(237,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895926 color. Also use rgb(137,89,38) instead hex code.

Text Font Color

.myTextColor { color: #895926; }

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

This text font color is #895926.


Background Color

.myBgColor { background-color: #895926; }

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

This div background color is #895926.


Border color

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

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

This div border color is #895926.


Opacity

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

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

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

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

This text has shadow with #895926 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895926 on black background.


Color preview on white background

This text has color #895926 on white background.



Black color preview on #895926 background

This text has black color on #895926 background.


White color preview on #895926 background

This text has white color on #895926 background.