Color spaces of #382208
RGB | 56 | 34 | 8 |
---|---|---|---|
HSL | 0.09 | 0.75 | 0.13 |
HSV | 33° | 86° | 22° |
CMYK | 0.00 | 0.39 | 0.86 0.78 |
XYZ | 2.2467 | 2.0023 | 0.4978 |
Yxy | 2.0023 | 0.4733 | 0.4218 |
Hunter Lab | 14.1503 | 3.5783 | 7.8194 |
CIE-Lab | 15.4993 | 7.7228 | 19.6027 |
#382208 color RGB value is (56,34,8).
#382208 hex color red value is 56, green value is 34 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #382208 hue: 0.09 , saturation: 0.75 and the lightness value of 382208 is 0.13.
The process color (four color CMYK) of #382208 color hex is 0.00, 0.39, 0.86, 0.78. Web safe color of #382208 is #333300. Color #382208 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 00100010 | 00001000 |
Octal | 70 | 42 | 10 |
Decimal | 56 | 34 | 8 |
Hex | 38 | 22 | 8 |
Shades of #382208
Tints of #382208
RGB Percentages of Color #382208
CMYK Percentages of Color #382208
Complementary Color
#382208 | #081e38 |
#382208 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#382208 Color Preview on White Background
Lorem ipsum dolor sit amet.
#382208 Color CSS Codes
.mybgcolor {background-color:#382208; } .myforecolor {color:#382208; } .mybordercolor {border:3px solid #382208; }
#382208 Text Font Color
<p style="color:#382208">Text here</p>
This sample text font color is #382208
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.
#382208 Background Color
<div style="background-color:#382208">
Div content here</div>
This div background color is #382208
#382208 Border Color
<div style="border:3px solid #382208">
Div here</div>
This div border color is #382208
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,34,8, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #382208; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #382208; -webkit-box-shadow: 1px 1px 3px 2px #382208; box-shadow: 1px 1px 3px 2px #382208; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,34,8, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #382208">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #382208; -webkit-box-shadow: 1px 1px 3px 2px #382208; box-shadow: 1px 1px 3px 2px #382208;">
Div content here</div>
This div box has shadow with color #382208
#382208 Color Palettes
Comments
No comments written yet.
Please login to write comment.