Color spaces of #675444
RGB | 103 | 84 | 68 |
---|---|---|---|
HSL | 0.08 | 0.20 | 0.34 |
HSV | 27° | 34° | 40° |
CMYK | 0.00 | 0.18 | 0.34 0.60 |
XYZ | 9.8072 | 9.6416 | 6.8130 |
Yxy | 9.6416 | 0.3734 | 0.3671 |
Hunter Lab | 31.0509 | 2.0388 | 8.7266 |
CIE-Lab | 37.1914 | 5.2428 | 12.3088 |
#675444 color RGB value is (103,84,68).
#675444 hex color red value is 103, green value is 84 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #675444 hue: 0.08 , saturation: 0.20 and the lightness value of 675444 is 0.34.
The process color (four color CMYK) of #675444 color hex is 0.00, 0.18, 0.34, 0.60. Web safe color of #675444 is #666633. Color #675444 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 01010100 | 01000100 |
Octal | 147 | 124 | 104 |
Decimal | 103 | 84 | 68 |
Hex | 67 | 54 | 44 |
Shades of #675444
Tints of #675444
RGB Percentages of Color #675444
CMYK Percentages of Color #675444
Complementary Color
#675444 | #445767 |
#675444 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#675444 Color Preview on White Background
Lorem ipsum dolor sit amet.
#675444 Color CSS Codes
.mybgcolor {background-color:#675444; } .myforecolor {color:#675444; } .mybordercolor {border:3px solid #675444; }
#675444 Text Font Color
<p style="color:#675444">Text here</p>
This sample text font color is #675444
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.
#675444 Background Color
<div style="background-color:#675444">
Div content here</div>
This div background color is #675444
#675444 Border Color
<div style="border:3px solid #675444">
Div here</div>
This div border color is #675444
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,84,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #675444; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #675444; -webkit-box-shadow: 1px 1px 3px 2px #675444; box-shadow: 1px 1px 3px 2px #675444; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,84,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #675444">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #675444; -webkit-box-shadow: 1px 1px 3px 2px #675444; box-shadow: 1px 1px 3px 2px #675444;">
Div content here</div>
This div box has shadow with color #675444
Comments
No comments written yet.
Please login to write comment.