Color spaces of #808380
RGB | 128 | 131 | 128 |
---|---|---|---|
HSL | 0.33 | 0.01 | 0.51 |
HSV | 120° | 2° | 51° |
CMYK | 0.02 | 0.00 | 0.02 0.49 |
XYZ | 20.9147 | 22.3803 | 23.6396 |
Yxy | 22.3803 | 0.3125 | 0.3344 |
Hunter Lab | 47.3078 | -3.8742 | 3.4884 |
CIE-Lab | 54.4282 | -1.7083 | 1.2227 |
#808380 color RGB value is (128,131,128).
#808380 hex color red value is 128, green value is 131 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #808380 hue: 0.33 , saturation: 0.01 and the lightness value of 808380 is 0.51.
The process color (four color CMYK) of #808380 color hex is 0.02, 0.00, 0.02, 0.49. Web safe color of #808380 is #999999. Color #808380 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10000011 | 10000000 |
Octal | 200 | 203 | 200 |
Decimal | 128 | 131 | 128 |
Hex | 80 | 83 | 80 |
Shades of #808380
Tints of #808380
RGB Percentages of Color #808380
CMYK Percentages of Color #808380
Complementary Color
#808380 | #838083 |
#808380 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#808380 Color Preview on White Background
Lorem ipsum dolor sit amet.
#808380 Color CSS Codes
.mybgcolor {background-color:#808380; } .myforecolor {color:#808380; } .mybordercolor {border:3px solid #808380; }
#808380 Text Font Color
<p style="color:#808380">Text here</p>
This sample text font color is #808380
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.
#808380 Background Color
<div style="background-color:#808380">
Div content here</div>
This div background color is #808380
#808380 Border Color
<div style="border:3px solid #808380">
Div here</div>
This div border color is #808380
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,131,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #808380; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #808380; -webkit-box-shadow: 1px 1px 3px 2px #808380; box-shadow: 1px 1px 3px 2px #808380; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,131,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #808380">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #808380; -webkit-box-shadow: 1px 1px 3px 2px #808380; box-shadow: 1px 1px 3px 2px #808380;">
Div content here</div>
This div box has shadow with color #808380
Comments
No comments written yet.
Please login to write comment.