Color spaces of #612923
RGB | 97 | 41 | 35 |
---|---|---|---|
HSL | 0.02 | 0.47 | 0.26 |
HSV | 6° | 64° | 38° |
CMYK | 0.00 | 0.58 | 0.64 0.62 |
XYZ | 6.0261 | 4.2486 | 2.0926 |
Yxy | 4.2486 | 0.4873 | 0.3435 |
Hunter Lab | 20.6121 | 16.1145 | 8.4092 |
CIE-Lab | 24.4768 | 24.9052 | 16.2156 |
#612923 color RGB value is (97,41,35).
#612923 hex color red value is 97, green value is 41 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #612923 hue: 0.02 , saturation: 0.47 and the lightness value of 612923 is 0.26.
The process color (four color CMYK) of #612923 color hex is 0.00, 0.58, 0.64, 0.62. Web safe color of #612923 is #663333. Color #612923 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 00101001 | 00100011 |
Octal | 141 | 51 | 43 |
Decimal | 97 | 41 | 35 |
Hex | 61 | 29 | 23 |
Shades of #612923
Tints of #612923
RGB Percentages of Color #612923
CMYK Percentages of Color #612923
Complementary Color
#612923 | #235b61 |
#612923 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#612923 Color Preview on White Background
Lorem ipsum dolor sit amet.
#612923 Color CSS Codes
.mybgcolor {background-color:#612923; } .myforecolor {color:#612923; } .mybordercolor {border:3px solid #612923; }
#612923 Text Font Color
<p style="color:#612923">Text here</p>
This sample text font color is #612923
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.
#612923 Background Color
<div style="background-color:#612923">
Div content here</div>
This div background color is #612923
#612923 Border Color
<div style="border:3px solid #612923">
Div here</div>
This div border color is #612923
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,41,35, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #612923; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #612923; -webkit-box-shadow: 1px 1px 3px 2px #612923; box-shadow: 1px 1px 3px 2px #612923; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,41,35, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #612923">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #612923; -webkit-box-shadow: 1px 1px 3px 2px #612923; box-shadow: 1px 1px 3px 2px #612923;">
Div content here</div>
This div box has shadow with color #612923
#612923 Color Palettes
Comments
No comments written yet.
Please login to write comment.