COLOR #857460

HEX: #857460
RGB: (133,116,96)

Color info

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

RGB color model

#857460 color RGB value is (133,116,96).

  • red value is 133;
  • green value is 116;
  • blue value is 96.
RGB:
(133,116,96)
(52%,45%,38%)

RGB channels and saturation

R 133 of 255 = 52%
G 116 of 255 = 45%
B 96 of 255 = 38%

133
116
96

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

Portions of RGB colors in percentages

R + G + B =
133 + 116 + 96 = 345 (100%)
R 133 of 345 ~ 38.55%
G 116 of 345 ~ 33.62%
B 96 of 345 ~ 27.83%

%38.55
%33.62
%27.83

CMYK color model

#857460 color CMYK value is (0,13,28,48).

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 27.82%
  • key color value is 47.84%
CMYK:
(0,13,28,48)
C0M13Y28K48 
(0%,13%,28%,48%)
(0.00/0.13/0.28/0.48)	

CMYK percentages

%0
%12.78
%27.82
%47.84

Codes

Color #857460 in popluar color models

857460
RGB13311696
HSL32°16.16%44.90%
HSB/HSV32°27.82%52.16%
CMYK0.00%12.78%27.82%
47.84%

Color #857460 in popluar number systems.

HEX857460
Decimal13311696
Binary1000010111101001100000
Octal205164140

Shades and tints

Shades of #857460

#857460
(133,116,96)
#796A58
(121,106,88)
#6D6050
(109,96,80)
#615648
(97,86,72)
#554C40
(85,76,64)
#494238
(73,66,56)
#3D3830
(61,56,48)
#312E28
(49,46,40)
#252420
(37,36,32)
#191A18
(25,26,24)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #857460

#857460
(133,116,96)
#90806E
(144,128,110)
#9B8C7C
(155,140,124)
#A6988A
(166,152,138)
#B1A498
(177,164,152)
#BCB0A6
(188,176,166)
#C7BCB4
(199,188,180)
#D2C8C2
(210,200,194)
#DDD4D0
(221,212,208)
#E8E0DE
(232,224,222)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857460 color. Also use rgb(133,116,96) instead hex code.

Text Font Color

.myTextColor { color: #857460; }

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

This text font color is #857460.


Background Color

.myBgColor { background-color: #857460; }

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

This div background color is #857460.


Border color

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

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

This div border color is #857460.


Opacity

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

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

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

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

This text has shadow with #857460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857460 on black background.


Color preview on white background

This text has color #857460 on white background.



Black color preview on #857460 background

This text has black color on #857460 background.


White color preview on #857460 background

This text has white color on #857460 background.