Color spaces of #5b210e
RGB | 91 | 33 | 14 |
---|---|---|---|
HSL | 0.04 | 0.73 | 0.21 |
HSV | 15° | 85° | 36° |
CMYK | 0.00 | 0.64 | 0.85 0.64 |
XYZ | 4.9375 | 3.3436 | 0.8006 |
Yxy | 3.3436 | 0.5437 | 0.3682 |
Hunter Lab | 18.2855 | 16.1994 | 10.2039 |
CIE-Lab | 21.3705 | 25.4834 | 25.3944 |
#5b210e color RGB value is (91,33,14).
#5b210e hex color red value is 91, green value is 33 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #5b210e hue: 0.04 , saturation: 0.73 and the lightness value of 5b210e is 0.21.
The process color (four color CMYK) of #5b210e color hex is 0.00, 0.64, 0.85, 0.64. Web safe color of #5b210e is #663300. Color #5b210e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011011 | 00100001 | 00001110 |
Octal | 133 | 41 | 16 |
Decimal | 91 | 33 | 14 |
Hex | 5B | 21 | E |
Shades of #5b210e
Tints of #5b210e
RGB Percentages of Color #5b210e
CMYK Percentages of Color #5b210e
Complementary Color
#5b210e | #0e485b |
#5b210e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5b210e Color Preview on White Background
Lorem ipsum dolor sit amet.
#5b210e Color CSS Codes
.mybgcolor {background-color:#5b210e; } .myforecolor {color:#5b210e; } .mybordercolor {border:3px solid #5b210e; }
#5b210e Text Font Color
<p style="color:#5b210e">Text here</p>
This sample text font color is #5b210e
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.
#5b210e Background Color
<div style="background-color:#5b210e">
Div content here</div>
This div background color is #5b210e
#5b210e Border Color
<div style="border:3px solid #5b210e">
Div here</div>
This div border color is #5b210e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(91,33,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5b210e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5b210e; -webkit-box-shadow: 1px 1px 3px 2px #5b210e; box-shadow: 1px 1px 3px 2px #5b210e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(91,33,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5b210e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5b210e; -webkit-box-shadow: 1px 1px 3px 2px #5b210e; box-shadow: 1px 1px 3px 2px #5b210e;">
Div content here</div>
This div box has shadow with color #5b210e
#5b210e Color Palettes
Comments
No comments written yet.
Please login to write comment.