COLOR #856C5A

HEX: #856C5A
RGB: (133,108,90)

Color info

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

RGB color model

#856C5A color RGB value is (133,108,90).

  • red value is 133;
  • green value is 108;
  • blue value is 90.
RGB:
(133,108,90)
(52%,42%,35%)

RGB channels and saturation

R 133 of 255 = 52%
G 108 of 255 = 42%
B 90 of 255 = 35%

133
108
90

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

Portions of RGB colors in percentages

R + G + B =
133 + 108 + 90 = 331 (100%)
R 133 of 331 ~ 40.18%
G 108 of 331 ~ 32.63%
B 90 of 331 ~ 27.19%

%40.18
%32.63
%27.19

CMYK color model

#856C5A color CMYK value is (0,19,32,48).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 32.33%
  • key color value is 47.84%
CMYK:
(0,19,32,48)
C0M19Y32K48 
(0%,19%,32%,48%)
(0.00/0.19/0.32/0.48)	

CMYK percentages

%0
%18.8
%32.33
%47.84

Codes

Color #856C5A in popluar color models

856C5A
RGB13310890
HSL25°19.28%43.73%
HSB/HSV25°32.33%52.16%
CMYK0.00%18.80%32.33%
47.84%

Color #856C5A in popluar number systems.

HEX856C5A
Decimal13310890
Binary1000010111011001011010
Octal205154132

Shades and tints

Shades of #856C5A

#856C5A
(133,108,90)
#796352
(121,99,82)
#6D5A4A
(109,90,74)
#615142
(97,81,66)
#55483A
(85,72,58)
#493F32
(73,63,50)
#3D362A
(61,54,42)
#312D22
(49,45,34)
#25241A
(37,36,26)
#191B12
(25,27,18)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #856C5A

#856C5A
(133,108,90)
#907969
(144,121,105)
#9B8678
(155,134,120)
#A69387
(166,147,135)
#B1A096
(177,160,150)
#BCADA5
(188,173,165)
#C7BAB4
(199,186,180)
#D2C7C3
(210,199,195)
#DDD4D2
(221,212,210)
#E8E1E1
(232,225,225)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856C5A color. Also use rgb(133,108,90) instead hex code.

Text Font Color

.myTextColor { color: #856C5A; }

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

This text font color is #856C5A.


Background Color

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

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

This div background color is #856C5A.


Border color

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

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

This div border color is #856C5A.


Opacity

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

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

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

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

This text has shadow with #856C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856C5A on black background.


Color preview on white background

This text has color #856C5A on white background.



Black color preview on #856C5A background

This text has black color on #856C5A background.


White color preview on #856C5A background

This text has white color on #856C5A background.