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