Color spaces of #50484d
RGB | 80 | 72 | 77 |
---|---|---|---|
HSL | 0.90 | 0.05 | 0.30 |
HSV | 323° | 10° | 31° |
CMYK | 0.00 | 0.10 | 0.04 0.69 |
XYZ | 6.9652 | 6.8760 | 7.9813 |
Yxy | 6.8760 | 0.3192 | 0.3151 |
Hunter Lab | 26.2221 | 1.5250 | 0.3092 |
CIE-Lab | 31.5229 | 4.3951 | -1.7656 |
#50484d color RGB value is (80,72,77).
#50484d hex color red value is 80, green value is 72 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #50484d hue: 0.90 , saturation: 0.05 and the lightness value of 50484d is 0.30.
The process color (four color CMYK) of #50484d color hex is 0.00, 0.10, 0.04, 0.69. Web safe color of #50484d is #663366. Color #50484d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 01001000 | 01001101 |
Octal | 120 | 110 | 115 |
Decimal | 80 | 72 | 77 |
Hex | 50 | 48 | 4D |
Shades of #50484d
Tints of #50484d
RGB Percentages of Color #50484d
CMYK Percentages of Color #50484d
Complementary Color
#50484d | #48504b |
#50484d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50484d Color Preview on White Background
Lorem ipsum dolor sit amet.
#50484d Color CSS Codes
.mybgcolor {background-color:#50484d; } .myforecolor {color:#50484d; } .mybordercolor {border:3px solid #50484d; }
#50484d Text Font Color
<p style="color:#50484d">Text here</p>
This sample text font color is #50484d
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.
#50484d Background Color
<div style="background-color:#50484d">
Div content here</div>
This div background color is #50484d
#50484d Border Color
<div style="border:3px solid #50484d">
Div here</div>
This div border color is #50484d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,72,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50484d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50484d; -webkit-box-shadow: 1px 1px 3px 2px #50484d; box-shadow: 1px 1px 3px 2px #50484d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,72,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50484d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50484d; -webkit-box-shadow: 1px 1px 3px 2px #50484d; box-shadow: 1px 1px 3px 2px #50484d;">
Div content here</div>
This div box has shadow with color #50484d
Comments
No comments written yet.
Please login to write comment.