Color spaces of #935429
RGB | 147 | 84 | 41 |
---|---|---|---|
HSL | 0.07 | 0.56 | 0.37 |
HSV | 24° | 72° | 58° |
CMYK | 0.00 | 0.43 | 0.72 0.42 |
XYZ | 15.6032 | 12.7038 | 3.7275 |
Yxy | 12.7038 | 0.4871 | 0.3966 |
Hunter Lab | 35.6424 | 15.7679 | 18.7491 |
CIE-Lab | 42.3135 | 22.4245 | 35.6000 |
#935429 color RGB value is (147,84,41).
#935429 hex color red value is 147, green value is 84 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #935429 hue: 0.07 , saturation: 0.56 and the lightness value of 935429 is 0.37.
The process color (four color CMYK) of #935429 color hex is 0.00, 0.43, 0.72, 0.42. Web safe color of #935429 is #996633. Color #935429 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 01010100 | 00101001 |
Octal | 223 | 124 | 51 |
Decimal | 147 | 84 | 41 |
Hex | 93 | 54 | 29 |
Shades of #935429
Tints of #935429
RGB Percentages of Color #935429
CMYK Percentages of Color #935429
Complementary Color
#935429 | #296893 |
#935429 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#935429 Color Preview on White Background
Lorem ipsum dolor sit amet.
#935429 Color CSS Codes
.mybgcolor {background-color:#935429; } .myforecolor {color:#935429; } .mybordercolor {border:3px solid #935429; }
#935429 Text Font Color
<p style="color:#935429">Text here</p>
This sample text font color is #935429
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.
#935429 Background Color
<div style="background-color:#935429">
Div content here</div>
This div background color is #935429
#935429 Border Color
<div style="border:3px solid #935429">
Div here</div>
This div border color is #935429
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,84,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #935429; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #935429; -webkit-box-shadow: 1px 1px 3px 2px #935429; box-shadow: 1px 1px 3px 2px #935429; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,84,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #935429">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #935429; -webkit-box-shadow: 1px 1px 3px 2px #935429; box-shadow: 1px 1px 3px 2px #935429;">
Div content here</div>
This div box has shadow with color #935429
Comments
No comments written yet.
Please login to write comment.