COLOR #857662

HEX: #857662
RGB: (133,118,98)

Color info

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

RGB color model

#857662 color RGB value is (133,118,98).

  • red value is 133;
  • green value is 118;
  • blue value is 98.
RGB:
(133,118,98)
(52%,46%,38%)

RGB channels and saturation

R 133 of 255 = 52%
G 118 of 255 = 46%
B 98 of 255 = 38%

133
118
98

R + G + B ~ 45%. #857662 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 118 + 98 = 349 (100%)
R 133 of 349 ~ 38.11%
G 118 of 349 ~ 33.81%
B 98 of 349 ~ 28.08%

%38.11
%33.81
%28.08

CMYK color model

#857662 color CMYK value is (0,11,26,48).

  • cyan value is 0.00%
  • magenta value is 11.28%
  • yellow value is 26.32%
  • key color value is 47.84%
CMYK:
(0,11,26,48)
C0M11Y26K48 
(0%,11%,26%,48%)
(0.00/0.11/0.26/0.48)	

CMYK percentages

%0
%11.28
%26.32
%47.84

Codes

Color #857662 in popluar color models

857662
RGB13311898
HSL34°15.15%45.29%
HSB/HSV34°26.32%52.16%
CMYK0.00%11.28%26.32%
47.84%

Color #857662 in popluar number systems.

HEX857662
Decimal13311898
Binary1000010111101101100010
Octal205166142

Shades and tints

Shades of #857662

#857662
(133,118,98)
#796C5A
(121,108,90)
#6D6252
(109,98,82)
#61584A
(97,88,74)
#554E42
(85,78,66)
#49443A
(73,68,58)
#3D3A32
(61,58,50)
#31302A
(49,48,42)
#252622
(37,38,34)
#191C1A
(25,28,26)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #857662

#857662
(133,118,98)
#908270
(144,130,112)
#9B8E7E
(155,142,126)
#A69A8C
(166,154,140)
#B1A69A
(177,166,154)
#BCB2A8
(188,178,168)
#C7BEB6
(199,190,182)
#D2CAC4
(210,202,196)
#DDD6D2
(221,214,210)
#E8E2E0
(232,226,224)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857662 color. Also use rgb(133,118,98) instead hex code.

Text Font Color

.myTextColor { color: #857662; }

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

This text font color is #857662.


Background Color

.myBgColor { background-color: #857662; }

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

This div background color is #857662.


Border color

.myBorderColor { border: 1px solid #857662; }

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

This div border color is #857662.


Opacity

.myOpacity80 { color: #857662; opacity: 0.8; }

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

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

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

This text has shadow with #857662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857662 on black background.


Color preview on white background

This text has color #857662 on white background.



Black color preview on #857662 background

This text has black color on #857662 background.


White color preview on #857662 background

This text has white color on #857662 background.