COLOR #856163

HEX: #856163
RGB: (133,97,99)

Color info

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

RGB color model

#856163 color RGB value is (133,97,99).

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

RGB channels and saturation

R 133 of 255 = 52%
G 97 of 255 = 38%
B 99 of 255 = 39%

133
97
99

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

Portions of RGB colors in percentages

R + G + B =
133 + 97 + 99 = 329 (100%)
R 133 of 329 ~ 40.43%
G 97 of 329 ~ 29.48%
B 99 of 329 ~ 30.09%

%40.43
%29.48
%30.09

CMYK color model

#856163 color CMYK value is (0,27,26,48).

  • cyan value is 0.00%
  • magenta value is 27.07%
  • yellow value is 25.56%
  • key color value is 47.84%
CMYK:
(0,27,26,48)
C0M27Y26K48 
(0%,27%,26%,48%)
(0.00/0.27/0.26/0.48)	

CMYK percentages

%0
%27.07
%25.56
%47.84

Codes

Color #856163 in popluar color models

856163
RGB1339799
HSL357°15.65%45.10%
HSB/HSV357°27.07%52.16%
CMYK0.00%27.07%25.56%
47.84%

Color #856163 in popluar number systems.

HEX856163
Decimal1339799
Binary1000010111000011100011
Octal205141143

Shades and tints

Shades of #856163

#856163
(133,97,99)
#79595A
(121,89,90)
#6D5151
(109,81,81)
#614948
(97,73,72)
#55413F
(85,65,63)
#493936
(73,57,54)
#3D312D
(61,49,45)
#312924
(49,41,36)
#25211B
(37,33,27)
#191912
(25,25,18)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #856163

#856163
(133,97,99)
#906F71
(144,111,113)
#9B7D7F
(155,125,127)
#A68B8D
(166,139,141)
#B1999B
(177,153,155)
#BCA7A9
(188,167,169)
#C7B5B7
(199,181,183)
#D2C3C5
(210,195,197)
#DDD1D3
(221,209,211)
#E8DFE1
(232,223,225)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856163; }

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

This text font color is #856163.


Background Color

.myBgColor { background-color: #856163; }

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

This div background color is #856163.


Border color

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

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

This div border color is #856163.


Opacity

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

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

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

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

This text has shadow with #856163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856163 on black background.


Color preview on white background

This text has color #856163 on white background.



Black color preview on #856163 background

This text has black color on #856163 background.


White color preview on #856163 background

This text has white color on #856163 background.