COLOR #856A4B

HEX: #856A4B
RGB: (133,106,75)

Color info

#856A4B contains red, green and blue colors in about the same proportion. Web safe color of #856A4B is #996633 (or #963).

RGB color model

#856A4B color RGB value is (133,106,75).

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

RGB channels and saturation

R 133 of 255 = 52%
G 106 of 255 = 42%
B 75 of 255 = 29%

133
106
75

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

Portions of RGB colors in percentages

R + G + B =
133 + 106 + 75 = 314 (100%)
R 133 of 314 ~ 42.36%
G 106 of 314 ~ 33.76%
B 75 of 314 ~ 23.89%

%42.36
%33.76
%23.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.30%
  • yellow value is 43.61%
  • key color value is 47.84%
CMYK:
(0,20,44,48)
C0M20Y44K48 
(0%,20%,44%,48%)
(0.00/0.20/0.44/0.48)	

CMYK percentages

%0
%20.3
%43.61
%47.84

Codes

Color #856A4B in popluar color models

856A4B
RGB13310675
HSL32°27.88%40.78%
HSB/HSV32°43.61%52.16%
CMYK0.00%20.30%43.61%
47.84%

Color #856A4B in popluar number systems.

HEX856A4B
Decimal13310675
Binary1000010111010101001011
Octal205152113

Shades and tints

Shades of #856A4B

#856A4B
(133,106,75)
#796145
(121,97,69)
#6D583F
(109,88,63)
#614F39
(97,79,57)
#554633
(85,70,51)
#493D2D
(73,61,45)
#3D3427
(61,52,39)
#312B21
(49,43,33)
#25221B
(37,34,27)
#191915
(25,25,21)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #856A4B

#856A4B
(133,106,75)
#90775B
(144,119,91)
#9B846B
(155,132,107)
#A6917B
(166,145,123)
#B19E8B
(177,158,139)
#BCAB9B
(188,171,155)
#C7B8AB
(199,184,171)
#D2C5BB
(210,197,187)
#DDD2CB
(221,210,203)
#E8DFDB
(232,223,219)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856A4B; }

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

This text font color is #856A4B.


Background Color

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

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

This div background color is #856A4B.


Border color

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

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

This div border color is #856A4B.


Opacity

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

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

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

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

This text has shadow with #856A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856A4B on black background.


Color preview on white background

This text has color #856A4B on white background.



Black color preview on #856A4B background

This text has black color on #856A4B background.


White color preview on #856A4B background

This text has white color on #856A4B background.