Color spaces of #426145
RGB | 66 | 97 | 69 |
---|---|---|---|
HSL | 0.35 | 0.19 | 0.32 |
HSV | 126° | 32° | 38° |
CMYK | 0.32 | 0.00 | 0.29 0.62 |
XYZ | 7.5956 | 10.1373 | 7.1866 |
Yxy | 10.1373 | 0.3048 | 0.4068 |
Hunter Lab | 31.8391 | -13.1352 | 8.9047 |
CIE-Lab | 38.0877 | -17.7704 | 12.4287 |
#426145 color RGB value is (66,97,69).
#426145 hex color red value is 66, green value is 97 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #426145 hue: 0.35 , saturation: 0.19 and the lightness value of 426145 is 0.32.
The process color (four color CMYK) of #426145 color hex is 0.32, 0.00, 0.29, 0.62. Web safe color of #426145 is #336633. Color #426145 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 01100001 | 01000101 |
Octal | 102 | 141 | 105 |
Decimal | 66 | 97 | 69 |
Hex | 42 | 61 | 45 |
Shades of #426145
Tints of #426145
RGB Percentages of Color #426145
CMYK Percentages of Color #426145
Complementary Color
#426145 | #61425e |
#426145 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#426145 Color Preview on White Background
Lorem ipsum dolor sit amet.
#426145 Color CSS Codes
.mybgcolor {background-color:#426145; } .myforecolor {color:#426145; } .mybordercolor {border:3px solid #426145; }
#426145 Text Font Color
<p style="color:#426145">Text here</p>
This sample text font color is #426145
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.
#426145 Background Color
<div style="background-color:#426145">
Div content here</div>
This div background color is #426145
#426145 Border Color
<div style="border:3px solid #426145">
Div here</div>
This div border color is #426145
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,97,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #426145; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #426145; -webkit-box-shadow: 1px 1px 3px 2px #426145; box-shadow: 1px 1px 3px 2px #426145; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,97,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #426145">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #426145; -webkit-box-shadow: 1px 1px 3px 2px #426145; box-shadow: 1px 1px 3px 2px #426145;">
Div content here</div>
This div box has shadow with color #426145
Comments
No comments written yet.
Please login to write comment.