COLOR #857F69

HEX: #857F69
RGB: (133,127,105)

Color info

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

RGB color model

#857F69 color RGB value is (133,127,105).

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

RGB channels and saturation

R 133 of 255 = 52%
G 127 of 255 = 50%
B 105 of 255 = 41%

133
127
105

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

Portions of RGB colors in percentages

R + G + B =
133 + 127 + 105 = 365 (100%)
R 133 of 365 ~ 36.44%
G 127 of 365 ~ 34.79%
B 105 of 365 ~ 28.77%

%36.44
%34.79
%28.77

CMYK color model

#857F69 color CMYK value is (0,5,21,48).

  • cyan value is 0.00%
  • magenta value is 4.51%
  • yellow value is 21.05%
  • key color value is 47.84%
CMYK:
(0,5,21,48)
C0M5Y21K48 
(0%,5%,21%,48%)
(0.00/0.05/0.21/0.48)	

CMYK percentages

%0
%4.51
%21.05
%47.84

Codes

Color #857F69 in popluar color models

857F69
RGB133127105
HSL47°11.76%46.67%
HSB/HSV47°21.05%52.16%
CMYK0.00%4.51%21.05%
47.84%

Color #857F69 in popluar number systems.

HEX857F69
Decimal133127105
Binary1000010111111111101001
Octal205177151

Shades and tints

Shades of #857F69

#857F69
(133,127,105)
#797460
(121,116,96)
#6D6957
(109,105,87)
#615E4E
(97,94,78)
#555345
(85,83,69)
#49483C
(73,72,60)
#3D3D33
(61,61,51)
#31322A
(49,50,42)
#252721
(37,39,33)
#191C18
(25,28,24)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #857F69

#857F69
(133,127,105)
#908A76
(144,138,118)
#9B9583
(155,149,131)
#A6A090
(166,160,144)
#B1AB9D
(177,171,157)
#BCB6AA
(188,182,170)
#C7C1B7
(199,193,183)
#D2CCC4
(210,204,196)
#DDD7D1
(221,215,209)
#E8E2DE
(232,226,222)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857F69; }

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

This text font color is #857F69.


Background Color

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

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

This div background color is #857F69.


Border color

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

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

This div border color is #857F69.


Opacity

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

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

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

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

This text has shadow with #857F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857F69 on black background.


Color preview on white background

This text has color #857F69 on white background.



Black color preview on #857F69 background

This text has black color on #857F69 background.


White color preview on #857F69 background

This text has white color on #857F69 background.