Color spaces of #19493a
RGB | 25 | 73 | 58 |
---|---|---|---|
HSL | 0.45 | 0.49 | 0.19 |
HSV | 161° | 66° | 29° |
CMYK | 0.66 | 0.00 | 0.21 0.71 |
XYZ | 3.5472 | 5.2772 | 4.8346 |
Yxy | 5.2772 | 0.2597 | 0.3864 |
Hunter Lab | 22.9722 | -12.6386 | 3.6026 |
CIE-Lab | 27.5103 | -20.4538 | 4.1966 |
#19493a color RGB value is (25,73,58).
#19493a hex color red value is 25, green value is 73 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #19493a hue: 0.45 , saturation: 0.49 and the lightness value of 19493a is 0.19.
The process color (four color CMYK) of #19493a color hex is 0.66, 0.00, 0.21, 0.71. Web safe color of #19493a is #003333. Color #19493a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 01001001 | 00111010 |
Octal | 31 | 111 | 72 |
Decimal | 25 | 73 | 58 |
Hex | 19 | 49 | 3A |
Shades of #19493a
Tints of #19493a
RGB Percentages of Color #19493a
CMYK Percentages of Color #19493a
Complementary Color
#19493a | #491928 |
#19493a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#19493a Color Preview on White Background
Lorem ipsum dolor sit amet.
#19493a Color CSS Codes
.mybgcolor {background-color:#19493a; } .myforecolor {color:#19493a; } .mybordercolor {border:3px solid #19493a; }
#19493a Text Font Color
<p style="color:#19493a">Text here</p>
This sample text font color is #19493a
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.
#19493a Background Color
<div style="background-color:#19493a">
Div content here</div>
This div background color is #19493a
#19493a Border Color
<div style="border:3px solid #19493a">
Div here</div>
This div border color is #19493a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,73,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #19493a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #19493a; -webkit-box-shadow: 1px 1px 3px 2px #19493a; box-shadow: 1px 1px 3px 2px #19493a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,73,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #19493a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #19493a; -webkit-box-shadow: 1px 1px 3px 2px #19493a; box-shadow: 1px 1px 3px 2px #19493a;">
Div content here</div>
This div box has shadow with color #19493a
Comments
No comments written yet.
Please login to write comment.