Color spaces of #500f32
RGB | 80 | 15 | 50 |
---|---|---|---|
HSL | 0.91 | 0.68 | 0.19 |
HSV | 328° | 81° | 31° |
CMYK | 0.00 | 0.81 | 0.38 0.69 |
XYZ | 4.0548 | 2.2774 | 3.2435 |
Yxy | 2.2774 | 0.4234 | 0.2378 |
Hunter Lab | 15.0911 | 21.5516 | -2.1794 |
CIE-Lab | 16.8805 | 32.9823 | -5.3081 |
#500f32 color RGB value is (80,15,50).
#500f32 hex color red value is 80, green value is 15 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #500f32 hue: 0.91 , saturation: 0.68 and the lightness value of 500f32 is 0.19.
The process color (four color CMYK) of #500f32 color hex is 0.00, 0.81, 0.38, 0.69. Web safe color of #500f32 is #660033. Color #500f32 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 00001111 | 00110010 |
Octal | 120 | 17 | 62 |
Decimal | 80 | 15 | 50 |
Hex | 50 | F | 32 |
Shades of #500f32
Tints of #500f32
RGB Percentages of Color #500f32
CMYK Percentages of Color #500f32
Complementary Color
#500f32 | #0f502d |
#500f32 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#500f32 Color Preview on White Background
Lorem ipsum dolor sit amet.
#500f32 Color CSS Codes
.mybgcolor {background-color:#500f32; } .myforecolor {color:#500f32; } .mybordercolor {border:3px solid #500f32; }
#500f32 Text Font Color
<p style="color:#500f32">Text here</p>
This sample text font color is #500f32
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.
#500f32 Background Color
<div style="background-color:#500f32">
Div content here</div>
This div background color is #500f32
#500f32 Border Color
<div style="border:3px solid #500f32">
Div here</div>
This div border color is #500f32
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,15,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #500f32; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #500f32; -webkit-box-shadow: 1px 1px 3px 2px #500f32; box-shadow: 1px 1px 3px 2px #500f32; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,15,50, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #500f32">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #500f32; -webkit-box-shadow: 1px 1px 3px 2px #500f32; box-shadow: 1px 1px 3px 2px #500f32;">
Div content here</div>
This div box has shadow with color #500f32
Comments
No comments written yet.
Please login to write comment.