Color spaces of #25210c
RGB | 37 | 33 | 12 |
---|---|---|---|
HSL | 0.14 | 0.51 | 0.10 |
HSV | 50° | 68° | 15° |
CMYK | 0.00 | 0.11 | 0.68 0.85 |
XYZ | 1.3732 | 1.5076 | 0.5664 |
Yxy | 1.5076 | 0.3984 | 0.4373 |
Hunter Lab | 12.2784 | -1.5241 | 5.8599 |
CIE-Lab | 12.6563 | -1.7406 | 13.7197 |
#25210c color RGB value is (37,33,12).
#25210c hex color red value is 37, green value is 33 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #25210c hue: 0.14 , saturation: 0.51 and the lightness value of 25210c is 0.10.
The process color (four color CMYK) of #25210c color hex is 0.00, 0.11, 0.68, 0.85. Web safe color of #25210c is #333300. Color #25210c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 00100001 | 00001100 |
Octal | 45 | 41 | 14 |
Decimal | 37 | 33 | 12 |
Hex | 25 | 21 | C |
Shades of #25210c
Tints of #25210c
RGB Percentages of Color #25210c
CMYK Percentages of Color #25210c
Complementary Color
#25210c | #0c1025 |
#25210c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#25210c Color Preview on White Background
Lorem ipsum dolor sit amet.
#25210c Color CSS Codes
.mybgcolor {background-color:#25210c; } .myforecolor {color:#25210c; } .mybordercolor {border:3px solid #25210c; }
#25210c Text Font Color
<p style="color:#25210c">Text here</p>
This sample text font color is #25210c
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.
#25210c Background Color
<div style="background-color:#25210c">
Div content here</div>
This div background color is #25210c
#25210c Border Color
<div style="border:3px solid #25210c">
Div here</div>
This div border color is #25210c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,33,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #25210c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #25210c; -webkit-box-shadow: 1px 1px 3px 2px #25210c; box-shadow: 1px 1px 3px 2px #25210c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,33,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #25210c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #25210c; -webkit-box-shadow: 1px 1px 3px 2px #25210c; box-shadow: 1px 1px 3px 2px #25210c;">
Div content here</div>
This div box has shadow with color #25210c
Comments
No comments written yet.
Please login to write comment.