Color spaces of #48564e
RGB | 72 | 86 | 78 |
---|---|---|---|
HSL | 0.40 | 0.09 | 0.31 |
HSV | 146° | 16° | 34° |
CMYK | 0.16 | 0.00 | 0.09 0.66 |
XYZ | 7.3754 | 8.5834 | 8.4758 |
Yxy | 8.5834 | 0.3018 | 0.3513 |
Hunter Lab | 29.2974 | -6.3346 | 3.3555 |
CIE-Lab | 35.1695 | -7.2934 | 2.8274 |
#48564e color RGB value is (72,86,78).
#48564e hex color red value is 72, green value is 86 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #48564e hue: 0.40 , saturation: 0.09 and the lightness value of 48564e is 0.31.
The process color (four color CMYK) of #48564e color hex is 0.16, 0.00, 0.09, 0.66. Web safe color of #48564e is #336666. Color #48564e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 01010110 | 01001110 |
Octal | 110 | 126 | 116 |
Decimal | 72 | 86 | 78 |
Hex | 48 | 56 | 4E |
Shades of #48564e
Tints of #48564e
RGB Percentages of Color #48564e
CMYK Percentages of Color #48564e
Complementary Color
#48564e | #564850 |
#48564e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#48564e Color Preview on White Background
Lorem ipsum dolor sit amet.
#48564e Color CSS Codes
.mybgcolor {background-color:#48564e; } .myforecolor {color:#48564e; } .mybordercolor {border:3px solid #48564e; }
#48564e Text Font Color
<p style="color:#48564e">Text here</p>
This sample text font color is #48564e
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.
#48564e Background Color
<div style="background-color:#48564e">
Div content here</div>
This div background color is #48564e
#48564e Border Color
<div style="border:3px solid #48564e">
Div here</div>
This div border color is #48564e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,86,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #48564e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48564e; -webkit-box-shadow: 1px 1px 3px 2px #48564e; box-shadow: 1px 1px 3px 2px #48564e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,86,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #48564e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #48564e; -webkit-box-shadow: 1px 1px 3px 2px #48564e; box-shadow: 1px 1px 3px 2px #48564e;">
Div content here</div>
This div box has shadow with color #48564e
Comments
No comments written yet.
Please login to write comment.