Color spaces of #464943
RGB | 70 | 73 | 67 |
---|---|---|---|
HSL | 0.25 | 0.04 | 0.27 |
HSV | 90° | 8° | 29° |
CMYK | 0.04 | 0.00 | 0.08 0.71 |
XYZ | 5.9215 | 6.4724 | 6.2474 |
Yxy | 6.4724 | 0.3177 | 0.3472 |
Hunter Lab | 25.4409 | -2.9748 | 3.2491 |
CIE-Lab | 30.5743 | -2.5373 | 3.1611 |
#464943 color RGB value is (70,73,67).
#464943 hex color red value is 70, green value is 73 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #464943 hue: 0.25 , saturation: 0.04 and the lightness value of 464943 is 0.27.
The process color (four color CMYK) of #464943 color hex is 0.04, 0.00, 0.08, 0.71. Web safe color of #464943 is #333333. Color #464943 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 01001001 | 01000011 |
Octal | 106 | 111 | 103 |
Decimal | 70 | 73 | 67 |
Hex | 46 | 49 | 43 |
Shades of #464943
Tints of #464943
RGB Percentages of Color #464943
CMYK Percentages of Color #464943
Complementary Color
#464943 | #464349 |
#464943 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#464943 Color Preview on White Background
Lorem ipsum dolor sit amet.
#464943 Color CSS Codes
.mybgcolor {background-color:#464943; } .myforecolor {color:#464943; } .mybordercolor {border:3px solid #464943; }
#464943 Text Font Color
<p style="color:#464943">Text here</p>
This sample text font color is #464943
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#464943 Background Color
<div style="background-color:#464943">
Div content here</div>
This div background color is #464943
#464943 Border Color
<div style="border:3px solid #464943">
Div here</div>
This div border color is #464943
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,73,67, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #464943; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #464943; -webkit-box-shadow: 1px 1px 3px 2px #464943; box-shadow: 1px 1px 3px 2px #464943; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,73,67, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #464943">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #464943; -webkit-box-shadow: 1px 1px 3px 2px #464943; box-shadow: 1px 1px 3px 2px #464943;">
Div content here</div>
This div box has shadow with color #464943
Comments
No comments written yet.
Please login to write comment.