COLOR #856A5A

HEX: #856A5A
RGB: (133,106,90)

Color info

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

RGB color model

#856A5A color RGB value is (133,106,90).

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

RGB channels and saturation

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

133
106
90

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

Portions of RGB colors in percentages

R + G + B =
133 + 106 + 90 = 329 (100%)
R 133 of 329 ~ 40.43%
G 106 of 329 ~ 32.22%
B 90 of 329 ~ 27.36%

%40.43
%32.22
%27.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.30%
  • yellow value is 32.33%
  • key color value is 47.84%
CMYK:
(0,20,32,48)
C0M20Y32K48 
(0%,20%,32%,48%)
(0.00/0.20/0.32/0.48)	

CMYK percentages

%0
%20.3
%32.33
%47.84

Codes

Color #856A5A in popluar color models

856A5A
RGB13310690
HSL22°19.28%43.73%
HSB/HSV22°32.33%52.16%
CMYK0.00%20.30%32.33%
47.84%

Color #856A5A in popluar number systems.

HEX856A5A
Decimal13310690
Binary1000010111010101011010
Octal205152132

Shades and tints

Shades of #856A5A

#856A5A
(133,106,90)
#796152
(121,97,82)
#6D584A
(109,88,74)
#614F42
(97,79,66)
#55463A
(85,70,58)
#493D32
(73,61,50)
#3D342A
(61,52,42)
#312B22
(49,43,34)
#25221A
(37,34,26)
#191912
(25,25,18)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #856A5A

#856A5A
(133,106,90)
#907769
(144,119,105)
#9B8478
(155,132,120)
#A69187
(166,145,135)
#B19E96
(177,158,150)
#BCABA5
(188,171,165)
#C7B8B4
(199,184,180)
#D2C5C3
(210,197,195)
#DDD2D2
(221,210,210)
#E8DFE1
(232,223,225)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856A5A; }

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

This text font color is #856A5A.


Background Color

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

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

This div background color is #856A5A.


Border color

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

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

This div border color is #856A5A.


Opacity

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

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

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

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

This text has shadow with #856A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856A5A on black background.


Color preview on white background

This text has color #856A5A on white background.



Black color preview on #856A5A background

This text has black color on #856A5A background.


White color preview on #856A5A background

This text has white color on #856A5A background.