HEX: #55996A
RGB: (85,153,106)
#55996A contains mainly green and blue colors. Web safe color of #55996A is #669966 (or #696).
#55996A color RGB value is (85,153,106).
RGB: (85,153,106)
(33%, 60%, 42%)
R 85 of 255 = 33%
G 153 of 255 = 60%
B 106 of 255 = 42%
R + G + B ~ 45%. #55996A is middle color (not dark and not light).
R + G + B = 85 + 153 + 106 = 344 (100%)
R 85 of 344 ~ 24.71%
G 153 of 344 ~ 44.48%
B 106 of 344 ~ 30.81'%
#55996A color CMYK value is (44,0,31,40).
CMYK: (44,0,31,40)
C44M0Y31K40 (44%, 0%, 31%, 40%)
(0.44 / 0.00 / 0.31 / 0.40)
Color #55996A in popluar color models
55 | 99 | 6A | |
---|---|---|---|
RGB | 85 | 153 | 106 |
HSL | 139° | 28.57% | 46.67% |
HSB/HSV | 139° | 44.44% | 60.00% |
CMYK | 44.44% | 0.00% | 30.72% |
40.00% |
Color #55996A in popluar number systems.
HEX | 55 | 99 | 6A |
Decimal | 85 | 153 | 106 |
Binary | 1010101 | 10011001 | 1101010 |
Octal | 125 | 231 | 152 |
Shades of #55996A
Tints of #55996A
Examples of css and html codes for elements with #55996A color. Also use rgb(85,153,106) instead hex code.
.myTextColor { color: #55996A; }
<p style="color:#55996A">This sample text font color is #55996A.</p>
This text font color is #55996A.
.myBgColor { background-color: #55996A; }
<div style="background-color:#55996A">Inner text</div>
This div background color is #55996A.
.myBorderColor { border: 1px solid #55996A; }
<div style="border:3px solid #55996A">Div</div>
This div border color is #55996A.
.myOpacity80 { color: #55996A; opacity: 0.8; }
<p style="color:#55996A;opacity:0.8;">80%</p>
Text with #55996A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #55996A;}
<p style="text-shadow: 3px 3px 1px #55996A">Text here.</p>
This text has shadow with #55996A color.
.textShadow {text-shadow: 3px 3px 1px #55996A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #55996A, 5px 5px 20px red">Text here.</p>
This text has shadow with #55996A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55996A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#55996A, Direction=45, Strength=4)">Text</p>
This text has shadow with #55996A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #55996A;
-webkit-box-shadow: 1px 1px 3px 2px #55996A;
box-shadow: 1px 1px 3px 2px #55996A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55996A; -webkit-box-shadow: 1px 1px 3px 2px #55996A; box-shadow:1px 1px 3px 2px #55996A;">
Div content here
</div>
This text has color #55996A on black background.
This text has color #55996A on white background.
This text has black color on #55996A background.
This text has white color on #55996A background.
Complementary color for #hex is #AA6695.