COLOR #856345

HEX: #856345
RGB: (133,99,69)

Color info

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

RGB color model

#856345 color RGB value is (133,99,69).

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

RGB channels and saturation

R 133 of 255 = 52%
G 99 of 255 = 39%
B 69 of 255 = 27%

133
99
69

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

Portions of RGB colors in percentages

R + G + B =
133 + 99 + 69 = 301 (100%)
R 133 of 301 ~ 44.19%
G 99 of 301 ~ 32.89%
B 69 of 301 ~ 22.92%

%44.19
%32.89
%22.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.56%
  • 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
%25.56
%48.12
%47.84

Codes

Color #856345 in popluar color models

856345
RGB1339969
HSL28°31.68%39.61%
HSB/HSV28°48.12%52.16%
CMYK0.00%25.56%48.12%
47.84%

Color #856345 in popluar number systems.

HEX856345
Decimal1339969
Binary1000010111000111000101
Octal205143105

Shades and tints

Shades of #856345

#856345
(133,99,69)
#795A3F
(121,90,63)
#6D5139
(109,81,57)
#614833
(97,72,51)
#553F2D
(85,63,45)
#493627
(73,54,39)
#3D2D21
(61,45,33)
#31241B
(49,36,27)
#251B15
(37,27,21)
#19120F
(25,18,15)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #856345

#856345
(133,99,69)
#907155
(144,113,85)
#9B7F65
(155,127,101)
#A68D75
(166,141,117)
#B19B85
(177,155,133)
#BCA995
(188,169,149)
#C7B7A5
(199,183,165)
#D2C5B5
(210,197,181)
#DDD3C5
(221,211,197)
#E8E1D5
(232,225,213)
#F3EFE5
(243,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856345; }

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

This text font color is #856345.


Background Color

.myBgColor { background-color: #856345; }

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

This div background color is #856345.


Border color

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

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

This div border color is #856345.


Opacity

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

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

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

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

This text has shadow with #856345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856345 on black background.


Color preview on white background

This text has color #856345 on white background.



Black color preview on #856345 background

This text has black color on #856345 background.


White color preview on #856345 background

This text has white color on #856345 background.