Color spaces of #82675e
RGB | 130 | 103 | 94 |
---|---|---|---|
HSL | 0.04 | 0.16 | 0.44 |
HSV | 15° | 28° | 51° |
CMYK | 0.00 | 0.21 | 0.28 0.49 |
XYZ | 16.0765 | 15.2545 | 12.6868 |
Yxy | 15.2545 | 0.3652 | 0.3466 |
Hunter Lab | 39.0570 | 5.1237 | 8.0809 |
CIE-Lab | 45.9808 | 9.3578 | 9.1786 |
#82675e color RGB value is (130,103,94).
#82675e hex color red value is 130, green value is 103 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #82675e hue: 0.04 , saturation: 0.16 and the lightness value of 82675e is 0.44.
The process color (four color CMYK) of #82675e color hex is 0.00, 0.21, 0.28, 0.49. Web safe color of #82675e is #996666. Color #82675e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 01100111 | 01011110 |
Octal | 202 | 147 | 136 |
Decimal | 130 | 103 | 94 |
Hex | 82 | 67 | 5E |
Shades of #82675e
Tints of #82675e
RGB Percentages of Color #82675e
CMYK Percentages of Color #82675e
Complementary Color
#82675e | #5e7982 |
#82675e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#82675e Color Preview on White Background
Lorem ipsum dolor sit amet.
#82675e Color CSS Codes
.mybgcolor {background-color:#82675e; } .myforecolor {color:#82675e; } .mybordercolor {border:3px solid #82675e; }
#82675e Text Font Color
<p style="color:#82675e">Text here</p>
This sample text font color is #82675e
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.
#82675e Background Color
<div style="background-color:#82675e">
Div content here</div>
This div background color is #82675e
#82675e Border Color
<div style="border:3px solid #82675e">
Div here</div>
This div border color is #82675e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,103,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #82675e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #82675e; -webkit-box-shadow: 1px 1px 3px 2px #82675e; box-shadow: 1px 1px 3px 2px #82675e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,103,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #82675e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #82675e; -webkit-box-shadow: 1px 1px 3px 2px #82675e; box-shadow: 1px 1px 3px 2px #82675e;">
Div content here</div>
This div box has shadow with color #82675e
Comments
No comments written yet.
Please login to write comment.