COLOR #855936

HEX: #855936
RGB: (133,89,54)

Color info

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

RGB color model

#855936 color RGB value is (133,89,54).

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

RGB channels and saturation

R 133 of 255 = 52%
G 89 of 255 = 35%
B 54 of 255 = 21%

133
89
54

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

Portions of RGB colors in percentages

R + G + B =
133 + 89 + 54 = 276 (100%)
R 133 of 276 ~ 48.19%
G 89 of 276 ~ 32.25%
B 54 of 276 ~ 19.57%

%48.19
%32.25
%19.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.08%
  • yellow value is 59.40%
  • 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
%59.4
%47.84

Codes

Color #855936 in popluar color models

855936
RGB1338954
HSL27°42.25%36.67%
HSB/HSV27°59.40%52.16%
CMYK0.00%33.08%59.40%
47.84%

Color #855936 in popluar number systems.

HEX855936
Decimal1338954
Binary100001011011001110110
Octal20513166

Shades and tints

Shades of #855936

#855936
(133,89,54)
#795132
(121,81,50)
#6D492E
(109,73,46)
#61412A
(97,65,42)
#553926
(85,57,38)
#493122
(73,49,34)
#3D291E
(61,41,30)
#31211A
(49,33,26)
#251916
(37,25,22)
#191112
(25,17,18)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #855936

#855936
(133,89,54)
#906848
(144,104,72)
#9B775A
(155,119,90)
#A6866C
(166,134,108)
#B1957E
(177,149,126)
#BCA490
(188,164,144)
#C7B3A2
(199,179,162)
#D2C2B4
(210,194,180)
#DDD1C6
(221,209,198)
#E8E0D8
(232,224,216)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855936; }

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

This text font color is #855936.


Background Color

.myBgColor { background-color: #855936; }

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

This div background color is #855936.


Border color

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

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

This div border color is #855936.


Opacity

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

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

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

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

This text has shadow with #855936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855936 on black background.


Color preview on white background

This text has color #855936 on white background.



Black color preview on #855936 background

This text has black color on #855936 background.


White color preview on #855936 background

This text has white color on #855936 background.