COLOR #857447

HEX: #857447
RGB: (133,116,71)

Color info

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

RGB color model

#857447 color RGB value is (133,116,71).

  • red value is 133;
  • green value is 116;
  • blue value is 71.
RGB:
(133,116,71)
(52%,45%,28%)

RGB channels and saturation

R 133 of 255 = 52%
G 116 of 255 = 45%
B 71 of 255 = 28%

133
116
71

R + G + B ~ 42%. #857447 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 116 + 71 = 320 (100%)
R 133 of 320 ~ 41.56%
G 116 of 320 ~ 36.25%
B 71 of 320 ~ 22.19%

%41.56
%36.25
%22.19

CMYK color model

#857447 color CMYK value is (0,13,47,48).

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 46.62%
  • key color value is 47.84%
CMYK:
(0,13,47,48)
C0M13Y47K48 
(0%,13%,47%,48%)
(0.00/0.13/0.47/0.48)	

CMYK percentages

%0
%12.78
%46.62
%47.84

Codes

Color #857447 in popluar color models

857447
RGB13311671
HSL44°30.39%40.00%
HSB/HSV44°46.62%52.16%
CMYK0.00%12.78%46.62%
47.84%

Color #857447 in popluar number systems.

HEX857447
Decimal13311671
Binary1000010111101001000111
Octal205164107

Shades and tints

Shades of #857447

#857447
(133,116,71)
#796A41
(121,106,65)
#6D603B
(109,96,59)
#615635
(97,86,53)
#554C2F
(85,76,47)
#494229
(73,66,41)
#3D3823
(61,56,35)
#312E1D
(49,46,29)
#252417
(37,36,23)
#191A11
(25,26,17)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #857447

#857447
(133,116,71)
#908057
(144,128,87)
#9B8C67
(155,140,103)
#A69877
(166,152,119)
#B1A487
(177,164,135)
#BCB097
(188,176,151)
#C7BCA7
(199,188,167)
#D2C8B7
(210,200,183)
#DDD4C7
(221,212,199)
#E8E0D7
(232,224,215)
#F3ECE7
(243,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857447 color. Also use rgb(133,116,71) instead hex code.

Text Font Color

.myTextColor { color: #857447; }

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

This text font color is #857447.


Background Color

.myBgColor { background-color: #857447; }

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

This div background color is #857447.


Border color

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

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

This div border color is #857447.


Opacity

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

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

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

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

This text has shadow with #857447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857447 on black background.


Color preview on white background

This text has color #857447 on white background.



Black color preview on #857447 background

This text has black color on #857447 background.


White color preview on #857447 background

This text has white color on #857447 background.