COLOR #856352

HEX: #856352
RGB: (133,99,82)

Color info

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

RGB color model

#856352 color RGB value is (133,99,82).

  • red value is 133;
  • green value is 99;
  • blue value is 82.
RGB:
(133,99,82)
(52%,39%,32%)

RGB channels and saturation

R 133 of 255 = 52%
G 99 of 255 = 39%
B 82 of 255 = 32%

133
99
82

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

Portions of RGB colors in percentages

R + G + B =
133 + 99 + 82 = 314 (100%)
R 133 of 314 ~ 42.36%
G 99 of 314 ~ 31.53%
B 82 of 314 ~ 26.11%

%42.36
%31.53
%26.11

CMYK color model

#856352 color CMYK value is (0,26,38,48).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 38.35%
  • key color value is 47.84%
CMYK:
(0,26,38,48)
C0M26Y38K48 
(0%,26%,38%,48%)
(0.00/0.26/0.38/0.48)	

CMYK percentages

%0
%25.56
%38.35
%47.84

Codes

Color #856352 in popluar color models

856352
RGB1339982
HSL20°23.72%42.16%
HSB/HSV20°38.35%52.16%
CMYK0.00%25.56%38.35%
47.84%

Color #856352 in popluar number systems.

HEX856352
Decimal1339982
Binary1000010111000111010010
Octal205143122

Shades and tints

Shades of #856352

#856352
(133,99,82)
#795A4B
(121,90,75)
#6D5144
(109,81,68)
#61483D
(97,72,61)
#553F36
(85,63,54)
#49362F
(73,54,47)
#3D2D28
(61,45,40)
#312421
(49,36,33)
#251B1A
(37,27,26)
#191213
(25,18,19)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #856352

#856352
(133,99,82)
#907161
(144,113,97)
#9B7F70
(155,127,112)
#A68D7F
(166,141,127)
#B19B8E
(177,155,142)
#BCA99D
(188,169,157)
#C7B7AC
(199,183,172)
#D2C5BB
(210,197,187)
#DDD3CA
(221,211,202)
#E8E1D9
(232,225,217)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856352 color. Also use rgb(133,99,82) instead hex code.

Text Font Color

.myTextColor { color: #856352; }

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

This text font color is #856352.


Background Color

.myBgColor { background-color: #856352; }

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

This div background color is #856352.


Border color

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

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

This div border color is #856352.


Opacity

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

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

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

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

This text has shadow with #856352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856352 on black background.


Color preview on white background

This text has color #856352 on white background.



Black color preview on #856352 background

This text has black color on #856352 background.


White color preview on #856352 background

This text has white color on #856352 background.