COLOR #856D69

HEX: #856D69
RGB: (133,109,105)

Color info

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

RGB color model

#856D69 color RGB value is (133,109,105).

  • red value is 133;
  • green value is 109;
  • blue value is 105.
RGB:
(133,109,105)
(52%,43%,41%)

RGB channels and saturation

R 133 of 255 = 52%
G 109 of 255 = 43%
B 105 of 255 = 41%

133
109
105

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

Portions of RGB colors in percentages

R + G + B =
133 + 109 + 105 = 347 (100%)
R 133 of 347 ~ 38.33%
G 109 of 347 ~ 31.41%
B 105 of 347 ~ 30.26%

%38.33
%31.41
%30.26

CMYK color model

#856D69 color CMYK value is (0,18,21,48).

  • cyan value is 0.00%
  • magenta value is 18.05%
  • yellow value is 21.05%
  • key color value is 47.84%
CMYK:
(0,18,21,48)
C0M18Y21K48 
(0%,18%,21%,48%)
(0.00/0.18/0.21/0.48)	

CMYK percentages

%0
%18.05
%21.05
%47.84

Codes

Color #856D69 in popluar color models

856D69
RGB133109105
HSL11.76%46.67%
HSB/HSV21.05%52.16%
CMYK0.00%18.05%21.05%
47.84%

Color #856D69 in popluar number systems.

HEX856D69
Decimal133109105
Binary1000010111011011101001
Octal205155151

Shades and tints

Shades of #856D69

#856D69
(133,109,105)
#796460
(121,100,96)
#6D5B57
(109,91,87)
#61524E
(97,82,78)
#554945
(85,73,69)
#49403C
(73,64,60)
#3D3733
(61,55,51)
#312E2A
(49,46,42)
#252521
(37,37,33)
#191C18
(25,28,24)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #856D69

#856D69
(133,109,105)
#907A76
(144,122,118)
#9B8783
(155,135,131)
#A69490
(166,148,144)
#B1A19D
(177,161,157)
#BCAEAA
(188,174,170)
#C7BBB7
(199,187,183)
#D2C8C4
(210,200,196)
#DDD5D1
(221,213,209)
#E8E2DE
(232,226,222)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856D69 color. Also use rgb(133,109,105) instead hex code.

Text Font Color

.myTextColor { color: #856D69; }

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

This text font color is #856D69.


Background Color

.myBgColor { background-color: #856D69; }

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

This div background color is #856D69.


Border color

.myBorderColor { border: 1px solid #856D69; }

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

This div border color is #856D69.


Opacity

.myOpacity80 { color: #856D69; opacity: 0.8; }

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

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

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

This text has shadow with #856D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856D69 on black background.


Color preview on white background

This text has color #856D69 on white background.



Black color preview on #856D69 background

This text has black color on #856D69 background.


White color preview on #856D69 background

This text has white color on #856D69 background.