Color spaces of #73751b
RGB | 115 | 117 | 27 |
---|---|---|---|
HSL | 0.17 | 0.63 | 0.28 |
HSV | 61° | 77° | 46° |
CMYK | 0.02 | 0.00 | 0.77 0.54 |
XYZ | 13.6294 | 16.4465 | 3.4931 |
Yxy | 16.4465 | 0.4060 | 0.4899 |
Hunter Lab | 40.5543 | -10.9801 | 23.2811 |
CIE-Lab | 47.5549 | -12.2361 | 46.0277 |
#73751b color RGB value is (115,117,27).
#73751b hex color red value is 115, green value is 117 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #73751b hue: 0.17 , saturation: 0.63 and the lightness value of 73751b is 0.28.
The process color (four color CMYK) of #73751b color hex is 0.02, 0.00, 0.77, 0.54. Web safe color of #73751b is #666633. Color #73751b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 01110101 | 00011011 |
Octal | 163 | 165 | 33 |
Decimal | 115 | 117 | 27 |
Hex | 73 | 75 | 1B |
Shades of #73751b
Tints of #73751b
RGB Percentages of Color #73751b
CMYK Percentages of Color #73751b
Complementary Color
#73751b | #1d1b75 |
#73751b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#73751b Color Preview on White Background
Lorem ipsum dolor sit amet.
#73751b Color CSS Codes
.mybgcolor {background-color:#73751b; } .myforecolor {color:#73751b; } .mybordercolor {border:3px solid #73751b; }
#73751b Text Font Color
<p style="color:#73751b">Text here</p>
This sample text font color is #73751b
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.
#73751b Background Color
<div style="background-color:#73751b">
Div content here</div>
This div background color is #73751b
#73751b Border Color
<div style="border:3px solid #73751b">
Div here</div>
This div border color is #73751b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,117,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #73751b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #73751b; -webkit-box-shadow: 1px 1px 3px 2px #73751b; box-shadow: 1px 1px 3px 2px #73751b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,117,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 #73751b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #73751b; -webkit-box-shadow: 1px 1px 3px 2px #73751b; box-shadow: 1px 1px 3px 2px #73751b;">
Div content here</div>
This div box has shadow with color #73751b
Comments
No comments written yet.
Please login to write comment.