COLOR #856F67

HEX: #856F67
RGB: (133,111,103)

Color info

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

RGB color model

#856F67 color RGB value is (133,111,103).

  • red value is 133;
  • green value is 111;
  • blue value is 103.
RGB:
(133,111,103)
(52%,44%,40%)

RGB channels and saturation

R 133 of 255 = 52%
G 111 of 255 = 44%
B 103 of 255 = 40%

133
111
103

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

Portions of RGB colors in percentages

R + G + B =
133 + 111 + 103 = 347 (100%)
R 133 of 347 ~ 38.33%
G 111 of 347 ~ 31.99%
B 103 of 347 ~ 29.68%

%38.33
%31.99
%29.68

CMYK color model

#856F67 color CMYK value is (0,17,23,48).

  • cyan value is 0.00%
  • magenta value is 16.54%
  • yellow value is 22.56%
  • key color value is 47.84%
CMYK:
(0,17,23,48)
C0M17Y23K48 
(0%,17%,23%,48%)
(0.00/0.17/0.23/0.48)	

CMYK percentages

%0
%16.54
%22.56
%47.84

Codes

Color #856F67 in popluar color models

856F67
RGB133111103
HSL16°12.71%46.27%
HSB/HSV16°22.56%52.16%
CMYK0.00%16.54%22.56%
47.84%

Color #856F67 in popluar number systems.

HEX856F67
Decimal133111103
Binary1000010111011111100111
Octal205157147

Shades and tints

Shades of #856F67

#856F67
(133,111,103)
#79655E
(121,101,94)
#6D5B55
(109,91,85)
#61514C
(97,81,76)
#554743
(85,71,67)
#493D3A
(73,61,58)
#3D3331
(61,51,49)
#312928
(49,41,40)
#251F1F
(37,31,31)
#191516
(25,21,22)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #856F67

#856F67
(133,111,103)
#907C74
(144,124,116)
#9B8981
(155,137,129)
#A6968E
(166,150,142)
#B1A39B
(177,163,155)
#BCB0A8
(188,176,168)
#C7BDB5
(199,189,181)
#D2CAC2
(210,202,194)
#DDD7CF
(221,215,207)
#E8E4DC
(232,228,220)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856F67 color. Also use rgb(133,111,103) instead hex code.

Text Font Color

.myTextColor { color: #856F67; }

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

This text font color is #856F67.


Background Color

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

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

This div background color is #856F67.


Border color

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

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

This div border color is #856F67.


Opacity

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

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

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

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

This text has shadow with #856F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856F67 on black background.


Color preview on white background

This text has color #856F67 on white background.



Black color preview on #856F67 background

This text has black color on #856F67 background.


White color preview on #856F67 background

This text has white color on #856F67 background.