COLOR #856862

HEX: #856862
RGB: (133,104,98)

Color info

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

RGB color model

#856862 color RGB value is (133,104,98).

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

RGB channels and saturation

R 133 of 255 = 52%
G 104 of 255 = 41%
B 98 of 255 = 38%

133
104
98

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

Portions of RGB colors in percentages

R + G + B =
133 + 104 + 98 = 335 (100%)
R 133 of 335 ~ 39.7%
G 104 of 335 ~ 31.04%
B 98 of 335 ~ 29.25%

%39.7
%31.04
%29.25

CMYK color model

#856862 color CMYK value is (0,22,26,48).

  • cyan value is 0.00%
  • magenta value is 21.80%
  • yellow value is 26.32%
  • key color value is 47.84%
CMYK:
(0,22,26,48)
C0M22Y26K48 
(0%,22%,26%,48%)
(0.00/0.22/0.26/0.48)	

CMYK percentages

%0
%21.8
%26.32
%47.84

Codes

Color #856862 in popluar color models

856862
RGB13310498
HSL10°15.15%45.29%
HSB/HSV10°26.32%52.16%
CMYK0.00%21.80%26.32%
47.84%

Color #856862 in popluar number systems.

HEX856862
Decimal13310498
Binary1000010111010001100010
Octal205150142

Shades and tints

Shades of #856862

#856862
(133,104,98)
#795F5A
(121,95,90)
#6D5652
(109,86,82)
#614D4A
(97,77,74)
#554442
(85,68,66)
#493B3A
(73,59,58)
#3D3232
(61,50,50)
#31292A
(49,41,42)
#252022
(37,32,34)
#19171A
(25,23,26)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #856862

#856862
(133,104,98)
#907570
(144,117,112)
#9B827E
(155,130,126)
#A68F8C
(166,143,140)
#B19C9A
(177,156,154)
#BCA9A8
(188,169,168)
#C7B6B6
(199,182,182)
#D2C3C4
(210,195,196)
#DDD0D2
(221,208,210)
#E8DDE0
(232,221,224)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856862; }

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

This text font color is #856862.


Background Color

.myBgColor { background-color: #856862; }

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

This div background color is #856862.


Border color

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

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

This div border color is #856862.


Opacity

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

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

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

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

This text has shadow with #856862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856862 on black background.


Color preview on white background

This text has color #856862 on white background.



Black color preview on #856862 background

This text has black color on #856862 background.


White color preview on #856862 background

This text has white color on #856862 background.