COLOR #856044

HEX: #856044
RGB: (133,96,68)

Color info

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

RGB color model

#856044 color RGB value is (133,96,68).

  • red value is 133;
  • green value is 96;
  • blue value is 68.
RGB:
(133,96,68)
(52%,38%,27%)

RGB channels and saturation

R 133 of 255 = 52%
G 96 of 255 = 38%
B 68 of 255 = 27%

133
96
68

R + G + B ~ 39%. #856044 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 96 + 68 = 297 (100%)
R 133 of 297 ~ 44.78%
G 96 of 297 ~ 32.32%
B 68 of 297 ~ 22.9%

%44.78
%32.32
%22.9

CMYK color model

#856044 color CMYK value is (0,28,49,48).

  • cyan value is 0.00%
  • magenta value is 27.82%
  • yellow value is 48.87%
  • key color value is 47.84%
CMYK:
(0,28,49,48)
C0M28Y49K48 
(0%,28%,49%,48%)
(0.00/0.28/0.49/0.48)	

CMYK percentages

%0
%27.82
%48.87
%47.84

Codes

Color #856044 in popluar color models

856044
RGB1339668
HSL26°32.34%39.41%
HSB/HSV26°48.87%52.16%
CMYK0.00%27.82%48.87%
47.84%

Color #856044 in popluar number systems.

HEX856044
Decimal1339668
Binary1000010111000001000100
Octal205140104

Shades and tints

Shades of #856044

#856044
(133,96,68)
#79583E
(121,88,62)
#6D5038
(109,80,56)
#614832
(97,72,50)
#55402C
(85,64,44)
#493826
(73,56,38)
#3D3020
(61,48,32)
#31281A
(49,40,26)
#252014
(37,32,20)
#19180E
(25,24,14)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #856044

#856044
(133,96,68)
#906E55
(144,110,85)
#9B7C66
(155,124,102)
#A68A77
(166,138,119)
#B19888
(177,152,136)
#BCA699
(188,166,153)
#C7B4AA
(199,180,170)
#D2C2BB
(210,194,187)
#DDD0CC
(221,208,204)
#E8DEDD
(232,222,221)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856044 color. Also use rgb(133,96,68) instead hex code.

Text Font Color

.myTextColor { color: #856044; }

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

This text font color is #856044.


Background Color

.myBgColor { background-color: #856044; }

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

This div background color is #856044.


Border color

.myBorderColor { border: 1px solid #856044; }

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

This div border color is #856044.


Opacity

.myOpacity80 { color: #856044; opacity: 0.8; }

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

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

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

This text has shadow with #856044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856044 on black background.


Color preview on white background

This text has color #856044 on white background.



Black color preview on #856044 background

This text has black color on #856044 background.


White color preview on #856044 background

This text has white color on #856044 background.