HEX: #376C02
RGB: (55,108,2)
#376C02 contains mainly red and green colors. Web safe color of #376C02 is #336600 (or #360).
#376C02 color RGB value is (55,108,2).
RGB: (55,108,2)
(22%, 42%, 1%)
R 55 of 255 = 22%
G 108 of 255 = 42%
B 2 of 255 = 1%
R + G + B ~ 22%. #376C02 is dark color.
R + G + B = 55 + 108 + 2 = 165 (100%)
R 55 of 165 ~ 33.33%
G 108 of 165 ~ 65.45%
B 2 of 165 ~ 1.21'%
#376C02 color CMYK value is (49,0,98,58).
CMYK: (49,0,98,58)
C49M0Y98K58 (49%, 0%, 98%, 58%)
(0.49 / 0.00 / 0.98 / 0.58)
Color #376C02 in popluar color models
37 | 6C | 02 | |
---|---|---|---|
RGB | 55 | 108 | 2 |
HSL | 90° | 96.36% | 21.57% |
HSB/HSV | 90° | 98.15% | 42.35% |
CMYK | 49.07% | 0.00% | 98.15% |
57.65% |
Color #376C02 in popluar number systems.
HEX | 37 | 6C | 02 |
Decimal | 55 | 108 | 2 |
Binary | 110111 | 1101100 | 10 |
Octal | 67 | 154 | 2 |
Shades of #376C02
Tints of #376C02
Examples of css and html codes for elements with #376C02 color. Also use rgb(55,108,2) instead hex code.
.myTextColor { color: #376C02; }
<p style="color:#376C02">This sample text font color is #376C02.</p>
This text font color is #376C02.
.myBgColor { background-color: #376C02; }
<div style="background-color:#376C02">Inner text</div>
This div background color is #376C02.
.myBorderColor { border: 1px solid #376C02; }
<div style="border:3px solid #376C02">Div</div>
This div border color is #376C02.
.myOpacity80 { color: #376C02; opacity: 0.8; }
<p style="color:#376C02;opacity:0.8;">80%</p>
Text with #376C02 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #376C02;}
<p style="text-shadow: 3px 3px 1px #376C02">Text here.</p>
This text has shadow with #376C02 color.
.textShadow {text-shadow: 3px 3px 1px #376C02', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #376C02, 5px 5px 20px red">Text here.</p>
This text has shadow with #376C02 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#376C02, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#376C02, Direction=45, Strength=4)">Text</p>
This text has shadow with #376C02 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #376C02;
-webkit-box-shadow: 1px 1px 3px 2px #376C02;
box-shadow: 1px 1px 3px 2px #376C02;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #376C02; -webkit-box-shadow: 1px 1px 3px 2px #376C02; box-shadow:1px 1px 3px 2px #376C02;">
Div content here
</div>
This text has color #376C02 on black background.
This text has color #376C02 on white background.
This text has black color on #376C02 background.
This text has white color on #376C02 background.
Complementary color for #hex is #C893FD.