COLOR #856251

HEX: #856251
RGB: (133,98,81)

Color info

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

RGB color model

#856251 color RGB value is (133,98,81).

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

RGB channels and saturation

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

133
98
81

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

Portions of RGB colors in percentages

R + G + B =
133 + 98 + 81 = 312 (100%)
R 133 of 312 ~ 42.63%
G 98 of 312 ~ 31.41%
B 81 of 312 ~ 25.96%

%42.63
%31.41
%25.96

CMYK color model

#856251 color CMYK value is (0,26,39,48).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 39.10%
  • key color value is 47.84%
CMYK:
(0,26,39,48)
C0M26Y39K48 
(0%,26%,39%,48%)
(0.00/0.26/0.39/0.48)	

CMYK percentages

%0
%26.32
%39.1
%47.84

Codes

Color #856251 in popluar color models

856251
RGB1339881
HSL20°24.30%41.96%
HSB/HSV20°39.10%52.16%
CMYK0.00%26.32%39.10%
47.84%

Color #856251 in popluar number systems.

HEX856251
Decimal1339881
Binary1000010111000101010001
Octal205142121

Shades and tints

Shades of #856251

#856251
(133,98,81)
#795A4A
(121,90,74)
#6D5243
(109,82,67)
#614A3C
(97,74,60)
#554235
(85,66,53)
#493A2E
(73,58,46)
#3D3227
(61,50,39)
#312A20
(49,42,32)
#252219
(37,34,25)
#191A12
(25,26,18)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #856251

#856251
(133,98,81)
#907060
(144,112,96)
#9B7E6F
(155,126,111)
#A68C7E
(166,140,126)
#B19A8D
(177,154,141)
#BCA89C
(188,168,156)
#C7B6AB
(199,182,171)
#D2C4BA
(210,196,186)
#DDD2C9
(221,210,201)
#E8E0D8
(232,224,216)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856251; }

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

This text font color is #856251.


Background Color

.myBgColor { background-color: #856251; }

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

This div background color is #856251.


Border color

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

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

This div border color is #856251.


Opacity

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

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

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

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

This text has shadow with #856251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856251 on black background.


Color preview on white background

This text has color #856251 on white background.



Black color preview on #856251 background

This text has black color on #856251 background.


White color preview on #856251 background

This text has white color on #856251 background.