COLOR #857761

HEX: #857761
RGB: (133,119,97)

Color info

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

RGB color model

#857761 color RGB value is (133,119,97).

  • red value is 133;
  • green value is 119;
  • blue value is 97.
RGB:
(133,119,97)
(52%,47%,38%)

RGB channels and saturation

R 133 of 255 = 52%
G 119 of 255 = 47%
B 97 of 255 = 38%

133
119
97

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

Portions of RGB colors in percentages

R + G + B =
133 + 119 + 97 = 349 (100%)
R 133 of 349 ~ 38.11%
G 119 of 349 ~ 34.1%
B 97 of 349 ~ 27.79%

%38.11
%34.1
%27.79

CMYK color model

#857761 color CMYK value is (0,11,27,48).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 27.07%
  • key color value is 47.84%
CMYK:
(0,11,27,48)
C0M11Y27K48 
(0%,11%,27%,48%)
(0.00/0.11/0.27/0.48)	

CMYK percentages

%0
%10.53
%27.07
%47.84

Codes

Color #857761 in popluar color models

857761
RGB13311997
HSL37°15.65%45.10%
HSB/HSV37°27.07%52.16%
CMYK0.00%10.53%27.07%
47.84%

Color #857761 in popluar number systems.

HEX857761
Decimal13311997
Binary1000010111101111100001
Octal205167141

Shades and tints

Shades of #857761

#857761
(133,119,97)
#796D59
(121,109,89)
#6D6351
(109,99,81)
#615949
(97,89,73)
#554F41
(85,79,65)
#494539
(73,69,57)
#3D3B31
(61,59,49)
#313129
(49,49,41)
#252721
(37,39,33)
#191D19
(25,29,25)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #857761

#857761
(133,119,97)
#90836F
(144,131,111)
#9B8F7D
(155,143,125)
#A69B8B
(166,155,139)
#B1A799
(177,167,153)
#BCB3A7
(188,179,167)
#C7BFB5
(199,191,181)
#D2CBC3
(210,203,195)
#DDD7D1
(221,215,209)
#E8E3DF
(232,227,223)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857761 color. Also use rgb(133,119,97) instead hex code.

Text Font Color

.myTextColor { color: #857761; }

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

This text font color is #857761.


Background Color

.myBgColor { background-color: #857761; }

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

This div background color is #857761.


Border color

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

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

This div border color is #857761.


Opacity

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

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

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

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

This text has shadow with #857761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857761 on black background.


Color preview on white background

This text has color #857761 on white background.



Black color preview on #857761 background

This text has black color on #857761 background.


White color preview on #857761 background

This text has white color on #857761 background.