COLOR #857563

HEX: #857563
RGB: (133,117,99)

Color info

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

RGB color model

#857563 color RGB value is (133,117,99).

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

RGB channels and saturation

R 133 of 255 = 52%
G 117 of 255 = 46%
B 99 of 255 = 39%

133
117
99

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

Portions of RGB colors in percentages

R + G + B =
133 + 117 + 99 = 349 (100%)
R 133 of 349 ~ 38.11%
G 117 of 349 ~ 33.52%
B 99 of 349 ~ 28.37%

%38.11
%33.52
%28.37

CMYK color model

#857563 color CMYK value is (0,12,26,48).

  • cyan value is 0.00%
  • magenta value is 12.03%
  • yellow value is 25.56%
  • key color value is 47.84%
CMYK:
(0,12,26,48)
C0M12Y26K48 
(0%,12%,26%,48%)
(0.00/0.12/0.26/0.48)	

CMYK percentages

%0
%12.03
%25.56
%47.84

Codes

Color #857563 in popluar color models

857563
RGB13311799
HSL32°14.66%45.49%
HSB/HSV32°25.56%52.16%
CMYK0.00%12.03%25.56%
47.84%

Color #857563 in popluar number systems.

HEX857563
Decimal13311799
Binary1000010111101011100011
Octal205165143

Shades and tints

Shades of #857563

#857563
(133,117,99)
#796B5A
(121,107,90)
#6D6151
(109,97,81)
#615748
(97,87,72)
#554D3F
(85,77,63)
#494336
(73,67,54)
#3D392D
(61,57,45)
#312F24
(49,47,36)
#25251B
(37,37,27)
#191B12
(25,27,18)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #857563

#857563
(133,117,99)
#908171
(144,129,113)
#9B8D7F
(155,141,127)
#A6998D
(166,153,141)
#B1A59B
(177,165,155)
#BCB1A9
(188,177,169)
#C7BDB7
(199,189,183)
#D2C9C5
(210,201,197)
#DDD5D3
(221,213,211)
#E8E1E1
(232,225,225)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857563; }

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

This text font color is #857563.


Background Color

.myBgColor { background-color: #857563; }

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

This div background color is #857563.


Border color

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

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

This div border color is #857563.


Opacity

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

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

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

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

This text has shadow with #857563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857563 on black background.


Color preview on white background

This text has color #857563 on white background.



Black color preview on #857563 background

This text has black color on #857563 background.


White color preview on #857563 background

This text has white color on #857563 background.