COLOR #857462

HEX: #857462
RGB: (133,116,98)

Color info

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

RGB color model

#857462 color RGB value is (133,116,98).

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

RGB channels and saturation

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

133
116
98

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

Portions of RGB colors in percentages

R + G + B =
133 + 116 + 98 = 347 (100%)
R 133 of 347 ~ 38.33%
G 116 of 347 ~ 33.43%
B 98 of 347 ~ 28.24%

%38.33
%33.43
%28.24

CMYK color model

#857462 color CMYK value is (0,13,26,48).

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 26.32%
  • key color value is 47.84%
CMYK:
(0,13,26,48)
C0M13Y26K48 
(0%,13%,26%,48%)
(0.00/0.13/0.26/0.48)	

CMYK percentages

%0
%12.78
%26.32
%47.84

Codes

Color #857462 in popluar color models

857462
RGB13311698
HSL31°15.15%45.29%
HSB/HSV31°26.32%52.16%
CMYK0.00%12.78%26.32%
47.84%

Color #857462 in popluar number systems.

HEX857462
Decimal13311698
Binary1000010111101001100010
Octal205164142

Shades and tints

Shades of #857462

#857462
(133,116,98)
#796A5A
(121,106,90)
#6D6052
(109,96,82)
#61564A
(97,86,74)
#554C42
(85,76,66)
#49423A
(73,66,58)
#3D3832
(61,56,50)
#312E2A
(49,46,42)
#252422
(37,36,34)
#191A1A
(25,26,26)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #857462

#857462
(133,116,98)
#908070
(144,128,112)
#9B8C7E
(155,140,126)
#A6988C
(166,152,140)
#B1A49A
(177,164,154)
#BCB0A8
(188,176,168)
#C7BCB6
(199,188,182)
#D2C8C4
(210,200,196)
#DDD4D2
(221,212,210)
#E8E0E0
(232,224,224)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857462; }

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

This text font color is #857462.


Background Color

.myBgColor { background-color: #857462; }

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

This div background color is #857462.


Border color

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

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

This div border color is #857462.


Opacity

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

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

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

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

This text has shadow with #857462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857462 on black background.


Color preview on white background

This text has color #857462 on white background.



Black color preview on #857462 background

This text has black color on #857462 background.


White color preview on #857462 background

This text has white color on #857462 background.