Color spaces of #804037
RGB | 128 | 64 | 55 |
---|---|---|---|
HSL | 0.02 | 0.40 | 0.36 |
HSV | 7° | 57° | 50° |
CMYK | 0.00 | 0.50 | 0.57 0.50 |
XYZ | 11.4251 | 8.5318 | 4.6591 |
Yxy | 8.5318 | 0.4641 | 0.3466 |
Hunter Lab | 29.2092 | 18.7035 | 10.9893 |
CIE-Lab | 35.0667 | 26.6461 | 18.0924 |
#804037 color RGB value is (128,64,55).
#804037 hex color red value is 128, green value is 64 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #804037 hue: 0.02 , saturation: 0.40 and the lightness value of 804037 is 0.36.
The process color (four color CMYK) of #804037 color hex is 0.00, 0.50, 0.57, 0.50. Web safe color of #804037 is #993333. Color #804037 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01000000 | 00110111 |
Octal | 200 | 100 | 67 |
Decimal | 128 | 64 | 55 |
Hex | 80 | 40 | 37 |
Shades of #804037
Tints of #804037
RGB Percentages of Color #804037
CMYK Percentages of Color #804037
Complementary Color
#804037 | #377780 |
#804037 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#804037 Color Preview on White Background
Lorem ipsum dolor sit amet.
#804037 Color CSS Codes
.mybgcolor {background-color:#804037; } .myforecolor {color:#804037; } .mybordercolor {border:3px solid #804037; }
#804037 Text Font Color
<p style="color:#804037">Text here</p>
This sample text font color is #804037
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.
#804037 Background Color
<div style="background-color:#804037">
Div content here</div>
This div background color is #804037
#804037 Border Color
<div style="border:3px solid #804037">
Div here</div>
This div border color is #804037
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,64,55, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #804037; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #804037; -webkit-box-shadow: 1px 1px 3px 2px #804037; box-shadow: 1px 1px 3px 2px #804037; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,64,55, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #804037">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #804037; -webkit-box-shadow: 1px 1px 3px 2px #804037; box-shadow: 1px 1px 3px 2px #804037;">
Div content here</div>
This div box has shadow with color #804037
Comments
No comments written yet.
Please login to write comment.