Color spaces of #749e99
RGB | 116 | 158 | 153 |
---|---|---|---|
HSL | 0.48 | 0.18 | 0.54 |
HSV | 173° | 27° | 62° |
CMYK | 0.27 | 0.00 | 0.03 0.38 |
XYZ | 25.1791 | 30.4666 | 34.6906 |
Yxy | 30.4666 | 0.2787 | 0.3373 |
Hunter Lab | 55.1966 | -15.1674 | 1.3743 |
CIE-Lab | 62.0547 | -15.3205 | -2.0218 |
#749e99 color RGB value is (116,158,153).
#749e99 hex color red value is 116, green value is 158 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #749e99 hue: 0.48 , saturation: 0.18 and the lightness value of 749e99 is 0.54.
The process color (four color CMYK) of #749e99 color hex is 0.27, 0.00, 0.03, 0.38. Web safe color of #749e99 is #669999. Color #749e99 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 10011110 | 10011001 |
Octal | 164 | 236 | 231 |
Decimal | 116 | 158 | 153 |
Hex | 74 | 9E | 99 |
Shades of #749e99
Tints of #749e99
RGB Percentages of Color #749e99
CMYK Percentages of Color #749e99
Complementary Color
#749e99 | #9e7479 |
#749e99 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#749e99 Color Preview on White Background
Lorem ipsum dolor sit amet.
#749e99 Color CSS Codes
.mybgcolor {background-color:#749e99; } .myforecolor {color:#749e99; } .mybordercolor {border:3px solid #749e99; }
#749e99 Text Font Color
<p style="color:#749e99">Text here</p>
This sample text font color is #749e99
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.
#749e99 Background Color
<div style="background-color:#749e99">
Div content here</div>
This div background color is #749e99
#749e99 Border Color
<div style="border:3px solid #749e99">
Div here</div>
This div border color is #749e99
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,158,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #749e99; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #749e99; -webkit-box-shadow: 1px 1px 3px 2px #749e99; box-shadow: 1px 1px 3px 2px #749e99; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,158,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #749e99">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #749e99; -webkit-box-shadow: 1px 1px 3px 2px #749e99; box-shadow: 1px 1px 3px 2px #749e99;">
Div content here</div>
This div box has shadow with color #749e99
Comments
No comments written yet.
Please login to write comment.