Color spaces of #803733
RGB | 128 | 55 | 51 |
---|---|---|---|
HSL | 0.01 | 0.43 | 0.35 |
HSV | 3° | 60° | 50° |
CMYK | 0.00 | 0.57 | 0.60 0.50 |
XYZ | 10.8658 | 7.5606 | 4.0186 |
Yxy | 7.5606 | 0.4841 | 0.3369 |
Hunter Lab | 27.4965 | 22.4188 | 10.5824 |
CIE-Lab | 33.0505 | 31.2427 | 17.9810 |
#803733 color RGB value is (128,55,51).
#803733 hex color red value is 128, green value is 55 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #803733 hue: 0.01 , saturation: 0.43 and the lightness value of 803733 is 0.35.
The process color (four color CMYK) of #803733 color hex is 0.00, 0.57, 0.60, 0.50. Web safe color of #803733 is #993333. Color #803733 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 00110111 | 00110011 |
Octal | 200 | 67 | 63 |
Decimal | 128 | 55 | 51 |
Hex | 80 | 37 | 33 |
Shades of #803733
Tints of #803733
RGB Percentages of Color #803733
CMYK Percentages of Color #803733
Complementary Color
#803733 | #337c80 |
#803733 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#803733 Color Preview on White Background
Lorem ipsum dolor sit amet.
#803733 Color CSS Codes
.mybgcolor {background-color:#803733; } .myforecolor {color:#803733; } .mybordercolor {border:3px solid #803733; }
#803733 Text Font Color
<p style="color:#803733">Text here</p>
This sample text font color is #803733
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.
#803733 Background Color
<div style="background-color:#803733">
Div content here</div>
This div background color is #803733
#803733 Border Color
<div style="border:3px solid #803733">
Div here</div>
This div border color is #803733
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,55,51, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #803733; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #803733; -webkit-box-shadow: 1px 1px 3px 2px #803733; box-shadow: 1px 1px 3px 2px #803733; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,55,51, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #803733">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #803733; -webkit-box-shadow: 1px 1px 3px 2px #803733; box-shadow: 1px 1px 3px 2px #803733;">
Div content here</div>
This div box has shadow with color #803733
Comments
No comments written yet.
Please login to write comment.