COLOR #857655

HEX: #857655
RGB: (133,118,85)

Color info

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

RGB color model

#857655 color RGB value is (133,118,85).

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

RGB channels and saturation

R 133 of 255 = 52%
G 118 of 255 = 46%
B 85 of 255 = 33%

133
118
85

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

Portions of RGB colors in percentages

R + G + B =
133 + 118 + 85 = 336 (100%)
R 133 of 336 ~ 39.58%
G 118 of 336 ~ 35.12%
B 85 of 336 ~ 25.3%

%39.58
%35.12
%25.3

CMYK color model

#857655 color CMYK value is (0,11,36,48).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 36.09%
  • key color value is 47.84%
CMYK:
(0,11,36,48)
C0M11Y36K48 
(0%,11%,36%,48%)
(0.00/0.11/0.36/0.48)	

CMYK percentages

%0
%11.28
%36.09
%47.84

Codes

Color #857655 in popluar color models

857655
RGB13311885
HSL41°22.02%42.75%
HSB/HSV41°36.09%52.16%
CMYK0.00%11.28%36.09%
47.84%

Color #857655 in popluar number systems.

HEX857655
Decimal13311885
Binary1000010111101101010101
Octal205166125

Shades and tints

Shades of #857655

#857655
(133,118,85)
#796C4E
(121,108,78)
#6D6247
(109,98,71)
#615840
(97,88,64)
#554E39
(85,78,57)
#494432
(73,68,50)
#3D3A2B
(61,58,43)
#313024
(49,48,36)
#25261D
(37,38,29)
#191C16
(25,28,22)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #857655

#857655
(133,118,85)
#908264
(144,130,100)
#9B8E73
(155,142,115)
#A69A82
(166,154,130)
#B1A691
(177,166,145)
#BCB2A0
(188,178,160)
#C7BEAF
(199,190,175)
#D2CABE
(210,202,190)
#DDD6CD
(221,214,205)
#E8E2DC
(232,226,220)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857655; }

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

This text font color is #857655.


Background Color

.myBgColor { background-color: #857655; }

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

This div background color is #857655.


Border color

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

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

This div border color is #857655.


Opacity

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

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

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

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

This text has shadow with #857655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857655 on black background.


Color preview on white background

This text has color #857655 on white background.



Black color preview on #857655 background

This text has black color on #857655 background.


White color preview on #857655 background

This text has white color on #857655 background.