Color spaces of #674965
RGB | 103 | 73 | 101 |
---|---|---|---|
HSL | 0.84 | 0.17 | 0.35 |
HSV | 304° | 29° | 40° |
CMYK | 0.00 | 0.29 | 0.02 0.60 |
XYZ | 10.3250 | 8.5882 | 13.4254 |
Yxy | 8.5882 | 0.3193 | 0.2656 |
Hunter Lab | 29.3056 | 11.6045 | -6.6478 |
CIE-Lab | 35.1790 | 17.9733 | -11.3052 |
#674965 color RGB value is (103,73,101).
#674965 hex color red value is 103, green value is 73 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #674965 hue: 0.84 , saturation: 0.17 and the lightness value of 674965 is 0.35.
The process color (four color CMYK) of #674965 color hex is 0.00, 0.29, 0.02, 0.60. Web safe color of #674965 is #663366. Color #674965 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 01001001 | 01100101 |
Octal | 147 | 111 | 145 |
Decimal | 103 | 73 | 101 |
Hex | 67 | 49 | 65 |
Shades of #674965
Tints of #674965
RGB Percentages of Color #674965
CMYK Percentages of Color #674965
Complementary Color
#674965 | #49674b |
#674965 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#674965 Color Preview on White Background
Lorem ipsum dolor sit amet.
#674965 Color CSS Codes
.mybgcolor {background-color:#674965; } .myforecolor {color:#674965; } .mybordercolor {border:3px solid #674965; }
#674965 Text Font Color
<p style="color:#674965">Text here</p>
This sample text font color is #674965
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.
#674965 Background Color
<div style="background-color:#674965">
Div content here</div>
This div background color is #674965
#674965 Border Color
<div style="border:3px solid #674965">
Div here</div>
This div border color is #674965
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,73,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #674965; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #674965; -webkit-box-shadow: 1px 1px 3px 2px #674965; box-shadow: 1px 1px 3px 2px #674965; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,73,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #674965">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #674965; -webkit-box-shadow: 1px 1px 3px 2px #674965; box-shadow: 1px 1px 3px 2px #674965;">
Div content here</div>
This div box has shadow with color #674965
Comments
No comments written yet.
Please login to write comment.