Color spaces of #53481d
RGB | 83 | 72 | 29 |
---|---|---|---|
HSL | 0.13 | 0.48 | 0.22 |
HSV | 48° | 65° | 33° |
CMYK | 0.00 | 0.13 | 0.65 0.67 |
XYZ | 6.1064 | 6.5624 | 2.1072 |
Yxy | 6.5624 | 0.4133 | 0.4441 |
Hunter Lab | 25.6172 | -2.2808 | 13.0550 |
CIE-Lab | 30.7892 | -1.4215 | 26.9746 |
#53481d color RGB value is (83,72,29).
#53481d hex color red value is 83, green value is 72 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #53481d hue: 0.13 , saturation: 0.48 and the lightness value of 53481d is 0.22.
The process color (four color CMYK) of #53481d color hex is 0.00, 0.13, 0.65, 0.67. Web safe color of #53481d is #663333. Color #53481d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 01001000 | 00011101 |
Octal | 123 | 110 | 35 |
Decimal | 83 | 72 | 29 |
Hex | 53 | 48 | 1D |
Shades of #53481d
Tints of #53481d
RGB Percentages of Color #53481d
CMYK Percentages of Color #53481d
Complementary Color
#53481d | #1d2853 |
#53481d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#53481d Color Preview on White Background
Lorem ipsum dolor sit amet.
#53481d Color CSS Codes
.mybgcolor {background-color:#53481d; } .myforecolor {color:#53481d; } .mybordercolor {border:3px solid #53481d; }
#53481d Text Font Color
<p style="color:#53481d">Text here</p>
This sample text font color is #53481d
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.
#53481d Background Color
<div style="background-color:#53481d">
Div content here</div>
This div background color is #53481d
#53481d Border Color
<div style="border:3px solid #53481d">
Div here</div>
This div border color is #53481d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,72,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #53481d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #53481d; -webkit-box-shadow: 1px 1px 3px 2px #53481d; box-shadow: 1px 1px 3px 2px #53481d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,72,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #53481d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #53481d; -webkit-box-shadow: 1px 1px 3px 2px #53481d; box-shadow: 1px 1px 3px 2px #53481d;">
Div content here</div>
This div box has shadow with color #53481d
Comments
No comments written yet.
Please login to write comment.