COLOR #855937

HEX: #855937
RGB: (133,89,55)

Color info

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

RGB color model

#855937 color RGB value is (133,89,55).

  • red value is 133;
  • green value is 89;
  • blue value is 55.
RGB:
(133,89,55)
(52%,35%,22%)

RGB channels and saturation

R 133 of 255 = 52%
G 89 of 255 = 35%
B 55 of 255 = 22%

133
89
55

R + G + B ~ 36%. #855937 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 89 + 55 = 277 (100%)
R 133 of 277 ~ 48.01%
G 89 of 277 ~ 32.13%
B 55 of 277 ~ 19.86%

%48.01
%32.13
%19.86

CMYK color model

#855937 color CMYK value is (0,33,59,48).

  • cyan value is 0.00%
  • magenta value is 33.08%
  • yellow value is 58.65%
  • key color value is 47.84%
CMYK:
(0,33,59,48)
C0M33Y59K48 
(0%,33%,59%,48%)
(0.00/0.33/0.59/0.48)	

CMYK percentages

%0
%33.08
%58.65
%47.84

Codes

Color #855937 in popluar color models

855937
RGB1338955
HSL26°41.49%36.86%
HSB/HSV26°58.65%52.16%
CMYK0.00%33.08%58.65%
47.84%

Color #855937 in popluar number systems.

HEX855937
Decimal1338955
Binary100001011011001110111
Octal20513167

Shades and tints

Shades of #855937

#855937
(133,89,55)
#795132
(121,81,50)
#6D492D
(109,73,45)
#614128
(97,65,40)
#553923
(85,57,35)
#49311E
(73,49,30)
#3D2919
(61,41,25)
#312114
(49,33,20)
#25190F
(37,25,15)
#19110A
(25,17,10)
#0D0905
(13,9,5)
#000000
(0,0,0)

Tints of #855937

#855937
(133,89,55)
#906849
(144,104,73)
#9B775B
(155,119,91)
#A6866D
(166,134,109)
#B1957F
(177,149,127)
#BCA491
(188,164,145)
#C7B3A3
(199,179,163)
#D2C2B5
(210,194,181)
#DDD1C7
(221,209,199)
#E8E0D9
(232,224,217)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855937 color. Also use rgb(133,89,55) instead hex code.

Text Font Color

.myTextColor { color: #855937; }

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

This text font color is #855937.


Background Color

.myBgColor { background-color: #855937; }

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

This div background color is #855937.


Border color

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

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

This div border color is #855937.


Opacity

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

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

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

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

This text has shadow with #855937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855937 on black background.


Color preview on white background

This text has color #855937 on white background.



Black color preview on #855937 background

This text has black color on #855937 background.


White color preview on #855937 background

This text has white color on #855937 background.