COLOR #856140

HEX: #856140
RGB: (133,97,64)

Color info

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

RGB color model

#856140 color RGB value is (133,97,64).

  • red value is 133;
  • green value is 97;
  • blue value is 64.
RGB:
(133,97,64)
(52%,38%,25%)

RGB channels and saturation

R 133 of 255 = 52%
G 97 of 255 = 38%
B 64 of 255 = 25%

133
97
64

R + G + B ~ 38%. #856140 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 97 + 64 = 294 (100%)
R 133 of 294 ~ 45.24%
G 97 of 294 ~ 32.99%
B 64 of 294 ~ 21.77%

%45.24
%32.99
%21.77

CMYK color model

#856140 color CMYK value is (0,27,52,48).

  • cyan value is 0.00%
  • magenta value is 27.07%
  • yellow value is 51.88%
  • key color value is 47.84%
CMYK:
(0,27,52,48)
C0M27Y52K48 
(0%,27%,52%,48%)
(0.00/0.27/0.52/0.48)	

CMYK percentages

%0
%27.07
%51.88
%47.84

Codes

Color #856140 in popluar color models

856140
RGB1339764
HSL29°35.03%38.63%
HSB/HSV29°51.88%52.16%
CMYK0.00%27.07%51.88%
47.84%

Color #856140 in popluar number systems.

HEX856140
Decimal1339764
Binary1000010111000011000000
Octal205141100

Shades and tints

Shades of #856140

#856140
(133,97,64)
#79593B
(121,89,59)
#6D5136
(109,81,54)
#614931
(97,73,49)
#55412C
(85,65,44)
#493927
(73,57,39)
#3D3122
(61,49,34)
#31291D
(49,41,29)
#252118
(37,33,24)
#191913
(25,25,19)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #856140

#856140
(133,97,64)
#906F51
(144,111,81)
#9B7D62
(155,125,98)
#A68B73
(166,139,115)
#B19984
(177,153,132)
#BCA795
(188,167,149)
#C7B5A6
(199,181,166)
#D2C3B7
(210,195,183)
#DDD1C8
(221,209,200)
#E8DFD9
(232,223,217)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856140 color. Also use rgb(133,97,64) instead hex code.

Text Font Color

.myTextColor { color: #856140; }

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

This text font color is #856140.


Background Color

.myBgColor { background-color: #856140; }

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

This div background color is #856140.


Border color

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

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

This div border color is #856140.


Opacity

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

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

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

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

This text has shadow with #856140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856140 on black background.


Color preview on white background

This text has color #856140 on white background.



Black color preview on #856140 background

This text has black color on #856140 background.


White color preview on #856140 background

This text has white color on #856140 background.