Color spaces of #253235
RGB | 37 | 50 | 53 |
---|---|---|---|
HSL | 0.53 | 0.18 | 0.18 |
HSV | 191° | 30° | 21° |
CMYK | 0.30 | 0.06 | 0.00 0.79 |
XYZ | 2.5462 | 2.9316 | 3.7998 |
Yxy | 2.9316 | 0.2744 | 0.3160 |
Hunter Lab | 17.1219 | -3.4186 | -1.1727 |
CIE-Lab | 19.7679 | -4.5638 | -3.6890 |
#253235 color RGB value is (37,50,53).
#253235 hex color red value is 37, green value is 50 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #253235 hue: 0.53 , saturation: 0.18 and the lightness value of 253235 is 0.18.
The process color (four color CMYK) of #253235 color hex is 0.30, 0.06, 0.00, 0.79. Web safe color of #253235 is #333333. Color #253235 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 00110010 | 00110101 |
Octal | 45 | 62 | 65 |
Decimal | 37 | 50 | 53 |
Hex | 25 | 32 | 35 |
Shades of #253235
Tints of #253235
RGB Percentages of Color #253235
CMYK Percentages of Color #253235
Complementary Color
#253235 | #352825 |
#253235 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#253235 Color Preview on White Background
Lorem ipsum dolor sit amet.
#253235 Color CSS Codes
.mybgcolor {background-color:#253235; } .myforecolor {color:#253235; } .mybordercolor {border:3px solid #253235; }
#253235 Text Font Color
<p style="color:#253235">Text here</p>
This sample text font color is #253235
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.
#253235 Background Color
<div style="background-color:#253235">
Div content here</div>
This div background color is #253235
#253235 Border Color
<div style="border:3px solid #253235">
Div here</div>
This div border color is #253235
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,50,53, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #253235; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #253235; -webkit-box-shadow: 1px 1px 3px 2px #253235; box-shadow: 1px 1px 3px 2px #253235; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,50,53, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #253235">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #253235; -webkit-box-shadow: 1px 1px 3px 2px #253235; box-shadow: 1px 1px 3px 2px #253235;">
Div content here</div>
This div box has shadow with color #253235
Comments
No comments written yet.
Please login to write comment.