HEX: #00463D
RGB: (0,70,61)
#00463D contains only green and blue colors. Web safe color of #00463D is #003333 (or #033).
#00463D color RGB value is (0,70,61).
RGB: (0,70,61)
(0%, 27%, 24%)
R 0 of 255 = 0%
G 70 of 255 = 27%
B 61 of 255 = 24%
R + G + B ~ 17%. #00463D is dark color.
R + G + B = 0 + 70 + 61 = 131 (100%)
R 0 of 131 ~ 0%
G 70 of 131 ~ 53.44%
B 61 of 131 ~ 46.56'%
#00463D color CMYK value is (100,0,13,73).
CMYK: (100,0,13,73)
C100M0Y13K73 (100%, 0%, 13%, 73%)
(1.00 / 0.00 / 0.13 / 0.73)
Color #00463D in popluar color models
00 | 46 | 3D | |
---|---|---|---|
RGB | 0 | 70 | 61 |
HSL | 172° | 100.00% | 13.73% |
HSB/HSV | 172° | 100.00% | 27.45% |
CMYK | 100.00% | 0.00% | 12.86% |
72.55% |
Color #00463D in popluar number systems.
HEX | 00 | 46 | 3D |
Decimal | 0 | 70 | 61 |
Binary | 0 | 1000110 | 111101 |
Octal | 0 | 106 | 75 |
Shades of #00463D
Tints of #00463D
Examples of css and html codes for elements with #00463D color. Also use rgb(0,70,61) instead hex code.
.myTextColor { color: #00463D; }
<p style="color:#00463D">This sample text font color is #00463D.</p>
This text font color is #00463D.
.myBgColor { background-color: #00463D; }
<div style="background-color:#00463D">Inner text</div>
This div background color is #00463D.
.myBorderColor { border: 1px solid #00463D; }
<div style="border:3px solid #00463D">Div</div>
This div border color is #00463D.
.myOpacity80 { color: #00463D; opacity: 0.8; }
<p style="color:#00463D;opacity:0.8;">80%</p>
Text with #00463D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #00463D;}
<p style="text-shadow: 3px 3px 1px #00463D">Text here.</p>
This text has shadow with #00463D color.
.textShadow {text-shadow: 3px 3px 1px #00463D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #00463D, 5px 5px 20px red">Text here.</p>
This text has shadow with #00463D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00463D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#00463D, Direction=45, Strength=4)">Text</p>
This text has shadow with #00463D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #00463D;
-webkit-box-shadow: 1px 1px 3px 2px #00463D;
box-shadow: 1px 1px 3px 2px #00463D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00463D; -webkit-box-shadow: 1px 1px 3px 2px #00463D; box-shadow:1px 1px 3px 2px #00463D;">
Div content here
</div>
This text has color #00463D on black background.
This text has color #00463D on white background.
This text has black color on #00463D background.
This text has white color on #00463D background.
Complementary color for #hex is #FFB9C2.