COLOR #856554

HEX: #856554
RGB: (133,101,84)

Color info

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

RGB color model

#856554 color RGB value is (133,101,84).

  • red value is 133;
  • green value is 101;
  • blue value is 84.
RGB:
(133,101,84)
(52%,40%,33%)

RGB channels and saturation

R 133 of 255 = 52%
G 101 of 255 = 40%
B 84 of 255 = 33%

133
101
84

R + G + B ~ 42%. #856554 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 101 + 84 = 318 (100%)
R 133 of 318 ~ 41.82%
G 101 of 318 ~ 31.76%
B 84 of 318 ~ 26.42%

%41.82
%31.76
%26.42

CMYK color model

#856554 color CMYK value is (0,24,37,48).

  • cyan value is 0.00%
  • magenta value is 24.06%
  • yellow value is 36.84%
  • key color value is 47.84%
CMYK:
(0,24,37,48)
C0M24Y37K48 
(0%,24%,37%,48%)
(0.00/0.24/0.37/0.48)	

CMYK percentages

%0
%24.06
%36.84
%47.84

Codes

Color #856554 in popluar color models

856554
RGB13310184
HSL21°22.58%42.55%
HSB/HSV21°36.84%52.16%
CMYK0.00%24.06%36.84%
47.84%

Color #856554 in popluar number systems.

HEX856554
Decimal13310184
Binary1000010111001011010100
Octal205145124

Shades and tints

Shades of #856554

#856554
(133,101,84)
#795C4D
(121,92,77)
#6D5346
(109,83,70)
#614A3F
(97,74,63)
#554138
(85,65,56)
#493831
(73,56,49)
#3D2F2A
(61,47,42)
#312623
(49,38,35)
#251D1C
(37,29,28)
#191415
(25,20,21)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #856554

#856554
(133,101,84)
#907363
(144,115,99)
#9B8172
(155,129,114)
#A68F81
(166,143,129)
#B19D90
(177,157,144)
#BCAB9F
(188,171,159)
#C7B9AE
(199,185,174)
#D2C7BD
(210,199,189)
#DDD5CC
(221,213,204)
#E8E3DB
(232,227,219)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856554 color. Also use rgb(133,101,84) instead hex code.

Text Font Color

.myTextColor { color: #856554; }

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

This text font color is #856554.


Background Color

.myBgColor { background-color: #856554; }

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

This div background color is #856554.


Border color

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

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

This div border color is #856554.


Opacity

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

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

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

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

This text has shadow with #856554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856554 on black background.


Color preview on white background

This text has color #856554 on white background.



Black color preview on #856554 background

This text has black color on #856554 background.


White color preview on #856554 background

This text has white color on #856554 background.