Color spaces of #07611b
RGB | 7 | 97 | 27 |
---|---|---|---|
HSL | 0.37 | 0.87 | 0.20 |
HSV | 133° | 93° | 38° |
CMYK | 0.93 | 0.00 | 0.72 0.62 |
XYZ | 4.5601 | 8.6737 | 2.4708 |
Yxy | 8.6737 | 0.2904 | 0.5523 |
Hunter Lab | 29.4511 | -23.9013 | 15.6417 |
CIE-Lab | 35.3483 | -39.6455 | 31.9090 |
#07611b color RGB value is (7,97,27).
#07611b hex color red value is 7, green value is 97 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #07611b hue: 0.37 , saturation: 0.87 and the lightness value of 07611b is 0.20.
The process color (four color CMYK) of #07611b color hex is 0.93, 0.00, 0.72, 0.62. Web safe color of #07611b is #006633. Color #07611b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000111 | 01100001 | 00011011 |
Octal | 7 | 141 | 33 |
Decimal | 7 | 97 | 27 |
Hex | 7 | 61 | 1B |
Shades of #07611b
Tints of #07611b
RGB Percentages of Color #07611b
CMYK Percentages of Color #07611b
Complementary Color
#07611b | #61074d |
#07611b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#07611b Color Preview on White Background
Lorem ipsum dolor sit amet.
#07611b Color CSS Codes
.mybgcolor {background-color:#07611b; } .myforecolor {color:#07611b; } .mybordercolor {border:3px solid #07611b; }
#07611b Text Font Color
<p style="color:#07611b">Text here</p>
This sample text font color is #07611b
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.
#07611b Background Color
<div style="background-color:#07611b">
Div content here</div>
This div background color is #07611b
#07611b Border Color
<div style="border:3px solid #07611b">
Div here</div>
This div border color is #07611b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(7,97,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #07611b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #07611b; -webkit-box-shadow: 1px 1px 3px 2px #07611b; box-shadow: 1px 1px 3px 2px #07611b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(7,97,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #07611b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #07611b; -webkit-box-shadow: 1px 1px 3px 2px #07611b; box-shadow: 1px 1px 3px 2px #07611b;">
Div content here</div>
This div box has shadow with color #07611b
Comments
No comments written yet.
Please login to write comment.