Color spaces of #464019
RGB | 70 | 64 | 25 |
---|---|---|---|
HSL | 0.14 | 0.47 | 0.19 |
HSV | 52° | 64° | 27° |
CMYK | 0.00 | 0.09 | 0.64 0.73 |
XYZ | 4.5347 | 5.0391 | 1.6533 |
Yxy | 5.0391 | 0.4039 | 0.4488 |
Hunter Lab | 22.4479 | -3.2252 | 11.3468 |
CIE-Lab | 26.8459 | -3.3350 | 24.3469 |
#464019 color RGB value is (70,64,25).
#464019 hex color red value is 70, green value is 64 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #464019 hue: 0.14 , saturation: 0.47 and the lightness value of 464019 is 0.19.
The process color (four color CMYK) of #464019 color hex is 0.00, 0.09, 0.64, 0.73. Web safe color of #464019 is #333300. Color #464019 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 01000000 | 00011001 |
Octal | 106 | 100 | 31 |
Decimal | 70 | 64 | 25 |
Hex | 46 | 40 | 19 |
Shades of #464019
Tints of #464019
RGB Percentages of Color #464019
CMYK Percentages of Color #464019
Complementary Color
#464019 | #191f46 |
#464019 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#464019 Color Preview on White Background
Lorem ipsum dolor sit amet.
#464019 Color CSS Codes
.mybgcolor {background-color:#464019; } .myforecolor {color:#464019; } .mybordercolor {border:3px solid #464019; }
#464019 Text Font Color
<p style="color:#464019">Text here</p>
This sample text font color is #464019
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.
#464019 Background Color
<div style="background-color:#464019">
Div content here</div>
This div background color is #464019
#464019 Border Color
<div style="border:3px solid #464019">
Div here</div>
This div border color is #464019
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,64,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #464019; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #464019; -webkit-box-shadow: 1px 1px 3px 2px #464019; box-shadow: 1px 1px 3px 2px #464019; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,64,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #464019">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #464019; -webkit-box-shadow: 1px 1px 3px 2px #464019; box-shadow: 1px 1px 3px 2px #464019;">
Div content here</div>
This div box has shadow with color #464019
Comments
No comments written yet.
Please login to write comment.