COLOR #857659

HEX: #857659
RGB: (133,118,89)

Color info

#857659 contains red, green and blue colors in about the same proportion. Web safe color of #857659 is #996666 (or #966).

RGB color model

#857659 color RGB value is (133,118,89).

  • red value is 133;
  • green value is 118;
  • blue value is 89.
RGB:
(133,118,89)
(52%,46%,35%)

RGB channels and saturation

R 133 of 255 = 52%
G 118 of 255 = 46%
B 89 of 255 = 35%

133
118
89

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

Portions of RGB colors in percentages

R + G + B =
133 + 118 + 89 = 340 (100%)
R 133 of 340 ~ 39.12%
G 118 of 340 ~ 34.71%
B 89 of 340 ~ 26.18%

%39.12
%34.71
%26.18

CMYK color model

#857659 color CMYK value is (0,11,33,48).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 33.08%
  • key color value is 47.84%
CMYK:
(0,11,33,48)
C0M11Y33K48 
(0%,11%,33%,48%)
(0.00/0.11/0.33/0.48)	

CMYK percentages

%0
%11.28
%33.08
%47.84

Codes

Color #857659 in popluar color models

857659
RGB13311889
HSL40°19.82%43.53%
HSB/HSV40°33.08%52.16%
CMYK0.00%11.28%33.08%
47.84%

Color #857659 in popluar number systems.

HEX857659
Decimal13311889
Binary1000010111101101011001
Octal205166131

Shades and tints

Shades of #857659

#857659
(133,118,89)
#796C51
(121,108,81)
#6D6249
(109,98,73)
#615841
(97,88,65)
#554E39
(85,78,57)
#494431
(73,68,49)
#3D3A29
(61,58,41)
#313021
(49,48,33)
#252619
(37,38,25)
#191C11
(25,28,17)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #857659

#857659
(133,118,89)
#908268
(144,130,104)
#9B8E77
(155,142,119)
#A69A86
(166,154,134)
#B1A695
(177,166,149)
#BCB2A4
(188,178,164)
#C7BEB3
(199,190,179)
#D2CAC2
(210,202,194)
#DDD6D1
(221,214,209)
#E8E2E0
(232,226,224)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857659 color. Also use rgb(133,118,89) instead hex code.

Text Font Color

.myTextColor { color: #857659; }

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

This text font color is #857659.


Background Color

.myBgColor { background-color: #857659; }

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

This div background color is #857659.


Border color

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

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

This div border color is #857659.


Opacity

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

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

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

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

This text has shadow with #857659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857659 on black background.


Color preview on white background

This text has color #857659 on white background.



Black color preview on #857659 background

This text has black color on #857659 background.


White color preview on #857659 background

This text has white color on #857659 background.