HEX: #555003
RGB: (85,80,3)
#555003 contains mainly red and green colors. Web safe color of #555003 is #666600 (or #660).
#555003 color RGB value is (85,80,3).
RGB: (85,80,3)
(33%, 31%, 1%)
R 85 of 255 = 33%
G 80 of 255 = 31%
B 3 of 255 = 1%
R + G + B ~ 22%. #555003 is dark color.
R + G + B = 85 + 80 + 3 = 168 (100%)
R 85 of 168 ~ 50.6%
G 80 of 168 ~ 47.62%
B 3 of 168 ~ 1.79'%
#555003 color CMYK value is (0,6,96,67).
CMYK: (0,6,96,67)
C0M6Y96K67 (0%, 6%, 96%, 67%)
(0.00 / 0.06 / 0.96 / 0.67)
Color #555003 in popluar color models
55 | 50 | 03 | |
---|---|---|---|
RGB | 85 | 80 | 3 |
HSL | 56° | 93.18% | 17.25% |
HSB/HSV | 56° | 96.47% | 33.33% |
CMYK | 0.00% | 5.88% | 96.47% |
66.67% |
Color #555003 in popluar number systems.
HEX | 55 | 50 | 03 |
Decimal | 85 | 80 | 3 |
Binary | 1010101 | 1010000 | 11 |
Octal | 125 | 120 | 3 |
Shades of #555003
Tints of #555003
Examples of css and html codes for elements with #555003 color. Also use rgb(85,80,3) instead hex code.
.myTextColor { color: #555003; }
<p style="color:#555003">This sample text font color is #555003.</p>
This text font color is #555003.
.myBgColor { background-color: #555003; }
<div style="background-color:#555003">Inner text</div>
This div background color is #555003.
.myBorderColor { border: 1px solid #555003; }
<div style="border:3px solid #555003">Div</div>
This div border color is #555003.
.myOpacity80 { color: #555003; opacity: 0.8; }
<p style="color:#555003;opacity:0.8;">80%</p>
Text with #555003 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #555003;}
<p style="text-shadow: 3px 3px 1px #555003">Text here.</p>
This text has shadow with #555003 color.
.textShadow {text-shadow: 3px 3px 1px #555003', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #555003, 5px 5px 20px red">Text here.</p>
This text has shadow with #555003 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#555003, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#555003, Direction=45, Strength=4)">Text</p>
This text has shadow with #555003 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #555003;
-webkit-box-shadow: 1px 1px 3px 2px #555003;
box-shadow: 1px 1px 3px 2px #555003;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #555003; -webkit-box-shadow: 1px 1px 3px 2px #555003; box-shadow:1px 1px 3px 2px #555003;">
Div content here
</div>
This text has color #555003 on black background.
This text has color #555003 on white background.
This text has black color on #555003 background.
This text has white color on #555003 background.
Complementary color for #hex is #AAAFFC.