COLOR #895734

HEX: #895734
RGB: (137,87,52)

Color info

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

RGB color model

#895734 color RGB value is (137,87,52).

  • red value is 137;
  • green value is 87;
  • blue value is 52.
RGB:
(137,87,52)
(54%,34%,20%)

RGB channels and saturation

R 137 of 255 = 54%
G 87 of 255 = 34%
B 52 of 255 = 20%

137
87
52

R + G + B ~ 36%. #895734 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 87 + 52 = 276 (100%)
R 137 of 276 ~ 49.64%
G 87 of 276 ~ 31.52%
B 52 of 276 ~ 18.84%

%49.64
%31.52
%18.84

CMYK color model

#895734 color CMYK value is (0,36,62,46).

  • cyan value is 0.00%
  • magenta value is 36.50%
  • yellow value is 62.04%
  • key color value is 46.27%
CMYK:
(0,36,62,46)
C0M36Y62K46 
(0%,36%,62%,46%)
(0.00/0.36/0.62/0.46)	

CMYK percentages

%0
%36.5
%62.04
%46.27

Codes

Color #895734 in popluar color models

895734
RGB1378752
HSL25°44.97%37.06%
HSB/HSV25°62.04%53.73%
CMYK0.00%36.50%62.04%
46.27%

Color #895734 in popluar number systems.

HEX895734
Decimal1378752
Binary100010011010111110100
Octal21112764

Shades and tints

Shades of #895734

#895734
(137,87,52)
#7D5030
(125,80,48)
#71492C
(113,73,44)
#654228
(101,66,40)
#593B24
(89,59,36)
#4D3420
(77,52,32)
#412D1C
(65,45,28)
#352618
(53,38,24)
#291F14
(41,31,20)
#1D1810
(29,24,16)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #895734

#895734
(137,87,52)
#936646
(147,102,70)
#9D7558
(157,117,88)
#A7846A
(167,132,106)
#B1937C
(177,147,124)
#BBA28E
(187,162,142)
#C5B1A0
(197,177,160)
#CFC0B2
(207,192,178)
#D9CFC4
(217,207,196)
#E3DED6
(227,222,214)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895734 color. Also use rgb(137,87,52) instead hex code.

Text Font Color

.myTextColor { color: #895734; }

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

This text font color is #895734.


Background Color

.myBgColor { background-color: #895734; }

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

This div background color is #895734.


Border color

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

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

This div border color is #895734.


Opacity

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

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

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

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

This text has shadow with #895734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895734 on black background.


Color preview on white background

This text has color #895734 on white background.



Black color preview on #895734 background

This text has black color on #895734 background.


White color preview on #895734 background

This text has white color on #895734 background.