#353839 color RGB value is (3, 83, 131).
#353839 hex color red value is 3, green value is 83, and blue value is 131.
Cylindrical-coordinate representations (HSL) of color #353839
hue: 202.5,
saturation: 0.96 and lightness: 0.26.
The process color (four-color CMYK) of #353839 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #353839 is #ff9999. Color #353839 contains mainly RED.
Color spaces of #353839 | Value |
---|---|
RGB | 53, 56, 57 |
HSL | 0.54, 0.04, 0.22 |
HSV | 195°, 7°, 22° |
XYZ | 3.62, 3.88, 4.43 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 110101 | 111000 | 111001 |
Octal | 65 | 70 | 71 |
Decimal | 53 | 56 | 57 |
Hex | 35 | 38 | 39 |
Shades of #353839
Tints of #353839
.mybgColor {background-color: #353839;} .myforeColor {color: #353839;} .myborderColor {border:3px solid #353839;}
<p style="color:#353839">Text here</p>
This sample text is styled with the font color #353839. 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:#353839">Div content here</div>
<div style="border:3px solid #353839">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53, 56, 57, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #353839; } .divShadow { -moz-box-shadow: 1px 1px 3px #353839; -webkit-box-shadow: 1px 1px 3px #353839; box-shadow: 1px 1px 3px #353839; }
<p style="text-shadow: 4px 4px 2px rgba(53, 56, 57, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #353839;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #353839;
-webkit-box-shadow: 1px 1px 3px #353839;
box-shadow: 1px 1px 3px #353839;">Div content here</div>