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