COLOR #856F3D

HEX: #856F3D
RGB: (133,111,61)

Color info

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

RGB color model

#856F3D color RGB value is (133,111,61).

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

RGB channels and saturation

R 133 of 255 = 52%
G 111 of 255 = 44%
B 61 of 255 = 24%

133
111
61

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

Portions of RGB colors in percentages

R + G + B =
133 + 111 + 61 = 305 (100%)
R 133 of 305 ~ 43.61%
G 111 of 305 ~ 36.39%
B 61 of 305 ~ 20%

%43.61
%36.39
%20

CMYK color model

#856F3D color CMYK value is (0,17,54,48).

  • cyan value is 0.00%
  • magenta value is 16.54%
  • yellow value is 54.14%
  • key color value is 47.84%
CMYK:
(0,17,54,48)
C0M17Y54K48 
(0%,17%,54%,48%)
(0.00/0.17/0.54/0.48)	

CMYK percentages

%0
%16.54
%54.14
%47.84

Codes

Color #856F3D in popluar color models

856F3D
RGB13311161
HSL42°37.11%38.04%
HSB/HSV42°54.14%52.16%
CMYK0.00%16.54%54.14%
47.84%

Color #856F3D in popluar number systems.

HEX856F3D
Decimal13311161
Binary100001011101111111101
Octal20515775

Shades and tints

Shades of #856F3D

#856F3D
(133,111,61)
#796538
(121,101,56)
#6D5B33
(109,91,51)
#61512E
(97,81,46)
#554729
(85,71,41)
#493D24
(73,61,36)
#3D331F
(61,51,31)
#31291A
(49,41,26)
#251F15
(37,31,21)
#191510
(25,21,16)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #856F3D

#856F3D
(133,111,61)
#907C4E
(144,124,78)
#9B895F
(155,137,95)
#A69670
(166,150,112)
#B1A381
(177,163,129)
#BCB092
(188,176,146)
#C7BDA3
(199,189,163)
#D2CAB4
(210,202,180)
#DDD7C5
(221,215,197)
#E8E4D6
(232,228,214)
#F3F1E7
(243,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856F3D; }

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

This text font color is #856F3D.


Background Color

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

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

This div background color is #856F3D.


Border color

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

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

This div border color is #856F3D.


Opacity

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

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

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

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

This text has shadow with #856F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856F3D on black background.


Color preview on white background

This text has color #856F3D on white background.



Black color preview on #856F3D background

This text has black color on #856F3D background.


White color preview on #856F3D background

This text has white color on #856F3D background.