Color spaces of #695225
RGB | 105 | 82 | 37 |
---|---|---|---|
HSL | 0.11 | 0.48 | 0.28 |
HSV | 40° | 65° | 41° |
CMYK | 0.00 | 0.22 | 0.65 0.59 |
XYZ | 9.1769 | 9.1714 | 3.0368 |
Yxy | 9.1714 | 0.4291 | 0.4289 |
Hunter Lab | 30.2843 | 1.0924 | 15.2536 |
CIE-Lab | 36.3122 | 3.8964 | 29.5410 |
#695225 color RGB value is (105,82,37).
#695225 hex color red value is 105, green value is 82 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #695225 hue: 0.11 , saturation: 0.48 and the lightness value of 695225 is 0.28.
The process color (four color CMYK) of #695225 color hex is 0.00, 0.22, 0.65, 0.59. Web safe color of #695225 is #666633. Color #695225 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 01010010 | 00100101 |
Octal | 151 | 122 | 45 |
Decimal | 105 | 82 | 37 |
Hex | 69 | 52 | 25 |
Shades of #695225
Tints of #695225
RGB Percentages of Color #695225
CMYK Percentages of Color #695225
Complementary Color
#695225 | #253c69 |
#695225 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#695225 Color Preview on White Background
Lorem ipsum dolor sit amet.
#695225 Color CSS Codes
.mybgcolor {background-color:#695225; } .myforecolor {color:#695225; } .mybordercolor {border:3px solid #695225; }
#695225 Text Font Color
<p style="color:#695225">Text here</p>
This sample text font color is #695225
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.
#695225 Background Color
<div style="background-color:#695225">
Div content here</div>
This div background color is #695225
#695225 Border Color
<div style="border:3px solid #695225">
Div here</div>
This div border color is #695225
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,82,37, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #695225; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #695225; -webkit-box-shadow: 1px 1px 3px 2px #695225; box-shadow: 1px 1px 3px 2px #695225; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,82,37, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #695225">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #695225; -webkit-box-shadow: 1px 1px 3px 2px #695225; box-shadow: 1px 1px 3px 2px #695225;">
Div content here</div>
This div box has shadow with color #695225
Comments
No comments written yet.
Please login to write comment.