Color spaces of #746f47
RGB | 116 | 111 | 71 |
---|---|---|---|
HSL | 0.15 | 0.24 | 0.37 |
HSV | 53° | 39° | 45° |
CMYK | 0.00 | 0.04 | 0.39 0.55 |
XYZ | 14.0242 | 15.5368 | 8.2210 |
Yxy | 15.5368 | 0.3712 | 0.4112 |
Hunter Lab | 39.4167 | -5.4703 | 15.2258 |
CIE-Lab | 46.3608 | -4.5863 | 22.9872 |
#746f47 color RGB value is (116,111,71).
#746f47 hex color red value is 116, green value is 111 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #746f47 hue: 0.15 , saturation: 0.24 and the lightness value of 746f47 is 0.37.
The process color (four color CMYK) of #746f47 color hex is 0.00, 0.04, 0.39, 0.55. Web safe color of #746f47 is #666633. Color #746f47 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 01101111 | 01000111 |
Octal | 164 | 157 | 107 |
Decimal | 116 | 111 | 71 |
Hex | 74 | 6F | 47 |
Shades of #746f47
Tints of #746f47
RGB Percentages of Color #746f47
CMYK Percentages of Color #746f47
Complementary Color
#746f47 | #474c74 |
#746f47 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#746f47 Color Preview on White Background
Lorem ipsum dolor sit amet.
#746f47 Color CSS Codes
.mybgcolor {background-color:#746f47; } .myforecolor {color:#746f47; } .mybordercolor {border:3px solid #746f47; }
#746f47 Text Font Color
<p style="color:#746f47">Text here</p>
This sample text font color is #746f47
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.
#746f47 Background Color
<div style="background-color:#746f47">
Div content here</div>
This div background color is #746f47
#746f47 Border Color
<div style="border:3px solid #746f47">
Div here</div>
This div border color is #746f47
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,111,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #746f47; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #746f47; -webkit-box-shadow: 1px 1px 3px 2px #746f47; box-shadow: 1px 1px 3px 2px #746f47; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,111,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #746f47">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #746f47; -webkit-box-shadow: 1px 1px 3px 2px #746f47; box-shadow: 1px 1px 3px 2px #746f47;">
Div content here</div>
This div box has shadow with color #746f47
Comments
No comments written yet.
Please login to write comment.