COLOR #856051

HEX: #856051
RGB: (133,96,81)

Color info

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

RGB color model

#856051 color RGB value is (133,96,81).

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

RGB channels and saturation

R 133 of 255 = 52%
G 96 of 255 = 38%
B 81 of 255 = 32%

133
96
81

R + G + B ~ 41%. #856051 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 96 + 81 = 310 (100%)
R 133 of 310 ~ 42.9%
G 96 of 310 ~ 30.97%
B 81 of 310 ~ 26.13%

%42.9
%30.97
%26.13

CMYK color model

#856051 color CMYK value is (0,28,39,48).

  • cyan value is 0.00%
  • magenta value is 27.82%
  • yellow value is 39.10%
  • key color value is 47.84%
CMYK:
(0,28,39,48)
C0M28Y39K48 
(0%,28%,39%,48%)
(0.00/0.28/0.39/0.48)	

CMYK percentages

%0
%27.82
%39.1
%47.84

Codes

Color #856051 in popluar color models

856051
RGB1339681
HSL17°24.30%41.96%
HSB/HSV17°39.10%52.16%
CMYK0.00%27.82%39.10%
47.84%

Color #856051 in popluar number systems.

HEX856051
Decimal1339681
Binary1000010111000001010001
Octal205140121

Shades and tints

Shades of #856051

#856051
(133,96,81)
#79584A
(121,88,74)
#6D5043
(109,80,67)
#61483C
(97,72,60)
#554035
(85,64,53)
#49382E
(73,56,46)
#3D3027
(61,48,39)
#312820
(49,40,32)
#252019
(37,32,25)
#191812
(25,24,18)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #856051

#856051
(133,96,81)
#906E60
(144,110,96)
#9B7C6F
(155,124,111)
#A68A7E
(166,138,126)
#B1988D
(177,152,141)
#BCA69C
(188,166,156)
#C7B4AB
(199,180,171)
#D2C2BA
(210,194,186)
#DDD0C9
(221,208,201)
#E8DED8
(232,222,216)
#F3ECE7
(243,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856051; }

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

This text font color is #856051.


Background Color

.myBgColor { background-color: #856051; }

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

This div background color is #856051.


Border color

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

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

This div border color is #856051.


Opacity

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

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

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

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

This text has shadow with #856051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856051 on black background.


Color preview on white background

This text has color #856051 on white background.



Black color preview on #856051 background

This text has black color on #856051 background.


White color preview on #856051 background

This text has white color on #856051 background.