Color spaces of #2e795d
RGB | 46 | 121 | 93 |
---|---|---|---|
HSL | 0.44 | 0.45 | 0.33 |
HSV | 158° | 62° | 47° |
CMYK | 0.62 | 0.00 | 0.23 0.53 |
XYZ | 9.9399 | 15.0459 | 12.7362 |
Yxy | 15.0459 | 0.2635 | 0.3989 |
Hunter Lab | 38.7890 | -22.1392 | 7.6847 |
CIE-Lab | 45.6970 | -30.3665 | 8.5626 |
#2e795d color RGB value is (46,121,93).
#2e795d hex color red value is 46, green value is 121 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #2e795d hue: 0.44 , saturation: 0.45 and the lightness value of 2e795d is 0.33.
The process color (four color CMYK) of #2e795d color hex is 0.62, 0.00, 0.23, 0.53. Web safe color of #2e795d is #336666. Color #2e795d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101110 | 01111001 | 01011101 |
Octal | 56 | 171 | 135 |
Decimal | 46 | 121 | 93 |
Hex | 2E | 79 | 5D |
Shades of #2e795d
Tints of #2e795d
RGB Percentages of Color #2e795d
CMYK Percentages of Color #2e795d
Complementary Color
#2e795d | #792e4a |
#2e795d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2e795d Color Preview on White Background
Lorem ipsum dolor sit amet.
#2e795d Color CSS Codes
.mybgcolor {background-color:#2e795d; } .myforecolor {color:#2e795d; } .mybordercolor {border:3px solid #2e795d; }
#2e795d Text Font Color
<p style="color:#2e795d">Text here</p>
This sample text font color is #2e795d
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.
#2e795d Background Color
<div style="background-color:#2e795d">
Div content here</div>
This div background color is #2e795d
#2e795d Border Color
<div style="border:3px solid #2e795d">
Div here</div>
This div border color is #2e795d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(46,121,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2e795d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2e795d; -webkit-box-shadow: 1px 1px 3px 2px #2e795d; box-shadow: 1px 1px 3px 2px #2e795d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(46,121,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2e795d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2e795d; -webkit-box-shadow: 1px 1px 3px 2px #2e795d; box-shadow: 1px 1px 3px 2px #2e795d;">
Div content here</div>
This div box has shadow with color #2e795d
Comments
No comments written yet.
Please login to write comment.