Color spaces of #25240d
RGB | 37 | 36 | 13 |
---|---|---|---|
HSL | 0.16 | 0.48 | 0.10 |
HSV | 58° | 65° | 15° |
CMYK | 0.00 | 0.03 | 0.65 0.85 |
XYZ | 1.4665 | 1.6841 | 0.6285 |
Yxy | 1.6841 | 0.3881 | 0.4456 |
Hunter Lab | 12.9773 | -2.5388 | 6.2126 |
CIE-Lab | 13.7336 | -3.6863 | 14.6889 |
#25240d color RGB value is (37,36,13).
#25240d hex color red value is 37, green value is 36 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #25240d hue: 0.16 , saturation: 0.48 and the lightness value of 25240d is 0.10.
The process color (four color CMYK) of #25240d color hex is 0.00, 0.03, 0.65, 0.85. Web safe color of #25240d is #333300. Color #25240d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 00100100 | 00001101 |
Octal | 45 | 44 | 15 |
Decimal | 37 | 36 | 13 |
Hex | 25 | 24 | D |
Shades of #25240d
Tints of #25240d
RGB Percentages of Color #25240d
CMYK Percentages of Color #25240d
Complementary Color
#25240d | #0d0e25 |
#25240d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#25240d Color Preview on White Background
Lorem ipsum dolor sit amet.
#25240d Color CSS Codes
.mybgcolor {background-color:#25240d; } .myforecolor {color:#25240d; } .mybordercolor {border:3px solid #25240d; }
#25240d Text Font Color
<p style="color:#25240d">Text here</p>
This sample text font color is #25240d
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.
#25240d Background Color
<div style="background-color:#25240d">
Div content here</div>
This div background color is #25240d
#25240d Border Color
<div style="border:3px solid #25240d">
Div here</div>
This div border color is #25240d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,36,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #25240d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #25240d; -webkit-box-shadow: 1px 1px 3px 2px #25240d; box-shadow: 1px 1px 3px 2px #25240d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,36,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #25240d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #25240d; -webkit-box-shadow: 1px 1px 3px 2px #25240d; box-shadow: 1px 1px 3px 2px #25240d;">
Div content here</div>
This div box has shadow with color #25240d
Comments
No comments written yet.
Please login to write comment.