Color spaces of #733046
RGB | 115 | 48 | 70 |
---|---|---|---|
HSL | 0.95 | 0.41 | 0.32 |
HSV | 340° | 58° | 45° |
CMYK | 0.00 | 0.58 | 0.39 0.55 |
XYZ | 9.2327 | 6.2009 | 6.5046 |
Yxy | 6.2009 | 0.4209 | 0.2827 |
Hunter Lab | 24.9016 | 22.6041 | 1.9439 |
CIE-Lab | 29.9138 | 31.9400 | 0.9779 |
#733046 color RGB value is (115,48,70).
#733046 hex color red value is 115, green value is 48 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #733046 hue: 0.95 , saturation: 0.41 and the lightness value of 733046 is 0.32.
The process color (four color CMYK) of #733046 color hex is 0.00, 0.58, 0.39, 0.55. Web safe color of #733046 is #663333. Color #733046 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 00110000 | 01000110 |
Octal | 163 | 60 | 106 |
Decimal | 115 | 48 | 70 |
Hex | 73 | 30 | 46 |
Shades of #733046
Tints of #733046
RGB Percentages of Color #733046
CMYK Percentages of Color #733046
Complementary Color
#733046 | #30735d |
#733046 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#733046 Color Preview on White Background
Lorem ipsum dolor sit amet.
#733046 Color CSS Codes
.mybgcolor {background-color:#733046; } .myforecolor {color:#733046; } .mybordercolor {border:3px solid #733046; }
#733046 Text Font Color
<p style="color:#733046">Text here</p>
This sample text font color is #733046
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.
#733046 Background Color
<div style="background-color:#733046">
Div content here</div>
This div background color is #733046
#733046 Border Color
<div style="border:3px solid #733046">
Div here</div>
This div border color is #733046
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,48,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #733046; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #733046; -webkit-box-shadow: 1px 1px 3px 2px #733046; box-shadow: 1px 1px 3px 2px #733046; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,48,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #733046">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #733046; -webkit-box-shadow: 1px 1px 3px 2px #733046; box-shadow: 1px 1px 3px 2px #733046;">
Div content here</div>
This div box has shadow with color #733046
Comments
No comments written yet.
Please login to write comment.