Color spaces of #48524f
RGB | 72 | 82 | 79 |
---|---|---|---|
HSL | 0.45 | 0.06 | 0.30 |
HSV | 162° | 12° | 32° |
CMYK | 0.12 | 0.00 | 0.04 0.68 |
XYZ | 7.1011 | 7.9768 | 8.5625 |
Yxy | 7.9768 | 0.3004 | 0.3374 |
Hunter Lab | 28.2432 | -4.5460 | 1.7953 |
CIE-Lab | 33.9345 | -4.6476 | 0.4079 |
#48524f color RGB value is (72,82,79).
#48524f hex color red value is 72, green value is 82 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #48524f hue: 0.45 , saturation: 0.06 and the lightness value of 48524f is 0.30.
The process color (four color CMYK) of #48524f color hex is 0.12, 0.00, 0.04, 0.68. Web safe color of #48524f is #336666. Color #48524f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 01010010 | 01001111 |
Octal | 110 | 122 | 117 |
Decimal | 72 | 82 | 79 |
Hex | 48 | 52 | 4F |
Shades of #48524f
Tints of #48524f
RGB Percentages of Color #48524f
CMYK Percentages of Color #48524f
Complementary Color
#48524f | #52484b |
#48524f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#48524f Color Preview on White Background
Lorem ipsum dolor sit amet.
#48524f Color CSS Codes
.mybgcolor {background-color:#48524f; } .myforecolor {color:#48524f; } .mybordercolor {border:3px solid #48524f; }
#48524f Text Font Color
<p style="color:#48524f">Text here</p>
This sample text font color is #48524f
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.
#48524f Background Color
<div style="background-color:#48524f">
Div content here</div>
This div background color is #48524f
#48524f Border Color
<div style="border:3px solid #48524f">
Div here</div>
This div border color is #48524f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,82,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #48524f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48524f; -webkit-box-shadow: 1px 1px 3px 2px #48524f; box-shadow: 1px 1px 3px 2px #48524f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,82,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #48524f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #48524f; -webkit-box-shadow: 1px 1px 3px 2px #48524f; box-shadow: 1px 1px 3px 2px #48524f;">
Div content here</div>
This div box has shadow with color #48524f
Comments
No comments written yet.
Please login to write comment.