Color spaces of #42844d
RGB | 66 | 132 | 77 |
---|---|---|---|
HSL | 0.36 | 0.33 | 0.39 |
HSV | 130° | 50° | 52° |
CMYK | 0.50 | 0.00 | 0.42 0.48 |
XYZ | 11.8376 | 18.1966 | 9.9096 |
Yxy | 18.1966 | 0.2964 | 0.4556 |
Hunter Lab | 42.6575 | -25.1162 | 16.0868 |
CIE-Lab | 49.7337 | -33.6388 | 23.3714 |
#42844d color RGB value is (66,132,77).
#42844d hex color red value is 66, green value is 132 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #42844d hue: 0.36 , saturation: 0.33 and the lightness value of 42844d is 0.39.
The process color (four color CMYK) of #42844d color hex is 0.50, 0.00, 0.42, 0.48. Web safe color of #42844d is #339966. Color #42844d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 10000100 | 01001101 |
Octal | 102 | 204 | 115 |
Decimal | 66 | 132 | 77 |
Hex | 42 | 84 | 4D |
Shades of #42844d
Tints of #42844d
RGB Percentages of Color #42844d
CMYK Percentages of Color #42844d
Complementary Color
#42844d | #844279 |
#42844d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#42844d Color Preview on White Background
Lorem ipsum dolor sit amet.
#42844d Color CSS Codes
.mybgcolor {background-color:#42844d; } .myforecolor {color:#42844d; } .mybordercolor {border:3px solid #42844d; }
#42844d Text Font Color
<p style="color:#42844d">Text here</p>
This sample text font color is #42844d
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.
#42844d Background Color
<div style="background-color:#42844d">
Div content here</div>
This div background color is #42844d
#42844d Border Color
<div style="border:3px solid #42844d">
Div here</div>
This div border color is #42844d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,132,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #42844d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #42844d; -webkit-box-shadow: 1px 1px 3px 2px #42844d; box-shadow: 1px 1px 3px 2px #42844d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,132,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 #42844d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #42844d; -webkit-box-shadow: 1px 1px 3px 2px #42844d; box-shadow: 1px 1px 3px 2px #42844d;">
Div content here</div>
This div box has shadow with color #42844d
Comments
No comments written yet.
Please login to write comment.