Color spaces of #293715
RGB | 41 | 55 | 21 |
---|---|---|---|
HSL | 0.24 | 0.45 | 0.15 |
HSV | 85° | 62° | 22° |
CMYK | 0.25 | 0.00 | 0.62 0.78 |
XYZ | 2.4160 | 3.2579 | 1.2110 |
Yxy | 3.2579 | 0.3509 | 0.4732 |
Hunter Lab | 18.0497 | -7.6941 | 8.6568 |
CIE-Lab | 21.0485 | -12.6786 | 19.2332 |
#293715 color RGB value is (41,55,21).
#293715 hex color red value is 41, green value is 55 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #293715 hue: 0.24 , saturation: 0.45 and the lightness value of 293715 is 0.15.
The process color (four color CMYK) of #293715 color hex is 0.25, 0.00, 0.62, 0.78. Web safe color of #293715 is #333300. Color #293715 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 00110111 | 00010101 |
Octal | 51 | 67 | 25 |
Decimal | 41 | 55 | 21 |
Hex | 29 | 37 | 15 |
Shades of #293715
Tints of #293715
RGB Percentages of Color #293715
CMYK Percentages of Color #293715
Complementary Color
#293715 | #231537 |
#293715 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#293715 Color Preview on White Background
Lorem ipsum dolor sit amet.
#293715 Color CSS Codes
.mybgcolor {background-color:#293715; } .myforecolor {color:#293715; } .mybordercolor {border:3px solid #293715; }
#293715 Text Font Color
<p style="color:#293715">Text here</p>
This sample text font color is #293715
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.
#293715 Background Color
<div style="background-color:#293715">
Div content here</div>
This div background color is #293715
#293715 Border Color
<div style="border:3px solid #293715">
Div here</div>
This div border color is #293715
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,55,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #293715; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #293715; -webkit-box-shadow: 1px 1px 3px 2px #293715; box-shadow: 1px 1px 3px 2px #293715; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,55,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #293715">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #293715; -webkit-box-shadow: 1px 1px 3px 2px #293715; box-shadow: 1px 1px 3px 2px #293715;">
Div content here</div>
This div box has shadow with color #293715
Comments
No comments written yet.
Please login to write comment.