HEX: #855337
RGB: (133,83,55)
#855337 contains mainly red and green colors. Web safe color of #855337 is #996633 (or #963).
#855337 color RGB value is (133,83,55).
RGB: (133,83,55) (52%,33%,22%)
R 133 of 255 = 52%
G 83 of 255 = 33%
B 55 of 255 = 22%
R + G + B ~ 36%. #855337 is quite dark color.
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%
#855337 color CMYK value is (0,38,59,48).
CMYK: (0,38,59,48) C0M38Y59K48 (0%,38%,59%,48%) (0.00/0.38/0.59/0.48)
85 | 53 | 37 | |
---|---|---|---|
RGB | 133 | 83 | 55 |
HSL | 22° | 41.49% | 36.86% |
HSB/HSV | 22° | 58.65% | 52.16% |
CMYK | 0.00% | 37.59% | 58.65% |
47.84% |
HEX | 85 | 53 | 37 |
Decimal | 133 | 83 | 55 |
Binary | 10000101 | 1010011 | 110111 |
Octal | 205 | 123 | 67 |
Examples of css and html codes for elements with #855337 color. Also use rgb(133,83,55) instead hex code.
.myTextColor { color: #855337; }
<p style="color:#855337">This sample text font color is #855337.</p>
This text font color is #855337.
.myBgColor { background-color: #855337; }
<div style="background-color:#855337">Inner text</div>
This div background color is #855337.
.myBorderColor { border: 1px solid #855337; }
<div style="border:3px solid #855337">Div</div>
This div border color is #855337.
.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%.
.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.
/* 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 text has color #855337 on black background.
This text has color #855337 on white background.
This text has black color on #855337 background.
This text has white color on #855337 background.