Color spaces of #382519
RGB | 56 | 37 | 25 |
---|---|---|---|
HSL | 0.06 | 0.38 | 0.16 |
HSV | 23° | 55° | 22° |
CMYK | 0.00 | 0.34 | 0.55 0.78 |
XYZ | 2.4679 | 2.2341 | 1.2208 |
Yxy | 2.2341 | 0.4167 | 0.3772 |
Hunter Lab | 14.9469 | 3.3152 | 5.6203 |
CIE-Lab | 16.6707 | 7.2363 | 11.5653 |
#382519 color RGB value is (56,37,25).
#382519 hex color red value is 56, green value is 37 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #382519 hue: 0.06 , saturation: 0.38 and the lightness value of 382519 is 0.16.
The process color (four color CMYK) of #382519 color hex is 0.00, 0.34, 0.55, 0.78. Web safe color of #382519 is #333300. Color #382519 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 00100101 | 00011001 |
Octal | 70 | 45 | 31 |
Decimal | 56 | 37 | 25 |
Hex | 38 | 25 | 19 |
Shades of #382519
Tints of #382519
RGB Percentages of Color #382519
CMYK Percentages of Color #382519
Complementary Color
#382519 | #192c38 |
#382519 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#382519 Color Preview on White Background
Lorem ipsum dolor sit amet.
#382519 Color CSS Codes
.mybgcolor {background-color:#382519; } .myforecolor {color:#382519; } .mybordercolor {border:3px solid #382519; }
#382519 Text Font Color
<p style="color:#382519">Text here</p>
This sample text font color is #382519
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.
#382519 Background Color
<div style="background-color:#382519">
Div content here</div>
This div background color is #382519
#382519 Border Color
<div style="border:3px solid #382519">
Div here</div>
This div border color is #382519
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,37,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #382519; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #382519; -webkit-box-shadow: 1px 1px 3px 2px #382519; box-shadow: 1px 1px 3px 2px #382519; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,37,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #382519">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #382519; -webkit-box-shadow: 1px 1px 3px 2px #382519; box-shadow: 1px 1px 3px 2px #382519;">
Div content here</div>
This div box has shadow with color #382519
Comments
No comments written yet.
Please login to write comment.