COLOR #856563

HEX: #856563
RGB: (133,101,99)

Color info

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

RGB color model

#856563 color RGB value is (133,101,99).

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

RGB channels and saturation

R 133 of 255 = 52%
G 101 of 255 = 40%
B 99 of 255 = 39%

133
101
99

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

Portions of RGB colors in percentages

R + G + B =
133 + 101 + 99 = 333 (100%)
R 133 of 333 ~ 39.94%
G 101 of 333 ~ 30.33%
B 99 of 333 ~ 29.73%

%39.94
%30.33
%29.73

CMYK color model

#856563 color CMYK value is (0,24,26,48).

  • cyan value is 0.00%
  • magenta value is 24.06%
  • yellow value is 25.56%
  • key color value is 47.84%
CMYK:
(0,24,26,48)
C0M24Y26K48 
(0%,24%,26%,48%)
(0.00/0.24/0.26/0.48)	

CMYK percentages

%0
%24.06
%25.56
%47.84

Codes

Color #856563 in popluar color models

856563
RGB13310199
HSL14.66%45.49%
HSB/HSV25.56%52.16%
CMYK0.00%24.06%25.56%
47.84%

Color #856563 in popluar number systems.

HEX856563
Decimal13310199
Binary1000010111001011100011
Octal205145143

Shades and tints

Shades of #856563

#856563
(133,101,99)
#795C5A
(121,92,90)
#6D5351
(109,83,81)
#614A48
(97,74,72)
#55413F
(85,65,63)
#493836
(73,56,54)
#3D2F2D
(61,47,45)
#312624
(49,38,36)
#251D1B
(37,29,27)
#191412
(25,20,18)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #856563

#856563
(133,101,99)
#907371
(144,115,113)
#9B817F
(155,129,127)
#A68F8D
(166,143,141)
#B19D9B
(177,157,155)
#BCABA9
(188,171,169)
#C7B9B7
(199,185,183)
#D2C7C5
(210,199,197)
#DDD5D3
(221,213,211)
#E8E3E1
(232,227,225)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856563; }

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

This text font color is #856563.


Background Color

.myBgColor { background-color: #856563; }

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

This div background color is #856563.


Border color

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

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

This div border color is #856563.


Opacity

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

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

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

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

This text has shadow with #856563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856563 on black background.


Color preview on white background

This text has color #856563 on white background.



Black color preview on #856563 background

This text has black color on #856563 background.


White color preview on #856563 background

This text has white color on #856563 background.