Color spaces of #48892b
RGB | 72 | 137 | 43 |
---|---|---|---|
HSL | 0.28 | 0.52 | 0.35 |
HSV | 101° | 69° | 54° |
CMYK | 0.47 | 0.00 | 0.69 0.46 |
XYZ | 12.0542 | 19.4435 | 5.4031 |
Yxy | 19.4435 | 0.3267 | 0.5269 |
Hunter Lab | 44.0948 | -28.3693 | 23.6013 |
CIE-Lab | 51.2021 | -38.4543 | 42.3707 |
#48892b color RGB value is (72,137,43).
#48892b hex color red value is 72, green value is 137 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #48892b hue: 0.28 , saturation: 0.52 and the lightness value of 48892b is 0.35.
The process color (four color CMYK) of #48892b color hex is 0.47, 0.00, 0.69, 0.46. Web safe color of #48892b is #339933. Color #48892b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 10001001 | 00101011 |
Octal | 110 | 211 | 53 |
Decimal | 72 | 137 | 43 |
Hex | 48 | 89 | 2B |
Shades of #48892b
Tints of #48892b
RGB Percentages of Color #48892b
CMYK Percentages of Color #48892b
Complementary Color
#48892b | #6c2b89 |
#48892b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#48892b Color Preview on White Background
Lorem ipsum dolor sit amet.
#48892b Color CSS Codes
.mybgcolor {background-color:#48892b; } .myforecolor {color:#48892b; } .mybordercolor {border:3px solid #48892b; }
#48892b Text Font Color
<p style="color:#48892b">Text here</p>
This sample text font color is #48892b
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.
#48892b Background Color
<div style="background-color:#48892b">
Div content here</div>
This div background color is #48892b
#48892b Border Color
<div style="border:3px solid #48892b">
Div here</div>
This div border color is #48892b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,137,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #48892b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48892b; -webkit-box-shadow: 1px 1px 3px 2px #48892b; box-shadow: 1px 1px 3px 2px #48892b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,137,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #48892b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #48892b; -webkit-box-shadow: 1px 1px 3px 2px #48892b; box-shadow: 1px 1px 3px 2px #48892b;">
Div content here</div>
This div box has shadow with color #48892b
Comments
No comments written yet.
Please login to write comment.