COLOR #857137

HEX: #857137
RGB: (133,113,55)

Color info

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

RGB color model

#857137 color RGB value is (133,113,55).

  • red value is 133;
  • green value is 113;
  • blue value is 55.
RGB:
(133,113,55)
(52%,44%,22%)

RGB channels and saturation

R 133 of 255 = 52%
G 113 of 255 = 44%
B 55 of 255 = 22%

133
113
55

R + G + B ~ 39%. #857137 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 113 + 55 = 301 (100%)
R 133 of 301 ~ 44.19%
G 113 of 301 ~ 37.54%
B 55 of 301 ~ 18.27%

%44.19
%37.54
%18.27

CMYK color model

#857137 color CMYK value is (0,15,59,48).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 58.65%
  • key color value is 47.84%
CMYK:
(0,15,59,48)
C0M15Y59K48 
(0%,15%,59%,48%)
(0.00/0.15/0.59/0.48)	

CMYK percentages

%0
%15.04
%58.65
%47.84

Codes

Color #857137 in popluar color models

857137
RGB13311355
HSL45°41.49%36.86%
HSB/HSV45°58.65%52.16%
CMYK0.00%15.04%58.65%
47.84%

Color #857137 in popluar number systems.

HEX857137
Decimal13311355
Binary100001011110001110111
Octal20516167

Shades and tints

Shades of #857137

#857137
(133,113,55)
#796732
(121,103,50)
#6D5D2D
(109,93,45)
#615328
(97,83,40)
#554923
(85,73,35)
#493F1E
(73,63,30)
#3D3519
(61,53,25)
#312B14
(49,43,20)
#25210F
(37,33,15)
#19170A
(25,23,10)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #857137

#857137
(133,113,55)
#907D49
(144,125,73)
#9B895B
(155,137,91)
#A6956D
(166,149,109)
#B1A17F
(177,161,127)
#BCAD91
(188,173,145)
#C7B9A3
(199,185,163)
#D2C5B5
(210,197,181)
#DDD1C7
(221,209,199)
#E8DDD9
(232,221,217)
#F3E9EB
(243,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857137 color. Also use rgb(133,113,55) instead hex code.

Text Font Color

.myTextColor { color: #857137; }

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

This text font color is #857137.


Background Color

.myBgColor { background-color: #857137; }

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

This div background color is #857137.


Border color

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

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

This div border color is #857137.


Opacity

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

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

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

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

This text has shadow with #857137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857137 on black background.


Color preview on white background

This text has color #857137 on white background.



Black color preview on #857137 background

This text has black color on #857137 background.


White color preview on #857137 background

This text has white color on #857137 background.