COLOR #857C67

HEX: #857C67
RGB: (133,124,103)

Color info

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

RGB color model

#857C67 color RGB value is (133,124,103).

  • red value is 133;
  • green value is 124;
  • blue value is 103.
RGB:
(133,124,103)
(52%,49%,40%)

RGB channels and saturation

R 133 of 255 = 52%
G 124 of 255 = 49%
B 103 of 255 = 40%

133
124
103

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

Portions of RGB colors in percentages

R + G + B =
133 + 124 + 103 = 360 (100%)
R 133 of 360 ~ 36.94%
G 124 of 360 ~ 34.44%
B 103 of 360 ~ 28.61%

%36.94
%34.44
%28.61

CMYK color model

#857C67 color CMYK value is (0,7,23,48).

  • cyan value is 0.00%
  • magenta value is 6.77%
  • yellow value is 22.56%
  • key color value is 47.84%
CMYK:
(0,7,23,48)
C0M7Y23K48 
(0%,7%,23%,48%)
(0.00/0.07/0.23/0.48)	

CMYK percentages

%0
%6.77
%22.56
%47.84

Codes

Color #857C67 in popluar color models

857C67
RGB133124103
HSL42°12.71%46.27%
HSB/HSV42°22.56%52.16%
CMYK0.00%6.77%22.56%
47.84%

Color #857C67 in popluar number systems.

HEX857C67
Decimal133124103
Binary1000010111111001100111
Octal205174147

Shades and tints

Shades of #857C67

#857C67
(133,124,103)
#79715E
(121,113,94)
#6D6655
(109,102,85)
#615B4C
(97,91,76)
#555043
(85,80,67)
#49453A
(73,69,58)
#3D3A31
(61,58,49)
#312F28
(49,47,40)
#25241F
(37,36,31)
#191916
(25,25,22)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #857C67

#857C67
(133,124,103)
#908774
(144,135,116)
#9B9281
(155,146,129)
#A69D8E
(166,157,142)
#B1A89B
(177,168,155)
#BCB3A8
(188,179,168)
#C7BEB5
(199,190,181)
#D2C9C2
(210,201,194)
#DDD4CF
(221,212,207)
#E8DFDC
(232,223,220)
#F3EAE9
(243,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857C67 color. Also use rgb(133,124,103) instead hex code.

Text Font Color

.myTextColor { color: #857C67; }

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

This text font color is #857C67.


Background Color

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

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

This div background color is #857C67.


Border color

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

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

This div border color is #857C67.


Opacity

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

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

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

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

This text has shadow with #857C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857C67 on black background.


Color preview on white background

This text has color #857C67 on white background.



Black color preview on #857C67 background

This text has black color on #857C67 background.


White color preview on #857C67 background

This text has white color on #857C67 background.