Color spaces of #1c403c
RGB | 28 | 64 | 60 |
---|---|---|---|
HSL | 0.48 | 0.39 | 0.18 |
HSV | 173° | 56° | 25° |
CMYK | 0.56 | 0.00 | 0.06 0.75 |
XYZ | 3.1279 | 4.2399 | 4.9285 |
Yxy | 4.2399 | 0.2544 | 0.3448 |
Hunter Lab | 20.5910 | -8.9191 | 0.2225 |
CIE-Lab | 24.4492 | -14.1208 | -1.5368 |
#1c403c color RGB value is (28,64,60).
#1c403c hex color red value is 28, green value is 64 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #1c403c hue: 0.48 , saturation: 0.39 and the lightness value of 1c403c is 0.18.
The process color (four color CMYK) of #1c403c color hex is 0.56, 0.00, 0.06, 0.75. Web safe color of #1c403c is #333333. Color #1c403c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011100 | 01000000 | 00111100 |
Octal | 34 | 100 | 74 |
Decimal | 28 | 64 | 60 |
Hex | 1C | 40 | 3C |
Shades of #1c403c
Tints of #1c403c
RGB Percentages of Color #1c403c
CMYK Percentages of Color #1c403c
Complementary Color
#1c403c | #401c20 |
#1c403c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1c403c Color Preview on White Background
Lorem ipsum dolor sit amet.
#1c403c Color CSS Codes
.mybgcolor {background-color:#1c403c; } .myforecolor {color:#1c403c; } .mybordercolor {border:3px solid #1c403c; }
#1c403c Text Font Color
<p style="color:#1c403c">Text here</p>
This sample text font color is #1c403c
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.
#1c403c Background Color
<div style="background-color:#1c403c">
Div content here</div>
This div background color is #1c403c
#1c403c Border Color
<div style="border:3px solid #1c403c">
Div here</div>
This div border color is #1c403c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(28,64,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1c403c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1c403c; -webkit-box-shadow: 1px 1px 3px 2px #1c403c; box-shadow: 1px 1px 3px 2px #1c403c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(28,64,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1c403c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1c403c; -webkit-box-shadow: 1px 1px 3px 2px #1c403c; box-shadow: 1px 1px 3px 2px #1c403c;">
Div content here</div>
This div box has shadow with color #1c403c
Comments
No comments written yet.
Please login to write comment.