Color spaces of #733545
RGB | 115 | 53 | 69 |
---|---|---|---|
HSL | 0.96 | 0.37 | 0.33 |
HSV | 345° | 54° | 45° |
CMYK | 0.00 | 0.54 | 0.40 0.55 |
XYZ | 9.4175 | 6.6207 | 6.4118 |
Yxy | 6.6207 | 0.4195 | 0.2949 |
Hunter Lab | 25.7307 | 20.3026 | 3.2371 |
CIE-Lab | 30.9273 | 29.0945 | 3.0990 |
#733545 color RGB value is (115,53,69).
#733545 hex color red value is 115, green value is 53 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #733545 hue: 0.96 , saturation: 0.37 and the lightness value of 733545 is 0.33.
The process color (four color CMYK) of #733545 color hex is 0.00, 0.54, 0.40, 0.55. Web safe color of #733545 is #663333. Color #733545 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 00110101 | 01000101 |
Octal | 163 | 65 | 105 |
Decimal | 115 | 53 | 69 |
Hex | 73 | 35 | 45 |
Shades of #733545
Tints of #733545
RGB Percentages of Color #733545
CMYK Percentages of Color #733545
Complementary Color
#733545 | #357363 |
#733545 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#733545 Color Preview on White Background
Lorem ipsum dolor sit amet.
#733545 Color CSS Codes
.mybgcolor {background-color:#733545; } .myforecolor {color:#733545; } .mybordercolor {border:3px solid #733545; }
#733545 Text Font Color
<p style="color:#733545">Text here</p>
This sample text font color is #733545
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.
#733545 Background Color
<div style="background-color:#733545">
Div content here</div>
This div background color is #733545
#733545 Border Color
<div style="border:3px solid #733545">
Div here</div>
This div border color is #733545
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,53,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #733545; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #733545; -webkit-box-shadow: 1px 1px 3px 2px #733545; box-shadow: 1px 1px 3px 2px #733545; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,53,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #733545">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #733545; -webkit-box-shadow: 1px 1px 3px 2px #733545; box-shadow: 1px 1px 3px 2px #733545;">
Div content here</div>
This div box has shadow with color #733545
Comments
No comments written yet.
Please login to write comment.