COLOR #857D6A

HEX: #857D6A
RGB: (133,125,106)

Color info

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

RGB color model

#857D6A color RGB value is (133,125,106).

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

RGB channels and saturation

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

133
125
106

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

Portions of RGB colors in percentages

R + G + B =
133 + 125 + 106 = 364 (100%)
R 133 of 364 ~ 36.54%
G 125 of 364 ~ 34.34%
B 106 of 364 ~ 29.12%

%36.54
%34.34
%29.12

CMYK color model

#857D6A color CMYK value is (0,6,20,48).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 20.30%
  • key color value is 47.84%
CMYK:
(0,6,20,48)
C0M6Y20K48 
(0%,6%,20%,48%)
(0.00/0.06/0.20/0.48)	

CMYK percentages

%0
%6.02
%20.3
%47.84

Codes

Color #857D6A in popluar color models

857D6A
RGB133125106
HSL42°11.30%46.86%
HSB/HSV42°20.30%52.16%
CMYK0.00%6.02%20.30%
47.84%

Color #857D6A in popluar number systems.

HEX857D6A
Decimal133125106
Binary1000010111111011101010
Octal205175152

Shades and tints

Shades of #857D6A

#857D6A
(133,125,106)
#797261
(121,114,97)
#6D6758
(109,103,88)
#615C4F
(97,92,79)
#555146
(85,81,70)
#49463D
(73,70,61)
#3D3B34
(61,59,52)
#31302B
(49,48,43)
#252522
(37,37,34)
#191A19
(25,26,25)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #857D6A

#857D6A
(133,125,106)
#908877
(144,136,119)
#9B9384
(155,147,132)
#A69E91
(166,158,145)
#B1A99E
(177,169,158)
#BCB4AB
(188,180,171)
#C7BFB8
(199,191,184)
#D2CAC5
(210,202,197)
#DDD5D2
(221,213,210)
#E8E0DF
(232,224,223)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857D6A; }

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

This text font color is #857D6A.


Background Color

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

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

This div background color is #857D6A.


Border color

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

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

This div border color is #857D6A.


Opacity

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

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

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

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

This text has shadow with #857D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857D6A on black background.


Color preview on white background

This text has color #857D6A on white background.



Black color preview on #857D6A background

This text has black color on #857D6A background.


White color preview on #857D6A background

This text has white color on #857D6A background.