COLOR #856D3F

HEX: #856D3F RGB: (133,109,63)

Color info

#856D3F contains mainly red and green colors. Web safe color of #856D3F is #996633 (or #963).

RGB color model

#856D3F color RGB value is (133,109,63).

RGB: (133,109,63) (52%, 43%, 25%)

RGB channels and saturation

R 133 of 255 = 52%
G 109 of 255 = 43%
B 63 of 255 = 25%

133
109
63

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

Portions of RGB colors in percentages

R + G + B = 133 + 109 + 63 = 305 (100%)
R 133 of 305 ~ 43.61%
G 109 of 305 ~ 35.74%
B 63 of 305 ~ 20.66'%

%43.61
%35.74
%20.66

CMYK color model

#856D3F color CMYK value is (0,18,53,48).

  • cyan value is 0.00%
  • magenta value is 18.05%
  • yellow value is 52.63%
  • key color value is 47.84%

CMYK: (0,18,53,48)
C0M18Y53K48 (0%, 18%, 53%, 48%)
(0.00 / 0.18 / 0.53 / 0.48)

CMYK percentages

%0
%18.05
%52.63
%47.84

Codes

Color #856D3F in popluar color models

85 6D 3F
RGB 133 109 63
HSL 39° 35.71% 38.43%
HSB/HSV 39° 52.63% 52.16%
CMYK 0.00% 18.05% 52.63%
47.84%

Color #856D3F in popluar number systems.

HEX 85 6D 3F
Decimal 133 109 63
Binary 10000101 1101101 111111
Octal 205 155 77

Shades and tints

Shades of #856D3F

#856D3F
(133,109,63)
#79643A
(121,100,58)
#6D5B35
(109,91,53)
#615230
(97,82,48)
#55492B
(85,73,43)
#494026
(73,64,38)
#3D3721
(61,55,33)
#312E1C
(49,46,28)
#252517
(37,37,23)
#191C12
(25,28,18)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #856D3F

#856D3F
(133,109,63)
#907A50
(144,122,80)
#9B8761
(155,135,97)
#A69472
(166,148,114)
#B1A183
(177,161,131)
#BCAE94
(188,174,148)
#C7BBA5
(199,187,165)
#D2C8B6
(210,200,182)
#DDD5C7
(221,213,199)
#E8E2D8
(232,226,216)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856D3F; }

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

This text font color is #856D3F.

Background Color

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

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

This div background color is #856D3F.

Border color

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

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

This div border color is #856D3F.

Opacity

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

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

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

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

This text has shadow with #856D3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856D3F.

Preview

Color preview on black background

This text has color #856D3F on black background.


Color preview on white background

This text has color #856D3F on white background.


Black color preview on #856D3F background

This text has black color on #856D3F background.


White color preview on #856D3F background

This text has white color on #856D3F background.


Related colors

Complementary color

Complementary color for #hex is #7A92C0.


I love getcolorcode.com

Triadic colors

1 #3F856D and #6D3F85 with #856D3F are triadic colors.

2 #3F6D85 and #6D853F with #856D3F are triadic colors.