HEX: #854D29
RGB: (133,77,41)
#854D29 contains mainly red and green colors. Web safe color of #854D29 is #993333 (or #933).
#854D29 color RGB value is (133,77,41).
RGB: (133,77,41)
(52%, 30%, 16%)
R 133 of 255 = 52%
G 77 of 255 = 30%
B 41 of 255 = 16%
R + G + B ~ 33%. #854D29 is quite dark color.
R + G + B = 133 + 77 + 41 = 251 (100%)
R 133 of 251 ~ 52.99%
G 77 of 251 ~ 30.68%
B 41 of 251 ~ 16.33'%
#854D29 color CMYK value is (0,42,69,48).
CMYK: (0,42,69,48)
C0M42Y69K48 (0%, 42%, 69%, 48%)
(0.00 / 0.42 / 0.69 / 0.48)
Color #854D29 in popluar color models
85 | 4D | 29 | |
---|---|---|---|
RGB | 133 | 77 | 41 |
HSL | 23° | 52.87% | 34.12% |
HSB/HSV | 23° | 69.17% | 52.16% |
CMYK | 0.00% | 42.11% | 69.17% |
47.84% |
Color #854D29 in popluar number systems.
HEX | 85 | 4D | 29 |
Decimal | 133 | 77 | 41 |
Binary | 10000101 | 1001101 | 101001 |
Octal | 205 | 115 | 51 |
Shades of #854D29
Tints of #854D29
Examples of css and html codes for elements with #854D29 color. Also use rgb(133,77,41) instead hex code.
.myTextColor { color: #854D29; }
<p style="color:#854D29">This sample text font color is #854D29.</p>
This text font color is #854D29.
.myBgColor { background-color: #854D29; }
<div style="background-color:#854D29">Inner text</div>
This div background color is #854D29.
.myBorderColor { border: 1px solid #854D29; }
<div style="border:3px solid #854D29">Div</div>
This div border color is #854D29.
.myOpacity80 { color: #854D29; opacity: 0.8; }
<p style="color:#854D29;opacity:0.8;">80%</p>
Text with #854D29 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #854D29;}
<p style="text-shadow: 3px 3px 1px #854D29">Text here.</p>
This text has shadow with #854D29 color.
.textShadow {text-shadow: 3px 3px 1px #854D29', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #854D29, 5px 5px 20px red">Text here.</p>
This text has shadow with #854D29 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#854D29, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#854D29, Direction=45, Strength=4)">Text</p>
This text has shadow with #854D29 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #854D29;
-webkit-box-shadow: 1px 1px 3px 2px #854D29;
box-shadow: 1px 1px 3px 2px #854D29;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #854D29; -webkit-box-shadow: 1px 1px 3px 2px #854D29; box-shadow:1px 1px 3px 2px #854D29;">
Div content here
</div>
This text has color #854D29 on black background.
This text has color #854D29 on white background.
This text has black color on #854D29 background.
This text has white color on #854D29 background.
Complementary color for #hex is #7AB2D6.