Color spaces of #143037
RGB | 20 | 48 | 55 |
---|---|---|---|
HSL | 0.53 | 0.47 | 0.15 |
HSV | 192° | 64° | 22° |
CMYK | 0.64 | 0.13 | 0.00 0.78 |
XYZ | 2.0350 | 2.5385 | 3.9971 |
Yxy | 2.5385 | 0.2374 | 0.2962 |
Hunter Lab | 15.9327 | -5.0833 | -3.7215 |
CIE-Lab | 18.0918 | -8.1084 | -7.6909 |
#143037 color RGB value is (20,48,55).
#143037 hex color red value is 20, green value is 48 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #143037 hue: 0.53 , saturation: 0.47 and the lightness value of 143037 is 0.15.
The process color (four color CMYK) of #143037 color hex is 0.64, 0.13, 0.00, 0.78. Web safe color of #143037 is #003333. Color #143037 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 00110000 | 00110111 |
Octal | 24 | 60 | 67 |
Decimal | 20 | 48 | 55 |
Hex | 14 | 30 | 37 |
Shades of #143037
Tints of #143037
RGB Percentages of Color #143037
CMYK Percentages of Color #143037
Complementary Color
#143037 | #371b14 |
#143037 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#143037 Color Preview on White Background
Lorem ipsum dolor sit amet.
#143037 Color CSS Codes
.mybgcolor {background-color:#143037; } .myforecolor {color:#143037; } .mybordercolor {border:3px solid #143037; }
#143037 Text Font Color
<p style="color:#143037">Text here</p>
This sample text font color is #143037
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.
#143037 Background Color
<div style="background-color:#143037">
Div content here</div>
This div background color is #143037
#143037 Border Color
<div style="border:3px solid #143037">
Div here</div>
This div border color is #143037
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,48,55, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #143037; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #143037; -webkit-box-shadow: 1px 1px 3px 2px #143037; box-shadow: 1px 1px 3px 2px #143037; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,48,55, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #143037">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #143037; -webkit-box-shadow: 1px 1px 3px 2px #143037; box-shadow: 1px 1px 3px 2px #143037;">
Div content here</div>
This div box has shadow with color #143037
Comments
No comments written yet.
Please login to write comment.