Color spaces of #072007
RGB | 7 | 32 | 7 |
---|---|---|---|
HSL | 0.33 | 0.64 | 0.08 |
HSV | 120° | 78° | 13° |
CMYK | 0.78 | 0.00 | 0.78 0.87 |
XYZ | 0.6425 | 1.0935 | 0.3782 |
Yxy | 1.0935 | 0.3039 | 0.5172 |
Hunter Lab | 10.4571 | -7.3325 | 5.1756 |
CIE-Lab | 9.7473 | -15.6947 | 11.3961 |
#072007 color RGB value is (7,32,7).
#072007 hex color red value is 7, green value is 32 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #072007 hue: 0.33 , saturation: 0.64 and the lightness value of 072007 is 0.08.
The process color (four color CMYK) of #072007 color hex is 0.78, 0.00, 0.78, 0.87. Web safe color of #072007 is #003300. Color #072007 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 00100000 | 00000111 |
Octal | 7 | 40 | 7 |
Decimal | 7 | 32 | 7 |
Hex | 7 | 20 | 7 |
Shades of #072007
Tints of #072007
RGB Percentages of Color #072007
CMYK Percentages of Color #072007
Complementary Color
#072007 | #200720 |
#072007 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#072007 Color Preview on White Background
Lorem ipsum dolor sit amet.
#072007 Color CSS Codes
.mybgcolor {background-color:#072007; } .myforecolor {color:#072007; } .mybordercolor {border:3px solid #072007; }
#072007 Text Font Color
<p style="color:#072007">Text here</p>
This sample text font color is #072007
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.
#072007 Background Color
<div style="background-color:#072007">
Div content here</div>
This div background color is #072007
#072007 Border Color
<div style="border:3px solid #072007">
Div here</div>
This div border color is #072007
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,32,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #072007; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #072007; -webkit-box-shadow: 1px 1px 3px 2px #072007; box-shadow: 1px 1px 3px 2px #072007; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,32,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #072007">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #072007; -webkit-box-shadow: 1px 1px 3px 2px #072007; box-shadow: 1px 1px 3px 2px #072007;">
Div content here</div>
This div box has shadow with color #072007
Comments
No comments written yet.
Please login to write comment.