COLOR #857463

HEX: #857463
RGB: (133,116,99)

Color info

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

RGB color model

#857463 color RGB value is (133,116,99).

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

RGB channels and saturation

R 133 of 255 = 52%
G 116 of 255 = 45%
B 99 of 255 = 39%

133
116
99

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

Portions of RGB colors in percentages

R + G + B =
133 + 116 + 99 = 348 (100%)
R 133 of 348 ~ 38.22%
G 116 of 348 ~ 33.33%
B 99 of 348 ~ 28.45%

%38.22
%33.33
%28.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.78%
  • yellow value is 25.56%
  • 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
%25.56
%47.84

Codes

Color #857463 in popluar color models

857463
RGB13311699
HSL30°14.66%45.49%
HSB/HSV30°25.56%52.16%
CMYK0.00%12.78%25.56%
47.84%

Color #857463 in popluar number systems.

HEX857463
Decimal13311699
Binary1000010111101001100011
Octal205164143

Shades and tints

Shades of #857463

#857463
(133,116,99)
#796A5A
(121,106,90)
#6D6051
(109,96,81)
#615648
(97,86,72)
#554C3F
(85,76,63)
#494236
(73,66,54)
#3D382D
(61,56,45)
#312E24
(49,46,36)
#25241B
(37,36,27)
#191A12
(25,26,18)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #857463

#857463
(133,116,99)
#908071
(144,128,113)
#9B8C7F
(155,140,127)
#A6988D
(166,152,141)
#B1A49B
(177,164,155)
#BCB0A9
(188,176,169)
#C7BCB7
(199,188,183)
#D2C8C5
(210,200,197)
#DDD4D3
(221,212,211)
#E8E0E1
(232,224,225)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857463; }

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

This text font color is #857463.


Background Color

.myBgColor { background-color: #857463; }

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

This div background color is #857463.


Border color

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

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

This div border color is #857463.


Opacity

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

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

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

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

This text has shadow with #857463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857463 on black background.


Color preview on white background

This text has color #857463 on white background.



Black color preview on #857463 background

This text has black color on #857463 background.


White color preview on #857463 background

This text has white color on #857463 background.