Color spaces of #11483e
RGB | 17 | 72 | 62 |
---|---|---|---|
HSL | 0.47 | 0.62 | 0.17 |
HSV | 169° | 76° | 28° |
CMYK | 0.76 | 0.00 | 0.14 0.72 |
XYZ | 3.4180 | 5.1017 | 5.3620 |
Yxy | 5.1017 | 0.2462 | 0.3675 |
Hunter Lab | 22.5869 | -12.5154 | 1.7358 |
CIE-Lab | 27.0226 | -20.4051 | 0.8687 |
#11483e color RGB value is (17,72,62).
#11483e hex color red value is 17, green value is 72 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #11483e hue: 0.47 , saturation: 0.62 and the lightness value of 11483e is 0.17.
The process color (four color CMYK) of #11483e color hex is 0.76, 0.00, 0.14, 0.72. Web safe color of #11483e is #003333. Color #11483e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 01001000 | 00111110 |
Octal | 21 | 110 | 76 |
Decimal | 17 | 72 | 62 |
Hex | 11 | 48 | 3E |
Shades of #11483e
Tints of #11483e
RGB Percentages of Color #11483e
CMYK Percentages of Color #11483e
Complementary Color
#11483e | #48111b |
#11483e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#11483e Color Preview on White Background
Lorem ipsum dolor sit amet.
#11483e Color CSS Codes
.mybgcolor {background-color:#11483e; } .myforecolor {color:#11483e; } .mybordercolor {border:3px solid #11483e; }
#11483e Text Font Color
<p style="color:#11483e">Text here</p>
This sample text font color is #11483e
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.
#11483e Background Color
<div style="background-color:#11483e">
Div content here</div>
This div background color is #11483e
#11483e Border Color
<div style="border:3px solid #11483e">
Div here</div>
This div border color is #11483e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,72,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #11483e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #11483e; -webkit-box-shadow: 1px 1px 3px 2px #11483e; box-shadow: 1px 1px 3px 2px #11483e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,72,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #11483e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #11483e; -webkit-box-shadow: 1px 1px 3px 2px #11483e; box-shadow: 1px 1px 3px 2px #11483e;">
Div content here</div>
This div box has shadow with color #11483e
Comments
No comments written yet.
Please login to write comment.