COLOR #855D49

HEX: #855D49
RGB: (133,93,73)

Color info

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

RGB color model

#855D49 color RGB value is (133,93,73).

  • red value is 133;
  • green value is 93;
  • blue value is 73.
RGB:
(133,93,73)
(52%,36%,29%)

RGB channels and saturation

R 133 of 255 = 52%
G 93 of 255 = 36%
B 73 of 255 = 29%

133
93
73

R + G + B ~ 39%. #855D49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 93 + 73 = 299 (100%)
R 133 of 299 ~ 44.48%
G 93 of 299 ~ 31.1%
B 73 of 299 ~ 24.41%

%44.48
%31.1
%24.41

CMYK color model

#855D49 color CMYK value is (0,30,45,48).

  • cyan value is 0.00%
  • magenta value is 30.08%
  • yellow value is 45.11%
  • key color value is 47.84%
CMYK:
(0,30,45,48)
C0M30Y45K48 
(0%,30%,45%,48%)
(0.00/0.30/0.45/0.48)	

CMYK percentages

%0
%30.08
%45.11
%47.84

Codes

Color #855D49 in popluar color models

855D49
RGB1339373
HSL20°29.13%40.39%
HSB/HSV20°45.11%52.16%
CMYK0.00%30.08%45.11%
47.84%

Color #855D49 in popluar number systems.

HEX855D49
Decimal1339373
Binary1000010110111011001001
Octal205135111

Shades and tints

Shades of #855D49

#855D49
(133,93,73)
#795543
(121,85,67)
#6D4D3D
(109,77,61)
#614537
(97,69,55)
#553D31
(85,61,49)
#49352B
(73,53,43)
#3D2D25
(61,45,37)
#31251F
(49,37,31)
#251D19
(37,29,25)
#191513
(25,21,19)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #855D49

#855D49
(133,93,73)
#906B59
(144,107,89)
#9B7969
(155,121,105)
#A68779
(166,135,121)
#B19589
(177,149,137)
#BCA399
(188,163,153)
#C7B1A9
(199,177,169)
#D2BFB9
(210,191,185)
#DDCDC9
(221,205,201)
#E8DBD9
(232,219,217)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855D49 color. Also use rgb(133,93,73) instead hex code.

Text Font Color

.myTextColor { color: #855D49; }

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

This text font color is #855D49.


Background Color

.myBgColor { background-color: #855D49; }

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

This div background color is #855D49.


Border color

.myBorderColor { border: 1px solid #855D49; }

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

This div border color is #855D49.


Opacity

.myOpacity80 { color: #855D49; opacity: 0.8; }

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

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

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

This text has shadow with #855D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855D49 on black background.


Color preview on white background

This text has color #855D49 on white background.



Black color preview on #855D49 background

This text has black color on #855D49 background.


White color preview on #855D49 background

This text has white color on #855D49 background.