Color spaces of #805000
RGB | 128 | 80 | 0 |
---|---|---|---|
HSL | 0.10 | 1.00 | 0.25 |
HSV | 38° | 100° | 50° |
CMYK | 0.00 | 0.38 | 1.00 0.50 |
XYZ | 11.7707 | 10.3265 | 1.3728 |
Yxy | 10.3265 | 0.5015 | 0.4400 |
Hunter Lab | 32.1349 | 9.1468 | 19.9615 |
CIE-Lab | 38.4222 | 14.6466 | 47.2821 |
#805000 color RGB value is (128,80,0).
#805000 hex color red value is 128, green value is 80 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #805000 hue: 0.10 , saturation: 1.00 and the lightness value of 805000 is 0.25.
The process color (four color CMYK) of #805000 color hex is 0.00, 0.38, 1.00, 0.50. Web safe color of #805000 is #996600. Color #805000 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01010000 | 00000000 |
Octal | 200 | 120 | 0 |
Decimal | 128 | 80 | 0 |
Hex | 80 | 50 | 0 |
Shades of #805000
Tints of #805000
RGB Percentages of Color #805000
CMYK Percentages of Color #805000
Complementary Color
#805000 | #003080 |
#805000 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#805000 Color Preview on White Background
Lorem ipsum dolor sit amet.
#805000 Color CSS Codes
.mybgcolor {background-color:#805000; } .myforecolor {color:#805000; } .mybordercolor {border:3px solid #805000; }
#805000 Text Font Color
<p style="color:#805000">Text here</p>
This sample text font color is #805000
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.
#805000 Background Color
<div style="background-color:#805000">
Div content here</div>
This div background color is #805000
#805000 Border Color
<div style="border:3px solid #805000">
Div here</div>
This div border color is #805000
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,80,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #805000; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #805000; -webkit-box-shadow: 1px 1px 3px 2px #805000; box-shadow: 1px 1px 3px 2px #805000; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,80,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #805000">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #805000; -webkit-box-shadow: 1px 1px 3px 2px #805000; box-shadow: 1px 1px 3px 2px #805000;">
Div content here</div>
This div box has shadow with color #805000
Comments
No comments written yet.
Please login to write comment.