HEX: #01746C
RGB: (1,116,108)
#01746C contains mainly green and blue colors. Web safe color of #01746C is #006666 (or #066).
#01746C color RGB value is (1,116,108).
RGB: (1,116,108)
(0%, 45%, 42%)
R 1 of 255 = 0%
G 116 of 255 = 45%
B 108 of 255 = 42%
R + G + B ~ 29%. #01746C is quite dark color.
R + G + B = 1 + 116 + 108 = 225 (100%)
R 1 of 225 ~ 0.44%
G 116 of 225 ~ 51.56%
B 108 of 225 ~ 48'%
#01746C color CMYK value is (99,0,7,55).
CMYK: (99,0,7,55)
C99M0Y7K55 (99%, 0%, 7%, 55%)
(0.99 / 0.00 / 0.07 / 0.55)
Color #01746C in popluar color models
01 | 74 | 6C | |
---|---|---|---|
RGB | 1 | 116 | 108 |
HSL | 176° | 98.29% | 22.94% |
HSB/HSV | 176° | 99.14% | 45.49% |
CMYK | 99.14% | 0.00% | 6.90% |
54.51% |
Color #01746C in popluar number systems.
HEX | 01 | 74 | 6C |
Decimal | 1 | 116 | 108 |
Binary | 1 | 1110100 | 1101100 |
Octal | 1 | 164 | 154 |
Shades of #01746C
Tints of #01746C
Examples of css and html codes for elements with #01746C color. Also use rgb(1,116,108) instead hex code.
.myTextColor { color: #01746C; }
<p style="color:#01746C">This sample text font color is #01746C.</p>
This text font color is #01746C.
.myBgColor { background-color: #01746C; }
<div style="background-color:#01746C">Inner text</div>
This div background color is #01746C.
.myBorderColor { border: 1px solid #01746C; }
<div style="border:3px solid #01746C">Div</div>
This div border color is #01746C.
.myOpacity80 { color: #01746C; opacity: 0.8; }
<p style="color:#01746C;opacity:0.8;">80%</p>
Text with #01746C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #01746C;}
<p style="text-shadow: 3px 3px 1px #01746C">Text here.</p>
This text has shadow with #01746C color.
.textShadow {text-shadow: 3px 3px 1px #01746C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #01746C, 5px 5px 20px red">Text here.</p>
This text has shadow with #01746C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#01746C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#01746C, Direction=45, Strength=4)">Text</p>
This text has shadow with #01746C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #01746C;
-webkit-box-shadow: 1px 1px 3px 2px #01746C;
box-shadow: 1px 1px 3px 2px #01746C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01746C; -webkit-box-shadow: 1px 1px 3px 2px #01746C; box-shadow:1px 1px 3px 2px #01746C;">
Div content here
</div>
This text has color #01746C on black background.
This text has color #01746C on white background.
This text has black color on #01746C background.
This text has white color on #01746C background.
Complementary color for #hex is #FE8B93.