COLOR #857F6E

HEX: #857F6E
RGB: (133,127,110)

Color info

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

RGB color model

#857F6E color RGB value is (133,127,110).

  • red value is 133;
  • green value is 127;
  • blue value is 110.
RGB:
(133,127,110)
(52%,50%,43%)

RGB channels and saturation

R 133 of 255 = 52%
G 127 of 255 = 50%
B 110 of 255 = 43%

133
127
110

R + G + B ~ 48%. #857F6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 127 + 110 = 370 (100%)
R 133 of 370 ~ 35.95%
G 127 of 370 ~ 34.32%
B 110 of 370 ~ 29.73%

%35.95
%34.32
%29.73

CMYK color model

#857F6E color CMYK value is (0,5,17,48).

  • cyan value is 0.00%
  • magenta value is 4.51%
  • yellow value is 17.29%
  • key color value is 47.84%
CMYK:
(0,5,17,48)
C0M5Y17K48 
(0%,5%,17%,48%)
(0.00/0.05/0.17/0.48)	

CMYK percentages

%0
%4.51
%17.29
%47.84

Codes

Color #857F6E in popluar color models

857F6E
RGB133127110
HSL44°9.47%47.65%
HSB/HSV44°17.29%52.16%
CMYK0.00%4.51%17.29%
47.84%

Color #857F6E in popluar number systems.

HEX857F6E
Decimal133127110
Binary1000010111111111101110
Octal205177156

Shades and tints

Shades of #857F6E

#857F6E
(133,127,110)
#797464
(121,116,100)
#6D695A
(109,105,90)
#615E50
(97,94,80)
#555346
(85,83,70)
#49483C
(73,72,60)
#3D3D32
(61,61,50)
#313228
(49,50,40)
#25271E
(37,39,30)
#191C14
(25,28,20)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #857F6E

#857F6E
(133,127,110)
#908A7B
(144,138,123)
#9B9588
(155,149,136)
#A6A095
(166,160,149)
#B1ABA2
(177,171,162)
#BCB6AF
(188,182,175)
#C7C1BC
(199,193,188)
#D2CCC9
(210,204,201)
#DDD7D6
(221,215,214)
#E8E2E3
(232,226,227)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857F6E color. Also use rgb(133,127,110) instead hex code.

Text Font Color

.myTextColor { color: #857F6E; }

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

This text font color is #857F6E.


Background Color

.myBgColor { background-color: #857F6E; }

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

This div background color is #857F6E.


Border color

.myBorderColor { border: 1px solid #857F6E; }

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

This div border color is #857F6E.


Opacity

.myOpacity80 { color: #857F6E; opacity: 0.8; }

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

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

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

This text has shadow with #857F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857F6E on black background.


Color preview on white background

This text has color #857F6E on white background.



Black color preview on #857F6E background

This text has black color on #857F6E background.


White color preview on #857F6E background

This text has white color on #857F6E background.