Color spaces of #675848
RGB | 103 | 88 | 72 |
---|---|---|---|
HSL | 0.09 | 0.18 | 0.34 |
HSV | 31° | 30° | 40° |
CMYK | 0.00 | 0.15 | 0.30 0.60 |
XYZ | 10.2529 | 10.3309 | 7.5846 |
Yxy | 10.3309 | 0.3640 | 0.3668 |
Hunter Lab | 32.1417 | 0.6918 | 8.5083 |
CIE-Lab | 38.4299 | 3.4044 | 11.5533 |
#675848 color RGB value is (103,88,72).
#675848 hex color red value is 103, green value is 88 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #675848 hue: 0.09 , saturation: 0.18 and the lightness value of 675848 is 0.34.
The process color (four color CMYK) of #675848 color hex is 0.00, 0.15, 0.30, 0.60. Web safe color of #675848 is #666633. Color #675848 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100111 | 01011000 | 01001000 |
Octal | 147 | 130 | 110 |
Decimal | 103 | 88 | 72 |
Hex | 67 | 58 | 48 |
Shades of #675848
Tints of #675848
RGB Percentages of Color #675848
CMYK Percentages of Color #675848
Complementary Color
#675848 | #485767 |
#675848 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#675848 Color Preview on White Background
Lorem ipsum dolor sit amet.
#675848 Color CSS Codes
.mybgcolor {background-color:#675848; } .myforecolor {color:#675848; } .mybordercolor {border:3px solid #675848; }
#675848 Text Font Color
<p style="color:#675848">Text here</p>
This sample text font color is #675848
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.
#675848 Background Color
<div style="background-color:#675848">
Div content here</div>
This div background color is #675848
#675848 Border Color
<div style="border:3px solid #675848">
Div here</div>
This div border color is #675848
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(103,88,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #675848; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #675848; -webkit-box-shadow: 1px 1px 3px 2px #675848; box-shadow: 1px 1px 3px 2px #675848; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(103,88,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #675848">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #675848; -webkit-box-shadow: 1px 1px 3px 2px #675848; box-shadow: 1px 1px 3px 2px #675848;">
Div content here</div>
This div box has shadow with color #675848
Comments
No comments written yet.
Please login to write comment.