Color spaces of #61582c
RGB | 97 | 88 | 44 |
---|---|---|---|
HSL | 0.14 | 0.38 | 0.28 |
HSV | 50° | 55° | 38° |
CMYK | 0.00 | 0.09 | 0.55 0.62 |
XYZ | 8.8741 | 9.7027 | 3.7880 |
Yxy | 9.7027 | 0.3968 | 0.4338 |
Hunter Lab | 31.1492 | -3.6581 | 14.5942 |
CIE-Lab | 37.3035 | -2.9273 | 26.6125 |
#61582c color RGB value is (97,88,44).
#61582c hex color red value is 97, green value is 88 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #61582c hue: 0.14 , saturation: 0.38 and the lightness value of 61582c is 0.28.
The process color (four color CMYK) of #61582c color hex is 0.00, 0.09, 0.55, 0.62. Web safe color of #61582c is #666633. Color #61582c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 01011000 | 00101100 |
Octal | 141 | 130 | 54 |
Decimal | 97 | 88 | 44 |
Hex | 61 | 58 | 2C |
Shades of #61582c
Tints of #61582c
RGB Percentages of Color #61582c
CMYK Percentages of Color #61582c
Complementary Color
#61582c | #2c3561 |
#61582c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#61582c Color Preview on White Background
Lorem ipsum dolor sit amet.
#61582c Color CSS Codes
.mybgcolor {background-color:#61582c; } .myforecolor {color:#61582c; } .mybordercolor {border:3px solid #61582c; }
#61582c Text Font Color
<p style="color:#61582c">Text here</p>
This sample text font color is #61582c
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.
#61582c Background Color
<div style="background-color:#61582c">
Div content here</div>
This div background color is #61582c
#61582c Border Color
<div style="border:3px solid #61582c">
Div here</div>
This div border color is #61582c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,88,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #61582c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #61582c; -webkit-box-shadow: 1px 1px 3px 2px #61582c; box-shadow: 1px 1px 3px 2px #61582c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,88,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #61582c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #61582c; -webkit-box-shadow: 1px 1px 3px 2px #61582c; box-shadow: 1px 1px 3px 2px #61582c;">
Div content here</div>
This div box has shadow with color #61582c
Comments
No comments written yet.
Please login to write comment.