COLOR #856B50

HEX: #856B50 RGB: (133,107,80)

Color info

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

RGB color model

#856B50 color RGB value is (133,107,80).

RGB: (133,107,80) (52%, 42%, 31%)

RGB channels and saturation

R 133 of 255 = 52%
G 107 of 255 = 42%
B 80 of 255 = 31%

133
107
80

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

Portions of RGB colors in percentages

R + G + B = 133 + 107 + 80 = 320 (100%)
R 133 of 320 ~ 41.56%
G 107 of 320 ~ 33.44%
B 80 of 320 ~ 25'%

%41.56
%33.44
%25

CMYK color model

#856B50 color CMYK value is (0,20,40,48).

  • cyan value is 0.00%
  • magenta value is 19.55%
  • yellow value is 39.85%
  • key color value is 47.84%

CMYK: (0,20,40,48)
C0M20Y40K48 (0%, 20%, 40%, 48%)
(0.00 / 0.20 / 0.40 / 0.48)

CMYK percentages

%0
%19.55
%39.85
%47.84

Codes

Color #856B50 in popluar color models

85 6B 50
RGB 133 107 80
HSL 31° 24.88% 41.76%
HSB/HSV 31° 39.85% 52.16%
CMYK 0.00% 19.55% 39.85%
47.84%

Color #856B50 in popluar number systems.

HEX 85 6B 50
Decimal 133 107 80
Binary 10000101 1101011 1010000
Octal 205 153 120

Shades and tints

Shades of #856B50

#856B50
(133,107,80)
#796249
(121,98,73)
#6D5942
(109,89,66)
#61503B
(97,80,59)
#554734
(85,71,52)
#493E2D
(73,62,45)
#3D3526
(61,53,38)
#312C1F
(49,44,31)
#252318
(37,35,24)
#191A11
(25,26,17)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #856B50

#856B50
(133,107,80)
#90785F
(144,120,95)
#9B856E
(155,133,110)
#A6927D
(166,146,125)
#B19F8C
(177,159,140)
#BCAC9B
(188,172,155)
#C7B9AA
(199,185,170)
#D2C6B9
(210,198,185)
#DDD3C8
(221,211,200)
#E8E0D7
(232,224,215)
#F3EDE6
(243,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856B50 color. Also use rgb(133,107,80) instead hex code.

Text Font Color

.myTextColor { color: #856B50; }

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

This text font color is #856B50.

Background Color

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

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

This div background color is #856B50.

Border color

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

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

This div border color is #856B50.

Opacity

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

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

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

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

This text has shadow with #856B50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856B50.

Preview

Color preview on black background

This text has color #856B50 on black background.


Color preview on white background

This text has color #856B50 on white background.


Black color preview on #856B50 background

This text has black color on #856B50 background.


White color preview on #856B50 background

This text has white color on #856B50 background.


Related colors

Complementary color

Complementary color for #hex is #7A94AF.


I love getcolorcode.com

Triadic colors

1 #50856B and #6B5085 with #856B50 are triadic colors.

2 #506B85 and #6B8550 with #856B50 are triadic colors.