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