COLOR #856E3E

HEX: #856E3E RGB: (133,110,62)

Color info

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

RGB color model

#856E3E color RGB value is (133,110,62).

RGB: (133,110,62) (52%, 43%, 24%)

RGB channels and saturation

R 133 of 255 = 52%
G 110 of 255 = 43%
B 62 of 255 = 24%

133
110
62

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

Portions of RGB colors in percentages

R + G + B = 133 + 110 + 62 = 305 (100%)
R 133 of 305 ~ 43.61%
G 110 of 305 ~ 36.07%
B 62 of 305 ~ 20.33'%

%43.61
%36.07
%20.33

CMYK color model

#856E3E color CMYK value is (0,17,53,48).

  • cyan value is 0.00%
  • magenta value is 17.29%
  • yellow value is 53.38%
  • key color value is 47.84%

CMYK: (0,17,53,48)
C0M17Y53K48 (0%, 17%, 53%, 48%)
(0.00 / 0.17 / 0.53 / 0.48)

CMYK percentages

%0
%17.29
%53.38
%47.84

Codes

Color #856E3E in popluar color models

85 6E 3E
RGB 133 110 62
HSL 41° 36.41% 38.24%
HSB/HSV 41° 53.38% 52.16%
CMYK 0.00% 17.29% 53.38%
47.84%

Color #856E3E in popluar number systems.

HEX 85 6E 3E
Decimal 133 110 62
Binary 10000101 1101110 111110
Octal 205 156 76

Shades and tints

Shades of #856E3E

#856E3E
(133,110,62)
#796439
(121,100,57)
#6D5A34
(109,90,52)
#61502F
(97,80,47)
#55462A
(85,70,42)
#493C25
(73,60,37)
#3D3220
(61,50,32)
#31281B
(49,40,27)
#251E16
(37,30,22)
#191411
(25,20,17)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #856E3E

#856E3E
(133,110,62)
#907B4F
(144,123,79)
#9B8860
(155,136,96)
#A69571
(166,149,113)
#B1A282
(177,162,130)
#BCAF93
(188,175,147)
#C7BCA4
(199,188,164)
#D2C9B5
(210,201,181)
#DDD6C6
(221,214,198)
#E8E3D7
(232,227,215)
#F3F0E8
(243,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856E3E color. Also use rgb(133,110,62) instead hex code.

Text Font Color

.myTextColor { color: #856E3E; }

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

This text font color is #856E3E.

Background Color

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

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

This div background color is #856E3E.

Border color

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

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

This div border color is #856E3E.

Opacity

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

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

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

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

This text has shadow with #856E3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856E3E.

Preview

Color preview on black background

This text has color #856E3E on black background.


Color preview on white background

This text has color #856E3E on white background.


Black color preview on #856E3E background

This text has black color on #856E3E background.


White color preview on #856E3E background

This text has white color on #856E3E background.


Related colors

Complementary color

Complementary color for #hex is #7A91C1.


I love getcolorcode.com

Triadic colors

1 #3E856E and #6E3E85 with #856E3E are triadic colors.

2 #3E6E85 and #6E853E with #856E3E are triadic colors.