COLOR #857B71

HEX: #857B71 RGB: (133,123,113)

Color info

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

RGB color model

#857B71 color RGB value is (133,123,113).

RGB: (133,123,113) (52%, 48%, 44%)

RGB channels and saturation

R 133 of 255 = 52%
G 123 of 255 = 48%
B 113 of 255 = 44%

133
123
113

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

Portions of RGB colors in percentages

R + G + B = 133 + 123 + 113 = 369 (100%)
R 133 of 369 ~ 36.04%
G 123 of 369 ~ 33.33%
B 113 of 369 ~ 30.62'%

%36.04
%33.33
%30.62

CMYK color model

#857B71 color CMYK value is (0,8,15,48).

  • cyan value is 0.00%
  • magenta value is 7.52%
  • yellow value is 15.04%
  • key color value is 47.84%

CMYK: (0,8,15,48)
C0M8Y15K48 (0%, 8%, 15%, 48%)
(0.00 / 0.08 / 0.15 / 0.48)

CMYK percentages

%0
%7.52
%15.04
%47.84

Codes

Color #857B71 in popluar color models

85 7B 71
RGB 133 123 113
HSL 30° 8.13% 48.24%
HSB/HSV 30° 15.04% 52.16%
CMYK 0.00% 7.52% 15.04%
47.84%

Color #857B71 in popluar number systems.

HEX 85 7B 71
Decimal 133 123 113
Binary 10000101 1111011 1110001
Octal 205 173 161

Shades and tints

Shades of #857B71

#857B71
(133,123,113)
#797067
(121,112,103)
#6D655D
(109,101,93)
#615A53
(97,90,83)
#554F49
(85,79,73)
#49443F
(73,68,63)
#3D3935
(61,57,53)
#312E2B
(49,46,43)
#252321
(37,35,33)
#191817
(25,24,23)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #857B71

#857B71
(133,123,113)
#90877D
(144,135,125)
#9B9389
(155,147,137)
#A69F95
(166,159,149)
#B1ABA1
(177,171,161)
#BCB7AD
(188,183,173)
#C7C3B9
(199,195,185)
#D2CFC5
(210,207,197)
#DDDBD1
(221,219,209)
#E8E7DD
(232,231,221)
#F3F3E9
(243,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857B71 color. Also use rgb(133,123,113) instead hex code.

Text Font Color

.myTextColor { color: #857B71; }

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

This text font color is #857B71.

Background Color

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

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

This div background color is #857B71.

Border color

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

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

This div border color is #857B71.

Opacity

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

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

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

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

This text has shadow with #857B71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857B71.

Preview

Color preview on black background

This text has color #857B71 on black background.


Color preview on white background

This text has color #857B71 on white background.


Black color preview on #857B71 background

This text has black color on #857B71 background.


White color preview on #857B71 background

This text has white color on #857B71 background.


Related colors

Complementary color

Complementary color for #hex is #7A848E.


I love getcolorcode.com

Triadic colors

1 #71857B and #7B7185 with #857B71 are triadic colors.

2 #717B85 and #7B8571 with #857B71 are triadic colors.