Color spaces of #65947b
RGB | 101 | 148 | 123 |
---|---|---|---|
HSL | 0.41 | 0.19 | 0.49 |
HSV | 148° | 32° | 58° |
CMYK | 0.32 | 0.00 | 0.17 0.42 |
XYZ | 19.5319 | 25.3766 | 22.6076 |
Yxy | 25.3766 | 0.2893 | 0.3759 |
Hunter Lab | 50.3752 | -18.9470 | 8.6542 |
CIE-Lab | 57.4405 | -21.4974 | 8.1917 |
#65947b color RGB value is (101,148,123).
#65947b hex color red value is 101, green value is 148 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #65947b hue: 0.41 , saturation: 0.19 and the lightness value of 65947b is 0.49.
The process color (four color CMYK) of #65947b color hex is 0.32, 0.00, 0.17, 0.42. Web safe color of #65947b is #669966. Color #65947b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100101 | 10010100 | 01111011 |
Octal | 145 | 224 | 173 |
Decimal | 101 | 148 | 123 |
Hex | 65 | 94 | 7B |
Shades of #65947b
Tints of #65947b
RGB Percentages of Color #65947b
CMYK Percentages of Color #65947b
Complementary Color
#65947b | #94657e |
#65947b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#65947b Color Preview on White Background
Lorem ipsum dolor sit amet.
#65947b Color CSS Codes
.mybgcolor {background-color:#65947b; } .myforecolor {color:#65947b; } .mybordercolor {border:3px solid #65947b; }
#65947b Text Font Color
<p style="color:#65947b">Text here</p>
This sample text font color is #65947b
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.
#65947b Background Color
<div style="background-color:#65947b">
Div content here</div>
This div background color is #65947b
#65947b Border Color
<div style="border:3px solid #65947b">
Div here</div>
This div border color is #65947b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(101,148,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #65947b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #65947b; -webkit-box-shadow: 1px 1px 3px 2px #65947b; box-shadow: 1px 1px 3px 2px #65947b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(101,148,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #65947b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #65947b; -webkit-box-shadow: 1px 1px 3px 2px #65947b; box-shadow: 1px 1px 3px 2px #65947b;">
Div content here</div>
This div box has shadow with color #65947b
Comments
No comments written yet.
Please login to write comment.