COLOR #856A45

HEX: #856A45
RGB: (133,106,69)

Color info

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

RGB color model

#856A45 color RGB value is (133,106,69).

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

RGB channels and saturation

R 133 of 255 = 52%
G 106 of 255 = 42%
B 69 of 255 = 27%

133
106
69

R + G + B ~ 40%. #856A45 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 106 + 69 = 308 (100%)
R 133 of 308 ~ 43.18%
G 106 of 308 ~ 34.42%
B 69 of 308 ~ 22.4%

%43.18
%34.42
%22.4

CMYK color model

#856A45 color CMYK value is (0,20,48,48).

  • cyan value is 0.00%
  • magenta value is 20.30%
  • yellow value is 48.12%
  • key color value is 47.84%
CMYK:
(0,20,48,48)
C0M20Y48K48 
(0%,20%,48%,48%)
(0.00/0.20/0.48/0.48)	

CMYK percentages

%0
%20.3
%48.12
%47.84

Codes

Color #856A45 in popluar color models

856A45
RGB13310669
HSL35°31.68%39.61%
HSB/HSV35°48.12%52.16%
CMYK0.00%20.30%48.12%
47.84%

Color #856A45 in popluar number systems.

HEX856A45
Decimal13310669
Binary1000010111010101000101
Octal205152105

Shades and tints

Shades of #856A45

#856A45
(133,106,69)
#79613F
(121,97,63)
#6D5839
(109,88,57)
#614F33
(97,79,51)
#55462D
(85,70,45)
#493D27
(73,61,39)
#3D3421
(61,52,33)
#312B1B
(49,43,27)
#252215
(37,34,21)
#19190F
(25,25,15)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #856A45

#856A45
(133,106,69)
#907755
(144,119,85)
#9B8465
(155,132,101)
#A69175
(166,145,117)
#B19E85
(177,158,133)
#BCAB95
(188,171,149)
#C7B8A5
(199,184,165)
#D2C5B5
(210,197,181)
#DDD2C5
(221,210,197)
#E8DFD5
(232,223,213)
#F3ECE5
(243,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856A45; }

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

This text font color is #856A45.


Background Color

.myBgColor { background-color: #856A45; }

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

This div background color is #856A45.


Border color

.myBorderColor { border: 1px solid #856A45; }

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

This div border color is #856A45.


Opacity

.myOpacity80 { color: #856A45; opacity: 0.8; }

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

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

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

This text has shadow with #856A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856A45 on black background.


Color preview on white background

This text has color #856A45 on white background.



Black color preview on #856A45 background

This text has black color on #856A45 background.


White color preview on #856A45 background

This text has white color on #856A45 background.