HEX: #554427
RGB: (85,68,39)
#554427 contains red, green and blue colors in about the same proportion. Web safe color of #554427 is #663333 (or #633).
#554427 color RGB value is (85,68,39).
RGB: (85,68,39) (33%,27%,15%)
R 85 of 255 = 33%
G 68 of 255 = 27%
B 39 of 255 = 15%
R + G + B ~ 25%. #554427 is quite dark color.
R + G + B =
85 + 68 + 39 = 192 (100%)
R 85 of 192 ~ 44.27%
G 68 of 192 ~ 35.42%
B 39 of 192 ~ 20.31%
#554427 color CMYK value is (0,20,54,67).
CMYK: (0,20,54,67) C0M20Y54K67 (0%,20%,54%,67%) (0.00/0.20/0.54/0.67)
55 | 44 | 27 | |
---|---|---|---|
RGB | 85 | 68 | 39 |
HSL | 38° | 37.10% | 24.31% |
HSB/HSV | 38° | 54.12% | 33.33% |
CMYK | 0.00% | 20.00% | 54.12% |
66.67% |
HEX | 55 | 44 | 27 |
Decimal | 85 | 68 | 39 |
Binary | 1010101 | 1000100 | 100111 |
Octal | 125 | 104 | 47 |
Examples of css and html codes for elements with #554427 color. Also use rgb(85,68,39) instead hex code.
.myTextColor { color: #554427; }
<p style="color:#554427">This sample text font color is #554427.</p>
This text font color is #554427.
.myBgColor { background-color: #554427; }
<div style="background-color:#554427">Inner text</div>
This div background color is #554427.
.myBorderColor { border: 1px solid #554427; }
<div style="border:3px solid #554427">Div</div>
This div border color is #554427.
.myOpacity80 { color: #554427; opacity: 0.8; }
<p style="color:#554427;opacity:0.8;">80%</p>
Text with #554427 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #554427;}
<p style="text-shadow: 3px 3px 1px #554427">Text here.</p>
This text has shadow with #554427 color.
.textShadow {text-shadow: 3px 3px 1px #554427, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #554427, 5px 5px 20px red">Text here.</p>
This text has shadow with #554427 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#554427, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#554427, Direction=45, Strength=4)">Text</p>
This text has shadow with #554427 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #554427; -webkit-box-shadow: 1px 1px 3px 2px #554427; box-shadow: 1px 1px 3px 2px #554427; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #554427; -webkit-box-shadow: 1px 1px 3px 2px #554427; box-shadow:1px 1px 3px 2px #554427;">
Div content here</div>
This text has color #554427 on black background.
This text has color #554427 on white background.
This text has black color on #554427 background.
This text has white color on #554427 background.