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