Color spaces of #13634b
RGB | 19 | 99 | 75 |
---|---|---|---|
HSL | 0.45 | 0.68 | 0.23 |
HSV | 162° | 81° | 39° |
CMYK | 0.81 | 0.00 | 0.24 0.61 |
XYZ | 6.0004 | 9.5701 | 8.1876 |
Yxy | 9.5701 | 0.2526 | 0.4028 |
Hunter Lab | 30.9356 | -19.5146 | 5.9628 |
CIE-Lab | 37.0595 | -29.6144 | 7.0652 |
#13634b color RGB value is (19,99,75).
#13634b hex color red value is 19, green value is 99 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #13634b hue: 0.45 , saturation: 0.68 and the lightness value of 13634b is 0.23.
The process color (four color CMYK) of #13634b color hex is 0.81, 0.00, 0.24, 0.61. Web safe color of #13634b is #006633. Color #13634b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 01100011 | 01001011 |
Octal | 23 | 143 | 113 |
Decimal | 19 | 99 | 75 |
Hex | 13 | 63 | 4B |
Shades of #13634b
Tints of #13634b
RGB Percentages of Color #13634b
CMYK Percentages of Color #13634b
Complementary Color
#13634b | #63132b |
#13634b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#13634b Color Preview on White Background
Lorem ipsum dolor sit amet.
#13634b Color CSS Codes
.mybgcolor {background-color:#13634b; } .myforecolor {color:#13634b; } .mybordercolor {border:3px solid #13634b; }
#13634b Text Font Color
<p style="color:#13634b">Text here</p>
This sample text font color is #13634b
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.
#13634b Background Color
<div style="background-color:#13634b">
Div content here</div>
This div background color is #13634b
#13634b Border Color
<div style="border:3px solid #13634b">
Div here</div>
This div border color is #13634b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,99,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #13634b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #13634b; -webkit-box-shadow: 1px 1px 3px 2px #13634b; box-shadow: 1px 1px 3px 2px #13634b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,99,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #13634b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #13634b; -webkit-box-shadow: 1px 1px 3px 2px #13634b; box-shadow: 1px 1px 3px 2px #13634b;">
Div content here</div>
This div box has shadow with color #13634b
Comments
No comments written yet.
Please login to write comment.