COLOR #857C6A

HEX: #857C6A
RGB: (133,124,106)

Color info

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

RGB color model

#857C6A color RGB value is (133,124,106).

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

RGB channels and saturation

R 133 of 255 = 52%
G 124 of 255 = 49%
B 106 of 255 = 42%

133
124
106

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

Portions of RGB colors in percentages

R + G + B =
133 + 124 + 106 = 363 (100%)
R 133 of 363 ~ 36.64%
G 124 of 363 ~ 34.16%
B 106 of 363 ~ 29.2%

%36.64
%34.16
%29.2

CMYK color model

#857C6A color CMYK value is (0,7,20,48).

  • cyan value is 0.00%
  • magenta value is 6.77%
  • yellow value is 20.30%
  • key color value is 47.84%
CMYK:
(0,7,20,48)
C0M7Y20K48 
(0%,7%,20%,48%)
(0.00/0.07/0.20/0.48)	

CMYK percentages

%0
%6.77
%20.3
%47.84

Codes

Color #857C6A in popluar color models

857C6A
RGB133124106
HSL40°11.30%46.86%
HSB/HSV40°20.30%52.16%
CMYK0.00%6.77%20.30%
47.84%

Color #857C6A in popluar number systems.

HEX857C6A
Decimal133124106
Binary1000010111111001101010
Octal205174152

Shades and tints

Shades of #857C6A

#857C6A
(133,124,106)
#797161
(121,113,97)
#6D6658
(109,102,88)
#615B4F
(97,91,79)
#555046
(85,80,70)
#49453D
(73,69,61)
#3D3A34
(61,58,52)
#312F2B
(49,47,43)
#252422
(37,36,34)
#191919
(25,25,25)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #857C6A

#857C6A
(133,124,106)
#908777
(144,135,119)
#9B9284
(155,146,132)
#A69D91
(166,157,145)
#B1A89E
(177,168,158)
#BCB3AB
(188,179,171)
#C7BEB8
(199,190,184)
#D2C9C5
(210,201,197)
#DDD4D2
(221,212,210)
#E8DFDF
(232,223,223)
#F3EAEC
(243,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857C6A; }

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

This text font color is #857C6A.


Background Color

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

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

This div background color is #857C6A.


Border color

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

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

This div border color is #857C6A.


Opacity

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

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

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

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

This text has shadow with #857C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857C6A on black background.


Color preview on white background

This text has color #857C6A on white background.



Black color preview on #857C6A background

This text has black color on #857C6A background.


White color preview on #857C6A background

This text has white color on #857C6A background.