Color spaces of #407734
RGB | 64 | 119 | 52 |
---|---|---|---|
HSL | 0.30 | 0.39 | 0.34 |
HSV | 109° | 56° | 47° |
CMYK | 0.46 | 0.00 | 0.56 0.53 |
XYZ | 9.3310 | 14.5316 | 5.5619 |
Yxy | 14.5316 | 0.3171 | 0.4939 |
Hunter Lab | 38.1203 | -23.0178 | 18.0336 |
CIE-Lab | 44.9859 | -32.2131 | 30.9400 |
#407734 color RGB value is (64,119,52).
#407734 hex color red value is 64, green value is 119 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #407734 hue: 0.30 , saturation: 0.39 and the lightness value of 407734 is 0.34.
The process color (four color CMYK) of #407734 color hex is 0.46, 0.00, 0.56, 0.53. Web safe color of #407734 is #336633. Color #407734 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01110111 | 00110100 |
Octal | 100 | 167 | 64 |
Decimal | 64 | 119 | 52 |
Hex | 40 | 77 | 34 |
Shades of #407734
Tints of #407734
RGB Percentages of Color #407734
CMYK Percentages of Color #407734
Complementary Color
#407734 | #6b3477 |
#407734 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#407734 Color Preview on White Background
Lorem ipsum dolor sit amet.
#407734 Color CSS Codes
.mybgcolor {background-color:#407734; } .myforecolor {color:#407734; } .mybordercolor {border:3px solid #407734; }
#407734 Text Font Color
<p style="color:#407734">Text here</p>
This sample text font color is #407734
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.
#407734 Background Color
<div style="background-color:#407734">
Div content here</div>
This div background color is #407734
#407734 Border Color
<div style="border:3px solid #407734">
Div here</div>
This div border color is #407734
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,119,52, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #407734; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #407734; -webkit-box-shadow: 1px 1px 3px 2px #407734; box-shadow: 1px 1px 3px 2px #407734; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,119,52, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #407734">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #407734; -webkit-box-shadow: 1px 1px 3px 2px #407734; box-shadow: 1px 1px 3px 2px #407734;">
Div content here</div>
This div box has shadow with color #407734
Comments
No comments written yet.
Please login to write comment.