COLOR #857A6C

HEX: #857A6C RGB: (133,122,108)

Color info

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

RGB color model

#857A6C color RGB value is (133,122,108).

RGB: (133,122,108) (52%, 48%, 42%)

RGB channels and saturation

R 133 of 255 = 52%
G 122 of 255 = 48%
B 108 of 255 = 42%

133
122
108

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

Portions of RGB colors in percentages

R + G + B = 133 + 122 + 108 = 363 (100%)
R 133 of 363 ~ 36.64%
G 122 of 363 ~ 33.61%
B 108 of 363 ~ 29.75'%

%36.64
%33.61
%29.75

CMYK color model

#857A6C color CMYK value is (0,8,19,48).

  • cyan value is 0.00%
  • magenta value is 8.27%
  • yellow value is 18.80%
  • key color value is 47.84%

CMYK: (0,8,19,48)
C0M8Y19K48 (0%, 8%, 19%, 48%)
(0.00 / 0.08 / 0.19 / 0.48)

CMYK percentages

%0
%8.27
%18.8
%47.84

Codes

Color #857A6C in popluar color models

85 7A 6C
RGB 133 122 108
HSL 34° 10.37% 47.25%
HSB/HSV 34° 18.80% 52.16%
CMYK 0.00% 8.27% 18.80%
47.84%

Color #857A6C in popluar number systems.

HEX 85 7A 6C
Decimal 133 122 108
Binary 10000101 1111010 1101100
Octal 205 172 154

Shades and tints

Shades of #857A6C

#857A6C
(133,122,108)
#796F63
(121,111,99)
#6D645A
(109,100,90)
#615951
(97,89,81)
#554E48
(85,78,72)
#49433F
(73,67,63)
#3D3836
(61,56,54)
#312D2D
(49,45,45)
#252224
(37,34,36)
#19171B
(25,23,27)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #857A6C

#857A6C
(133,122,108)
#908679
(144,134,121)
#9B9286
(155,146,134)
#A69E93
(166,158,147)
#B1AAA0
(177,170,160)
#BCB6AD
(188,182,173)
#C7C2BA
(199,194,186)
#D2CEC7
(210,206,199)
#DDDAD4
(221,218,212)
#E8E6E1
(232,230,225)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857A6C color. Also use rgb(133,122,108) instead hex code.

Text Font Color

.myTextColor { color: #857A6C; }

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

This text font color is #857A6C.

Background Color

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

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

This div background color is #857A6C.

Border color

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

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

This div border color is #857A6C.

Opacity

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

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

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

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

This text has shadow with #857A6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857A6C.

Preview

Color preview on black background

This text has color #857A6C on black background.


Color preview on white background

This text has color #857A6C on white background.


Black color preview on #857A6C background

This text has black color on #857A6C background.


White color preview on #857A6C background

This text has white color on #857A6C background.


Related colors

Complementary color

Complementary color for #hex is #7A8593.


I love getcolorcode.com

Triadic colors

1 #6C857A and #7A6C85 with #857A6C are triadic colors.

2 #6C7A85 and #7A856C with #857A6C are triadic colors.