Color spaces of #4c424d
RGB | 76 | 66 | 77 |
---|---|---|---|
HSL | 0.82 | 0.08 | 0.28 |
HSV | 295° | 14° | 30° |
CMYK | 0.01 | 0.14 | 0.00 0.70 |
XYZ | 6.2683 | 5.9688 | 7.8429 |
Yxy | 5.9688 | 0.3122 | 0.2973 |
Hunter Lab | 24.4311 | 3.0433 | -1.9315 |
CIE-Lab | 29.3336 | 6.6069 | -5.0537 |
#4c424d color RGB value is (76,66,77).
#4c424d hex color red value is 76, green value is 66 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #4c424d hue: 0.82 , saturation: 0.08 and the lightness value of 4c424d is 0.28.
The process color (four color CMYK) of #4c424d color hex is 0.01, 0.14, 0.00, 0.70. Web safe color of #4c424d is #333366. Color #4c424d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001100 | 01000010 | 01001101 |
Octal | 114 | 102 | 115 |
Decimal | 76 | 66 | 77 |
Hex | 4C | 42 | 4D |
Shades of #4c424d
Tints of #4c424d
RGB Percentages of Color #4c424d
CMYK Percentages of Color #4c424d
Complementary Color
#4c424d | #434d42 |
#4c424d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4c424d Color Preview on White Background
Lorem ipsum dolor sit amet.
#4c424d Color CSS Codes
.mybgcolor {background-color:#4c424d; } .myforecolor {color:#4c424d; } .mybordercolor {border:3px solid #4c424d; }
#4c424d Text Font Color
<p style="color:#4c424d">Text here</p>
This sample text font color is #4c424d
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.
#4c424d Background Color
<div style="background-color:#4c424d">
Div content here</div>
This div background color is #4c424d
#4c424d Border Color
<div style="border:3px solid #4c424d">
Div here</div>
This div border color is #4c424d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(76,66,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4c424d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4c424d; -webkit-box-shadow: 1px 1px 3px 2px #4c424d; box-shadow: 1px 1px 3px 2px #4c424d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(76,66,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4c424d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4c424d; -webkit-box-shadow: 1px 1px 3px 2px #4c424d; box-shadow: 1px 1px 3px 2px #4c424d;">
Div content here</div>
This div box has shadow with color #4c424d
Comments
No comments written yet.
Please login to write comment.