COLOR #856245

HEX: #856245
RGB: (133,98,69)

Color info

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

RGB color model

#856245 color RGB value is (133,98,69).

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

RGB channels and saturation

R 133 of 255 = 52%
G 98 of 255 = 38%
B 69 of 255 = 27%

133
98
69

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

Portions of RGB colors in percentages

R + G + B =
133 + 98 + 69 = 300 (100%)
R 133 of 300 ~ 44.33%
G 98 of 300 ~ 32.67%
B 69 of 300 ~ 23%

%44.33
%32.67
%23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 48.12%
  • key color value is 47.84%
CMYK:
(0,26,48,48)
C0M26Y48K48 
(0%,26%,48%,48%)
(0.00/0.26/0.48/0.48)	

CMYK percentages

%0
%26.32
%48.12
%47.84

Codes

Color #856245 in popluar color models

856245
RGB1339869
HSL27°31.68%39.61%
HSB/HSV27°48.12%52.16%
CMYK0.00%26.32%48.12%
47.84%

Color #856245 in popluar number systems.

HEX856245
Decimal1339869
Binary1000010111000101000101
Octal205142105

Shades and tints

Shades of #856245

#856245
(133,98,69)
#795A3F
(121,90,63)
#6D5239
(109,82,57)
#614A33
(97,74,51)
#55422D
(85,66,45)
#493A27
(73,58,39)
#3D3221
(61,50,33)
#312A1B
(49,42,27)
#252215
(37,34,21)
#191A0F
(25,26,15)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #856245

#856245
(133,98,69)
#907055
(144,112,85)
#9B7E65
(155,126,101)
#A68C75
(166,140,117)
#B19A85
(177,154,133)
#BCA895
(188,168,149)
#C7B6A5
(199,182,165)
#D2C4B5
(210,196,181)
#DDD2C5
(221,210,197)
#E8E0D5
(232,224,213)
#F3EEE5
(243,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856245; }

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

This text font color is #856245.


Background Color

.myBgColor { background-color: #856245; }

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

This div background color is #856245.


Border color

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

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

This div border color is #856245.


Opacity

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

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

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

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

This text has shadow with #856245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856245 on black background.


Color preview on white background

This text has color #856245 on white background.



Black color preview on #856245 background

This text has black color on #856245 background.


White color preview on #856245 background

This text has white color on #856245 background.