Hex #6e8b3d Color
equivalent to
RGB
(110, 139, 61)Details of #6e8b3d
|
|
|
|
Color HEX #6e8b3d matches (110, 139, 61) in RGB.
#6e8b3d hex color red value is 110, green value is 139 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #6e8b3d hue: 0.23, saturation: 0.39 and the lightness value of 6e8b3d is 0.39.
The process color (four color CMYK) of #6e8b3d color hex is 0.21, 0.00, 0.56, 0.45. Web safe color of #6e8b3d is #669933. Color #6e8b3d contains mainly GREEN color.
Base Numbers
|
|
|
|
#6e8b3d tints
#6e8b3d shades
RGB in % of #6e8b3d
CMYK in % of #6e8b3d
Preview Color #6e8b3d on black ground
Very nice color.
Preview Color #6e8b3d on white ground
Very nice color.
CSS Codes #6e8b3d color
.mybgcolor {background-color:#6e8b3d; } .myforecolor {color:#6e8b3d; } .mybordercolor {border:3px solid #6e8b3d; }
Text Font Color #6e8b3d
<p style="color:#6e8b3d">Text here</p>
This sample text font color is #6e8b3d
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.
Background Color #6e8b3d
<div style="background-color:#6e8b3d">
Div content here</div>
This div background color is #6e8b3d
Border Color #6e8b3d
<div style="border:3px solid #6e8b3d">
Div here</div>
The color of this border is #6e8b3d
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6e8b3d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6e8b3d; -webkit-box-shadow: 1px 1px 3px 2px #6e8b3d; box-shadow: 1px 1px 3px 2px #6e8b3d; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #6e8b3d">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6e8b3d; -webkit-box-shadow: 1px 1px 3px 2px #6e8b3d; box-shadow: 1px 1px 3px 2px #6e8b3d;">
Div content here</div>
The shadow of div box using color #6e8b3d