Color spaces of #b3532c
RGB | 179 | 83 | 44 |
---|---|---|---|
HSL | 0.05 | 0.61 | 0.44 |
HSV | 17° | 75° | 70° |
CMYK | 0.00 | 0.54 | 0.75 0.30 |
XYZ | 22.1383 | 15.9521 | 4.2951 |
Yxy | 15.9521 | 0.5223 | 0.3764 |
Hunter Lab | 39.9401 | 29.0452 | 21.5821 |
CIE-Lab | 46.9116 | 36.4664 | 40.3859 |
#b3532c color RGB value is (179,83,44).
#b3532c hex color red value is 179, green value is 83 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #b3532c hue: 0.05 , saturation: 0.61 and the lightness value of b3532c is 0.44.
The process color (four color CMYK) of #b3532c color hex is 0.00, 0.54, 0.75, 0.30. Web safe color of #b3532c is #cc6633. Color #b3532c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01010011 | 00101100 |
Octal | 263 | 123 | 54 |
Decimal | 179 | 83 | 44 |
Hex | B3 | 53 | 2C |
Shades of #b3532c
Tints of #b3532c
RGB Percentages of Color #b3532c
CMYK Percentages of Color #b3532c
Complementary Color
#b3532c | #2c8cb3 |
#b3532c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3532c Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3532c Color CSS Codes
.mybgcolor {background-color:#b3532c; } .myforecolor {color:#b3532c; } .mybordercolor {border:3px solid #b3532c; }
#b3532c Text Font Color
<p style="color:#b3532c">Text here</p>
This sample text font color is #b3532c
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.
#b3532c Background Color
<div style="background-color:#b3532c">
Div content here</div>
This div background color is #b3532c
#b3532c Border Color
<div style="border:3px solid #b3532c">
Div here</div>
This div border color is #b3532c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,83,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3532c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3532c; -webkit-box-shadow: 1px 1px 3px 2px #b3532c; box-shadow: 1px 1px 3px 2px #b3532c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,83,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3532c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3532c; -webkit-box-shadow: 1px 1px 3px 2px #b3532c; box-shadow: 1px 1px 3px 2px #b3532c;">
Div content here</div>
This div box has shadow with color #b3532c
Comments
No comments written yet.
Please login to write comment.