Color spaces of #80743e
RGB | 128 | 116 | 62 |
---|---|---|---|
HSL | 0.14 | 0.35 | 0.37 |
HSV | 49° | 52° | 50° |
CMYK | 0.00 | 0.09 | 0.52 0.50 |
XYZ | 16.0170 | 17.4278 | 7.0771 |
Yxy | 17.4278 | 0.3953 | 0.4301 |
Hunter Lab | 41.7466 | -4.5712 | 19.1715 |
CIE-Lab | 48.7946 | -3.1122 | 31.3014 |
#80743e color RGB value is (128,116,62).
#80743e hex color red value is 128, green value is 116 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #80743e hue: 0.14 , saturation: 0.35 and the lightness value of 80743e is 0.37.
The process color (four color CMYK) of #80743e color hex is 0.00, 0.09, 0.52, 0.50. Web safe color of #80743e is #996633. Color #80743e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01110100 | 00111110 |
Octal | 200 | 164 | 76 |
Decimal | 128 | 116 | 62 |
Hex | 80 | 74 | 3E |
Shades of #80743e
Tints of #80743e
RGB Percentages of Color #80743e
CMYK Percentages of Color #80743e
Complementary Color
#80743e | #3e4a80 |
#80743e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80743e Color Preview on White Background
Lorem ipsum dolor sit amet.
#80743e Color CSS Codes
.mybgcolor {background-color:#80743e; } .myforecolor {color:#80743e; } .mybordercolor {border:3px solid #80743e; }
#80743e Text Font Color
<p style="color:#80743e">Text here</p>
This sample text font color is #80743e
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.
#80743e Background Color
<div style="background-color:#80743e">
Div content here</div>
This div background color is #80743e
#80743e Border Color
<div style="border:3px solid #80743e">
Div here</div>
This div border color is #80743e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,116,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80743e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80743e; -webkit-box-shadow: 1px 1px 3px 2px #80743e; box-shadow: 1px 1px 3px 2px #80743e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,116,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80743e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80743e; -webkit-box-shadow: 1px 1px 3px 2px #80743e; box-shadow: 1px 1px 3px 2px #80743e;">
Div content here</div>
This div box has shadow with color #80743e
Comments
No comments written yet.
Please login to write comment.