Color spaces of #647142
RGB | 100 | 113 | 66 |
---|---|---|---|
HSL | 0.21 | 0.26 | 0.35 |
HSV | 77° | 42° | 44° |
CMYK | 0.12 | 0.00 | 0.42 0.56 |
XYZ | 12.1440 | 14.9129 | 7.3927 |
Yxy | 14.9129 | 0.3525 | 0.4329 |
Hunter Lab | 38.6172 | -11.4471 | 15.6819 |
CIE-Lab | 45.5147 | -13.3173 | 24.4684 |
#647142 color RGB value is (100,113,66).
#647142 hex color red value is 100, green value is 113 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #647142 hue: 0.21 , saturation: 0.26 and the lightness value of 647142 is 0.35.
The process color (four color CMYK) of #647142 color hex is 0.12, 0.00, 0.42, 0.56. Web safe color of #647142 is #666633. Color #647142 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 01110001 | 01000010 |
Octal | 144 | 161 | 102 |
Decimal | 100 | 113 | 66 |
Hex | 64 | 71 | 42 |
Shades of #647142
Tints of #647142
RGB Percentages of Color #647142
CMYK Percentages of Color #647142
Complementary Color
#647142 | #4f4271 |
#647142 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#647142 Color Preview on White Background
Lorem ipsum dolor sit amet.
#647142 Color CSS Codes
.mybgcolor {background-color:#647142; } .myforecolor {color:#647142; } .mybordercolor {border:3px solid #647142; }
#647142 Text Font Color
<p style="color:#647142">Text here</p>
This sample text font color is #647142
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.
#647142 Background Color
<div style="background-color:#647142">
Div content here</div>
This div background color is #647142
#647142 Border Color
<div style="border:3px solid #647142">
Div here</div>
This div border color is #647142
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,113,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #647142; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #647142; -webkit-box-shadow: 1px 1px 3px 2px #647142; box-shadow: 1px 1px 3px 2px #647142; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,113,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #647142">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #647142; -webkit-box-shadow: 1px 1px 3px 2px #647142; box-shadow: 1px 1px 3px 2px #647142;">
Div content here</div>
This div box has shadow with color #647142
Comments
No comments written yet.
Please login to write comment.