COLOR #855337

HEX: #855337
RGB: (133,83,55)

Color info

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

RGB color model

#855337 color RGB value is (133,83,55).

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

RGB channels and saturation

R 133 of 255 = 52%
G 83 of 255 = 33%
B 55 of 255 = 22%

133
83
55

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

Portions of RGB colors in percentages

R + G + B =
133 + 83 + 55 = 271 (100%)
R 133 of 271 ~ 49.08%
G 83 of 271 ~ 30.63%
B 55 of 271 ~ 20.3%

%49.08
%30.63
%20.3

CMYK color model

#855337 color CMYK value is (0,38,59,48).

  • cyan value is 0.00%
  • magenta value is 37.59%
  • yellow value is 58.65%
  • key color value is 47.84%
CMYK:
(0,38,59,48)
C0M38Y59K48 
(0%,38%,59%,48%)
(0.00/0.38/0.59/0.48)	

CMYK percentages

%0
%37.59
%58.65
%47.84

Codes

Color #855337 in popluar color models

855337
RGB1338355
HSL22°41.49%36.86%
HSB/HSV22°58.65%52.16%
CMYK0.00%37.59%58.65%
47.84%

Color #855337 in popluar number systems.

HEX855337
Decimal1338355
Binary100001011010011110111
Octal20512367

Shades and tints

Shades of #855337

#855337
(133,83,55)
#794C32
(121,76,50)
#6D452D
(109,69,45)
#613E28
(97,62,40)
#553723
(85,55,35)
#49301E
(73,48,30)
#3D2919
(61,41,25)
#312214
(49,34,20)
#251B0F
(37,27,15)
#19140A
(25,20,10)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #855337

#855337
(133,83,55)
#906249
(144,98,73)
#9B715B
(155,113,91)
#A6806D
(166,128,109)
#B18F7F
(177,143,127)
#BC9E91
(188,158,145)
#C7ADA3
(199,173,163)
#D2BCB5
(210,188,181)
#DDCBC7
(221,203,199)
#E8DAD9
(232,218,217)
#F3E9EB
(243,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855337; }

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

This text font color is #855337.


Background Color

.myBgColor { background-color: #855337; }

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

This div background color is #855337.


Border color

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

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

This div border color is #855337.


Opacity

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

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

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

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

This text has shadow with #855337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855337 on black background.


Color preview on white background

This text has color #855337 on white background.



Black color preview on #855337 background

This text has black color on #855337 background.


White color preview on #855337 background

This text has white color on #855337 background.