Color spaces of #07272f
RGB | 7 | 39 | 47 |
---|---|---|---|
HSL | 0.53 | 0.74 | 0.11 |
HSV | 192° | 85° | 18° |
CMYK | 0.85 | 0.17 | 0.00 0.82 |
XYZ | 1.3262 | 1.7014 | 2.9478 |
Yxy | 1.7014 | 0.2219 | 0.2847 |
Hunter Lab | 13.0438 | -4.6780 | -4.2685 |
CIE-Lab | 13.8351 | -8.2270 | -8.6144 |
#07272f color RGB value is (7,39,47).
#07272f hex color red value is 7, green value is 39 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #07272f hue: 0.53 , saturation: 0.74 and the lightness value of 07272f is 0.11.
The process color (four color CMYK) of #07272f color hex is 0.85, 0.17, 0.00, 0.82. Web safe color of #07272f is #003333. Color #07272f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 00100111 | 00101111 |
Octal | 7 | 47 | 57 |
Decimal | 7 | 39 | 47 |
Hex | 7 | 27 | 2F |
Shades of #07272f
Tints of #07272f
RGB Percentages of Color #07272f
CMYK Percentages of Color #07272f
Complementary Color
#07272f | #2f0f07 |
#07272f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#07272f Color Preview on White Background
Lorem ipsum dolor sit amet.
#07272f Color CSS Codes
.mybgcolor {background-color:#07272f; } .myforecolor {color:#07272f; } .mybordercolor {border:3px solid #07272f; }
#07272f Text Font Color
<p style="color:#07272f">Text here</p>
This sample text font color is #07272f
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.
#07272f Background Color
<div style="background-color:#07272f">
Div content here</div>
This div background color is #07272f
#07272f Border Color
<div style="border:3px solid #07272f">
Div here</div>
This div border color is #07272f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,39,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #07272f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #07272f; -webkit-box-shadow: 1px 1px 3px 2px #07272f; box-shadow: 1px 1px 3px 2px #07272f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,39,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #07272f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #07272f; -webkit-box-shadow: 1px 1px 3px 2px #07272f; box-shadow: 1px 1px 3px 2px #07272f;">
Div content here</div>
This div box has shadow with color #07272f
Comments
No comments written yet.
Please login to write comment.