COLOR #857336

HEX: #857336
RGB: (133,115,54)

Color info

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

RGB color model

#857336 color RGB value is (133,115,54).

  • red value is 133;
  • green value is 115;
  • blue value is 54.
RGB:
(133,115,54)
(52%,45%,21%)

RGB channels and saturation

R 133 of 255 = 52%
G 115 of 255 = 45%
B 54 of 255 = 21%

133
115
54

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

Portions of RGB colors in percentages

R + G + B =
133 + 115 + 54 = 302 (100%)
R 133 of 302 ~ 44.04%
G 115 of 302 ~ 38.08%
B 54 of 302 ~ 17.88%

%44.04
%38.08
%17.88

CMYK color model

#857336 color CMYK value is (0,14,59,48).

  • cyan value is 0.00%
  • magenta value is 13.53%
  • yellow value is 59.40%
  • key color value is 47.84%
CMYK:
(0,14,59,48)
C0M14Y59K48 
(0%,14%,59%,48%)
(0.00/0.14/0.59/0.48)	

CMYK percentages

%0
%13.53
%59.4
%47.84

Codes

Color #857336 in popluar color models

857336
RGB13311554
HSL46°42.25%36.67%
HSB/HSV46°59.40%52.16%
CMYK0.00%13.53%59.40%
47.84%

Color #857336 in popluar number systems.

HEX857336
Decimal13311554
Binary100001011110011110110
Octal20516366

Shades and tints

Shades of #857336

#857336
(133,115,54)
#796932
(121,105,50)
#6D5F2E
(109,95,46)
#61552A
(97,85,42)
#554B26
(85,75,38)
#494122
(73,65,34)
#3D371E
(61,55,30)
#312D1A
(49,45,26)
#252316
(37,35,22)
#191912
(25,25,18)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #857336

#857336
(133,115,54)
#907F48
(144,127,72)
#9B8B5A
(155,139,90)
#A6976C
(166,151,108)
#B1A37E
(177,163,126)
#BCAF90
(188,175,144)
#C7BBA2
(199,187,162)
#D2C7B4
(210,199,180)
#DDD3C6
(221,211,198)
#E8DFD8
(232,223,216)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857336 color. Also use rgb(133,115,54) instead hex code.

Text Font Color

.myTextColor { color: #857336; }

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

This text font color is #857336.


Background Color

.myBgColor { background-color: #857336; }

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

This div background color is #857336.


Border color

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

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

This div border color is #857336.


Opacity

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

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

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

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

This text has shadow with #857336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857336 on black background.


Color preview on white background

This text has color #857336 on white background.



Black color preview on #857336 background

This text has black color on #857336 background.


White color preview on #857336 background

This text has white color on #857336 background.