Color spaces of #845144
RGB | 132 | 81 | 68 |
---|---|---|---|
HSL | 0.03 | 0.32 | 0.39 |
HSV | 12° | 48° | 52° |
CMYK | 0.00 | 0.39 | 0.48 0.48 |
XYZ | 13.5015 | 11.2077 | 6.9205 |
Yxy | 11.2077 | 0.4269 | 0.3543 |
Hunter Lab | 33.4779 | 13.4020 | 11.1782 |
CIE-Lab | 39.9281 | 19.8168 | 16.6119 |
#845144 color RGB value is (132,81,68).
#845144 hex color red value is 132, green value is 81 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #845144 hue: 0.03 , saturation: 0.32 and the lightness value of 845144 is 0.39.
The process color (four color CMYK) of #845144 color hex is 0.00, 0.39, 0.48, 0.48. Web safe color of #845144 is #996633. Color #845144 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 01010001 | 01000100 |
Octal | 204 | 121 | 104 |
Decimal | 132 | 81 | 68 |
Hex | 84 | 51 | 44 |
Shades of #845144
Tints of #845144
RGB Percentages of Color #845144
CMYK Percentages of Color #845144
Complementary Color
#845144 | #447784 |
#845144 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#845144 Color Preview on White Background
Lorem ipsum dolor sit amet.
#845144 Color CSS Codes
.mybgcolor {background-color:#845144; } .myforecolor {color:#845144; } .mybordercolor {border:3px solid #845144; }
#845144 Text Font Color
<p style="color:#845144">Text here</p>
This sample text font color is #845144
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.
#845144 Background Color
<div style="background-color:#845144">
Div content here</div>
This div background color is #845144
#845144 Border Color
<div style="border:3px solid #845144">
Div here</div>
This div border color is #845144
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,81,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #845144; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #845144; -webkit-box-shadow: 1px 1px 3px 2px #845144; box-shadow: 1px 1px 3px 2px #845144; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,81,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #845144">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #845144; -webkit-box-shadow: 1px 1px 3px 2px #845144; box-shadow: 1px 1px 3px 2px #845144;">
Div content here</div>
This div box has shadow with color #845144
Comments
No comments written yet.
Please login to write comment.