COLOR #857E6D

HEX: #857E6D RGB: (133,126,109)

Color info

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

RGB color model

#857E6D color RGB value is (133,126,109).

RGB: (133,126,109) (52%, 49%, 43%)

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 109 of 255 = 43%

133
126
109

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

Portions of RGB colors in percentages

R + G + B = 133 + 126 + 109 = 368 (100%)
R 133 of 368 ~ 36.14%
G 126 of 368 ~ 34.24%
B 109 of 368 ~ 29.62'%

%36.14
%34.24
%29.62

CMYK color model

#857E6D color CMYK value is (0,5,18,48).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 18.05%
  • key color value is 47.84%

CMYK: (0,5,18,48)
C0M5Y18K48 (0%, 5%, 18%, 48%)
(0.00 / 0.05 / 0.18 / 0.48)

CMYK percentages

%0
%5.26
%18.05
%47.84

Codes

Color #857E6D in popluar color models

85 7E 6D
RGB 133 126 109
HSL 43° 9.92% 47.45%
HSB/HSV 43° 18.05% 52.16%
CMYK 0.00% 5.26% 18.05%
47.84%

Color #857E6D in popluar number systems.

HEX 85 7E 6D
Decimal 133 126 109
Binary 10000101 1111110 1101101
Octal 205 176 155

Shades and tints

Shades of #857E6D

#857E6D
(133,126,109)
#797364
(121,115,100)
#6D685B
(109,104,91)
#615D52
(97,93,82)
#555249
(85,82,73)
#494740
(73,71,64)
#3D3C37
(61,60,55)
#31312E
(49,49,46)
#252625
(37,38,37)
#191B1C
(25,27,28)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #857E6D

#857E6D
(133,126,109)
#90897A
(144,137,122)
#9B9487
(155,148,135)
#A69F94
(166,159,148)
#B1AAA1
(177,170,161)
#BCB5AE
(188,181,174)
#C7C0BB
(199,192,187)
#D2CBC8
(210,203,200)
#DDD6D5
(221,214,213)
#E8E1E2
(232,225,226)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857E6D color. Also use rgb(133,126,109) instead hex code.

Text Font Color

.myTextColor { color: #857E6D; }

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

This text font color is #857E6D.

Background Color

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

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

This div background color is #857E6D.

Border color

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

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

This div border color is #857E6D.

Opacity

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

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

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

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

This text has shadow with #857E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857E6D.

Preview

Color preview on black background

This text has color #857E6D on black background.


Color preview on white background

This text has color #857E6D on white background.


Black color preview on #857E6D background

This text has black color on #857E6D background.


White color preview on #857E6D background

This text has white color on #857E6D background.


Related colors

Complementary color

Complementary color for #hex is #7A8192.


I love getcolorcode.com

Triadic colors

1 #6D857E and #7E6D85 with #857E6D are triadic colors.

2 #6D7E85 and #7E856D with #857E6D are triadic colors.