Color spaces of #2e340c
RGB | 46 | 52 | 12 |
---|---|---|---|
HSL | 0.19 | 0.63 | 0.13 |
HSV | 69° | 77° | 20° |
CMYK | 0.12 | 0.00 | 0.77 0.80 |
XYZ | 2.4211 | 3.0634 | 0.8115 |
Yxy | 3.0634 | 0.3845 | 0.4866 |
Hunter Lab | 17.5026 | -5.9379 | 9.5028 |
CIE-Lab | 20.2960 | -9.3319 | 23.3859 |
#2e340c color RGB value is (46,52,12).
#2e340c hex color red value is 46, green value is 52 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #2e340c hue: 0.19 , saturation: 0.63 and the lightness value of 2e340c is 0.13.
The process color (four color CMYK) of #2e340c color hex is 0.12, 0.00, 0.77, 0.80. Web safe color of #2e340c is #333300. Color #2e340c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101110 | 00110100 | 00001100 |
Octal | 56 | 64 | 14 |
Decimal | 46 | 52 | 12 |
Hex | 2E | 34 | C |
Shades of #2e340c
Tints of #2e340c
RGB Percentages of Color #2e340c
CMYK Percentages of Color #2e340c
Complementary Color
#2e340c | #120c34 |
#2e340c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2e340c Color Preview on White Background
Lorem ipsum dolor sit amet.
#2e340c Color CSS Codes
.mybgcolor {background-color:#2e340c; } .myforecolor {color:#2e340c; } .mybordercolor {border:3px solid #2e340c; }
#2e340c Text Font Color
<p style="color:#2e340c">Text here</p>
This sample text font color is #2e340c
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.
#2e340c Background Color
<div style="background-color:#2e340c">
Div content here</div>
This div background color is #2e340c
#2e340c Border Color
<div style="border:3px solid #2e340c">
Div here</div>
This div border color is #2e340c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(46,52,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2e340c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2e340c; -webkit-box-shadow: 1px 1px 3px 2px #2e340c; box-shadow: 1px 1px 3px 2px #2e340c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(46,52,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2e340c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2e340c; -webkit-box-shadow: 1px 1px 3px 2px #2e340c; box-shadow: 1px 1px 3px 2px #2e340c;">
Div content here</div>
This div box has shadow with color #2e340c
Comments
No comments written yet.
Please login to write comment.