HEX: #000736
RGB: (0,7,54)
#000736 contains only green and blue colors. Web safe color of #000736 is #000033 (or #003).
#000736 color RGB value is (0,7,54).
RGB: (0,7,54)
(0%, 3%, 21%)
R 0 of 255 = 0%
G 7 of 255 = 3%
B 54 of 255 = 21%
R + G + B ~ 8%. #000736 is dark color.
R + G + B = 0 + 7 + 54 = 61 (100%)
R 0 of 61 ~ 0%
G 7 of 61 ~ 11.48%
B 54 of 61 ~ 88.52'%
#000736 color CMYK value is (100,87,0,79).
CMYK: (100,87,0,79)
C100M87Y0K79 (100%, 87%, 0%, 79%)
(1.00 / 0.87 / 0.00 / 0.79)
Color #000736 in popluar color models
00 | 07 | 36 | |
---|---|---|---|
RGB | 0 | 7 | 54 |
HSL | 232° | 100.00% | 10.59% |
HSB/HSV | 232° | 100.00% | 21.18% |
CMYK | 100.00% | 87.04% | 0.00% |
78.82% |
Color #000736 in popluar number systems.
HEX | 00 | 07 | 36 |
Decimal | 0 | 7 | 54 |
Binary | 0 | 111 | 110110 |
Octal | 0 | 7 | 66 |
Shades of #000736
Tints of #000736
Examples of css and html codes for elements with #000736 color. Also use rgb(0,7,54) instead hex code.
.myTextColor { color: #000736; }
<p style="color:#000736">This sample text font color is #000736.</p>
This text font color is #000736.
.myBgColor { background-color: #000736; }
<div style="background-color:#000736">Inner text</div>
This div background color is #000736.
.myBorderColor { border: 1px solid #000736; }
<div style="border:3px solid #000736">Div</div>
This div border color is #000736.
.myOpacity80 { color: #000736; opacity: 0.8; }
<p style="color:#000736;opacity:0.8;">80%</p>
Text with #000736 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #000736;}
<p style="text-shadow: 3px 3px 1px #000736">Text here.</p>
This text has shadow with #000736 color.
.textShadow {text-shadow: 3px 3px 1px #000736', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #000736, 5px 5px 20px red">Text here.</p>
This text has shadow with #000736 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#000736, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#000736, Direction=45, Strength=4)">Text</p>
This text has shadow with #000736 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #000736;
-webkit-box-shadow: 1px 1px 3px 2px #000736;
box-shadow: 1px 1px 3px 2px #000736;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #000736; -webkit-box-shadow: 1px 1px 3px 2px #000736; box-shadow:1px 1px 3px 2px #000736;">
Div content here
</div>
This text has color #000736 on black background.
This text has color #000736 on white background.
This text has black color on #000736 background.
This text has white color on #000736 background.
Complementary color for #hex is #FFF8C9.