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