Color spaces of #35424f
RGB | 53 | 66 | 79 |
---|---|---|---|
HSL | 0.58 | 0.20 | 0.26 |
HSV | 210° | 33° | 31° |
CMYK | 0.33 | 0.16 | 0.00 0.69 |
XYZ | 4.8277 | 5.2178 | 8.1498 |
Yxy | 5.2178 | 0.2653 | 0.2868 |
Hunter Lab | 22.8425 | -2.2489 | -5.1639 |
CIE-Lab | 27.3465 | -1.6683 | -9.5514 |
#35424f color RGB value is (53,66,79).
#35424f hex color red value is 53, green value is 66 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #35424f hue: 0.58 , saturation: 0.20 and the lightness value of 35424f is 0.26.
The process color (four color CMYK) of #35424f color hex is 0.33, 0.16, 0.00, 0.69. Web safe color of #35424f is #333366. Color #35424f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 01000010 | 01001111 |
Octal | 65 | 102 | 117 |
Decimal | 53 | 66 | 79 |
Hex | 35 | 42 | 4F |
Shades of #35424f
Tints of #35424f
RGB Percentages of Color #35424f
CMYK Percentages of Color #35424f
Complementary Color
#35424f | #4f4235 |
#35424f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#35424f Color Preview on White Background
Lorem ipsum dolor sit amet.
#35424f Color CSS Codes
.mybgcolor {background-color:#35424f; } .myforecolor {color:#35424f; } .mybordercolor {border:3px solid #35424f; }
#35424f Text Font Color
<p style="color:#35424f">Text here</p>
This sample text font color is #35424f
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.
#35424f Background Color
<div style="background-color:#35424f">
Div content here</div>
This div background color is #35424f
#35424f Border Color
<div style="border:3px solid #35424f">
Div here</div>
This div border color is #35424f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,66,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #35424f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #35424f; -webkit-box-shadow: 1px 1px 3px 2px #35424f; box-shadow: 1px 1px 3px 2px #35424f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,66,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #35424f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #35424f; -webkit-box-shadow: 1px 1px 3px 2px #35424f; box-shadow: 1px 1px 3px 2px #35424f;">
Div content here</div>
This div box has shadow with color #35424f
Comments
No comments written yet.
Please login to write comment.