Color spaces of #74731e
RGB | 116 | 115 | 30 |
---|---|---|---|
HSL | 0.16 | 0.59 | 0.29 |
HSV | 59° | 74° | 45° |
CMYK | 0.00 | 0.01 | 0.74 0.55 |
XYZ | 13.5675 | 16.0682 | 3.6147 |
Yxy | 16.0682 | 0.4080 | 0.4832 |
Hunter Lab | 40.0852 | -9.7327 | 22.7131 |
CIE-Lab | 47.0638 | -10.5162 | 44.4520 |
#74731e color RGB value is (116,115,30).
#74731e hex color red value is 116, green value is 115 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #74731e hue: 0.16 , saturation: 0.59 and the lightness value of 74731e is 0.29.
The process color (four color CMYK) of #74731e color hex is 0.00, 0.01, 0.74, 0.55. Web safe color of #74731e is #666633. Color #74731e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 01110011 | 00011110 |
Octal | 164 | 163 | 36 |
Decimal | 116 | 115 | 30 |
Hex | 74 | 73 | 1E |
Shades of #74731e
Tints of #74731e
RGB Percentages of Color #74731e
CMYK Percentages of Color #74731e
Complementary Color
#74731e | #1e1f74 |
#74731e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74731e Color Preview on White Background
Lorem ipsum dolor sit amet.
#74731e Color CSS Codes
.mybgcolor {background-color:#74731e; } .myforecolor {color:#74731e; } .mybordercolor {border:3px solid #74731e; }
#74731e Text Font Color
<p style="color:#74731e">Text here</p>
This sample text font color is #74731e
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.
#74731e Background Color
<div style="background-color:#74731e">
Div content here</div>
This div background color is #74731e
#74731e Border Color
<div style="border:3px solid #74731e">
Div here</div>
This div border color is #74731e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,115,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74731e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74731e; -webkit-box-shadow: 1px 1px 3px 2px #74731e; box-shadow: 1px 1px 3px 2px #74731e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,115,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #74731e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74731e; -webkit-box-shadow: 1px 1px 3px 2px #74731e; box-shadow: 1px 1px 3px 2px #74731e;">
Div content here</div>
This div box has shadow with color #74731e
Comments
No comments written yet.
Please login to write comment.