Color spaces of #66384a
RGB | 102 | 56 | 74 |
---|---|---|---|
HSL | 0.93 | 0.29 | 0.31 |
HSV | 337° | 45° | 40° |
CMYK | 0.00 | 0.45 | 0.27 0.60 |
XYZ | 8.1297 | 6.1475 | 7.2367 |
Yxy | 6.1475 | 0.3779 | 0.2857 |
Hunter Lab | 24.7942 | 15.1382 | 0.0509 |
CIE-Lab | 29.7816 | 22.9660 | -2.0796 |
#66384a color RGB value is (102,56,74).
#66384a hex color red value is 102, green value is 56 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #66384a hue: 0.93 , saturation: 0.29 and the lightness value of 66384a is 0.31.
The process color (four color CMYK) of #66384a color hex is 0.00, 0.45, 0.27, 0.60. Web safe color of #66384a is #663333. Color #66384a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 00111000 | 01001010 |
Octal | 146 | 70 | 112 |
Decimal | 102 | 56 | 74 |
Hex | 66 | 38 | 4A |
Shades of #66384a
Tints of #66384a
RGB Percentages of Color #66384a
CMYK Percentages of Color #66384a
Complementary Color
#66384a | #386654 |
#66384a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#66384a Color Preview on White Background
Lorem ipsum dolor sit amet.
#66384a Color CSS Codes
.mybgcolor {background-color:#66384a; } .myforecolor {color:#66384a; } .mybordercolor {border:3px solid #66384a; }
#66384a Text Font Color
<p style="color:#66384a">Text here</p>
This sample text font color is #66384a
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.
#66384a Background Color
<div style="background-color:#66384a">
Div content here</div>
This div background color is #66384a
#66384a Border Color
<div style="border:3px solid #66384a">
Div here</div>
This div border color is #66384a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,56,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66384a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66384a; -webkit-box-shadow: 1px 1px 3px 2px #66384a; box-shadow: 1px 1px 3px 2px #66384a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,56,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #66384a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #66384a; -webkit-box-shadow: 1px 1px 3px 2px #66384a; box-shadow: 1px 1px 3px 2px #66384a;">
Div content here</div>
This div box has shadow with color #66384a
Comments
No comments written yet.
Please login to write comment.