#604350 color RGB value is (6, 4, 53).
#604350 hex color red value is 6, green value is 4, and blue value is 53.
Cylindrical-coordinate representations (HSL) of color #604350
hue: 242.45,
saturation: 0.86 and lightness: 0.11.
The process color (four-color CMYK) of #604350 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #604350 is #ff9999. Color #604350 contains mainly RED.
Color spaces of #604350 | Value |
---|---|
RGB | 96, 67, 80 |
HSL | 0.93, 0.18, 0.32 |
HSV | 333°, 30°, 38° |
XYZ | 8.28, 7.08, 8.52 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1100000 | 1000011 | 1010000 |
Octal | 140 | 103 | 120 |
Decimal | 96 | 67 | 80 |
Hex | 60 | 43 | 50 |
Shades of #604350
Tints of #604350
.mybgColor {background-color: #604350;} .myforeColor {color: #604350;} .myborderColor {border:3px solid #604350;}
<p style="color:#604350">Text here</p>
This sample text is styled with the font color #604350. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#604350">Div content here</div>
<div style="border:3px solid #604350">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96, 67, 80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #604350; } .divShadow { -moz-box-shadow: 1px 1px 3px #604350; -webkit-box-shadow: 1px 1px 3px #604350; box-shadow: 1px 1px 3px #604350; }
<p style="text-shadow: 4px 4px 2px rgba(96, 67, 80, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #604350;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #604350;
-webkit-box-shadow: 1px 1px 3px #604350;
box-shadow: 1px 1px 3px #604350;">Div content here</div>