COLOR #857B66

HEX: #857B66
RGB: (133,123,102)

Color info

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

RGB color model

#857B66 color RGB value is (133,123,102).

  • red value is 133;
  • green value is 123;
  • blue value is 102.
RGB:
(133,123,102)
(52%,48%,40%)

RGB channels and saturation

R 133 of 255 = 52%
G 123 of 255 = 48%
B 102 of 255 = 40%

133
123
102

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

Portions of RGB colors in percentages

R + G + B =
133 + 123 + 102 = 358 (100%)
R 133 of 358 ~ 37.15%
G 123 of 358 ~ 34.36%
B 102 of 358 ~ 28.49%

%37.15
%34.36
%28.49

CMYK color model

#857B66 color CMYK value is (0,8,23,48).

  • cyan value is 0.00%
  • magenta value is 7.52%
  • yellow value is 23.31%
  • key color value is 47.84%
CMYK:
(0,8,23,48)
C0M8Y23K48 
(0%,8%,23%,48%)
(0.00/0.08/0.23/0.48)	

CMYK percentages

%0
%7.52
%23.31
%47.84

Codes

Color #857B66 in popluar color models

857B66
RGB133123102
HSL41°13.19%46.08%
HSB/HSV41°23.31%52.16%
CMYK0.00%7.52%23.31%
47.84%

Color #857B66 in popluar number systems.

HEX857B66
Decimal133123102
Binary1000010111110111100110
Octal205173146

Shades and tints

Shades of #857B66

#857B66
(133,123,102)
#79705D
(121,112,93)
#6D6554
(109,101,84)
#615A4B
(97,90,75)
#554F42
(85,79,66)
#494439
(73,68,57)
#3D3930
(61,57,48)
#312E27
(49,46,39)
#25231E
(37,35,30)
#191815
(25,24,21)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #857B66

#857B66
(133,123,102)
#908773
(144,135,115)
#9B9380
(155,147,128)
#A69F8D
(166,159,141)
#B1AB9A
(177,171,154)
#BCB7A7
(188,183,167)
#C7C3B4
(199,195,180)
#D2CFC1
(210,207,193)
#DDDBCE
(221,219,206)
#E8E7DB
(232,231,219)
#F3F3E8
(243,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857B66; }

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

This text font color is #857B66.


Background Color

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

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

This div background color is #857B66.


Border color

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

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

This div border color is #857B66.


Opacity

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

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

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

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

This text has shadow with #857B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857B66 on black background.


Color preview on white background

This text has color #857B66 on white background.



Black color preview on #857B66 background

This text has black color on #857B66 background.


White color preview on #857B66 background

This text has white color on #857B66 background.