Color spaces of #757124
RGB | 117 | 113 | 36 |
---|---|---|---|
HSL | 0.16 | 0.53 | 0.30 |
HSV | 57° | 69° | 46° |
CMYK | 0.00 | 0.03 | 0.69 0.54 |
XYZ | 13.5597 | 15.7195 | 3.9886 |
Yxy | 15.7195 | 0.4076 | 0.4725 |
Hunter Lab | 39.6478 | -8.3360 | 21.7889 |
CIE-Lab | 46.6043 | -8.5856 | 41.5157 |
#757124 color RGB value is (117,113,36).
#757124 hex color red value is 117, green value is 113 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #757124 hue: 0.16 , saturation: 0.53 and the lightness value of 757124 is 0.30.
The process color (four color CMYK) of #757124 color hex is 0.00, 0.03, 0.69, 0.54. Web safe color of #757124 is #666633. Color #757124 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110101 | 01110001 | 00100100 |
Octal | 165 | 161 | 44 |
Decimal | 117 | 113 | 36 |
Hex | 75 | 71 | 24 |
Shades of #757124
Tints of #757124
RGB Percentages of Color #757124
CMYK Percentages of Color #757124
Complementary Color
#757124 | #242875 |
#757124 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#757124 Color Preview on White Background
Lorem ipsum dolor sit amet.
#757124 Color CSS Codes
.mybgcolor {background-color:#757124; } .myforecolor {color:#757124; } .mybordercolor {border:3px solid #757124; }
#757124 Text Font Color
<p style="color:#757124">Text here</p>
This sample text font color is #757124
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.
#757124 Background Color
<div style="background-color:#757124">
Div content here</div>
This div background color is #757124
#757124 Border Color
<div style="border:3px solid #757124">
Div here</div>
This div border color is #757124
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(117,113,36, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #757124; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #757124; -webkit-box-shadow: 1px 1px 3px 2px #757124; box-shadow: 1px 1px 3px 2px #757124; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(117,113,36, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #757124">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #757124; -webkit-box-shadow: 1px 1px 3px 2px #757124; box-shadow: 1px 1px 3px 2px #757124;">
Div content here</div>
This div box has shadow with color #757124
Comments
No comments written yet.
Please login to write comment.