Color spaces of #61402e
RGB | 97 | 64 | 46 |
---|---|---|---|
HSL | 0.06 | 0.36 | 0.28 |
HSV | 21° | 53° | 38° |
CMYK | 0.00 | 0.34 | 0.53 0.62 |
XYZ | 7.2563 | 6.4054 | 3.4387 |
Yxy | 6.4054 | 0.4243 | 0.3746 |
Hunter Lab | 25.3089 | 6.8871 | 9.6605 |
CIE-Lab | 30.4130 | 12.0543 | 16.8044 |
#61402e color RGB value is (97,64,46).
#61402e hex color red value is 97, green value is 64 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #61402e hue: 0.06 , saturation: 0.36 and the lightness value of 61402e is 0.28.
The process color (four color CMYK) of #61402e color hex is 0.00, 0.34, 0.53, 0.62. Web safe color of #61402e is #663333. Color #61402e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 01000000 | 00101110 |
Octal | 141 | 100 | 56 |
Decimal | 97 | 64 | 46 |
Hex | 61 | 40 | 2E |
Shades of #61402e
Tints of #61402e
RGB Percentages of Color #61402e
CMYK Percentages of Color #61402e
Complementary Color
#61402e | #2e4f61 |
#61402e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#61402e Color Preview on White Background
Lorem ipsum dolor sit amet.
#61402e Color CSS Codes
.mybgcolor {background-color:#61402e; } .myforecolor {color:#61402e; } .mybordercolor {border:3px solid #61402e; }
#61402e Text Font Color
<p style="color:#61402e">Text here</p>
This sample text font color is #61402e
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.
#61402e Background Color
<div style="background-color:#61402e">
Div content here</div>
This div background color is #61402e
#61402e Border Color
<div style="border:3px solid #61402e">
Div here</div>
This div border color is #61402e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,64,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #61402e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #61402e; -webkit-box-shadow: 1px 1px 3px 2px #61402e; box-shadow: 1px 1px 3px 2px #61402e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,64,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #61402e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #61402e; -webkit-box-shadow: 1px 1px 3px 2px #61402e; box-shadow: 1px 1px 3px 2px #61402e;">
Div content here</div>
This div box has shadow with color #61402e
#61402e Color Palettes
Comments
No comments written yet.
Please login to write comment.