Color spaces of #48807d
RGB | 72 | 128 | 125 |
---|---|---|---|
HSL | 0.49 | 0.28 | 0.39 |
HSV | 177° | 44° | 50° |
CMYK | 0.44 | 0.00 | 0.02 0.50 |
XYZ | 14.0933 | 18.2967 | 22.1909 |
Yxy | 18.2967 | 0.2582 | 0.3352 |
Hunter Lab | 42.7746 | -16.0438 | -0.8166 |
CIE-Lab | 49.8540 | -19.2099 | -4.1564 |
#48807d color RGB value is (72,128,125).
#48807d hex color red value is 72, green value is 128 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #48807d hue: 0.49 , saturation: 0.28 and the lightness value of 48807d is 0.39.
The process color (four color CMYK) of #48807d color hex is 0.44, 0.00, 0.02, 0.50. Web safe color of #48807d is #339966. Color #48807d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 10000000 | 01111101 |
Octal | 110 | 200 | 175 |
Decimal | 72 | 128 | 125 |
Hex | 48 | 80 | 7D |
Shades of #48807d
Tints of #48807d
RGB Percentages of Color #48807d
CMYK Percentages of Color #48807d
Complementary Color
#48807d | #80484b |
#48807d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#48807d Color Preview on White Background
Lorem ipsum dolor sit amet.
#48807d Color CSS Codes
.mybgcolor {background-color:#48807d; } .myforecolor {color:#48807d; } .mybordercolor {border:3px solid #48807d; }
#48807d Text Font Color
<p style="color:#48807d">Text here</p>
This sample text font color is #48807d
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.
#48807d Background Color
<div style="background-color:#48807d">
Div content here</div>
This div background color is #48807d
#48807d Border Color
<div style="border:3px solid #48807d">
Div here</div>
This div border color is #48807d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,128,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #48807d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48807d; -webkit-box-shadow: 1px 1px 3px 2px #48807d; box-shadow: 1px 1px 3px 2px #48807d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,128,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #48807d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #48807d; -webkit-box-shadow: 1px 1px 3px 2px #48807d; box-shadow: 1px 1px 3px 2px #48807d;">
Div content here</div>
This div box has shadow with color #48807d
Comments
No comments written yet.
Please login to write comment.