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