Color spaces of #86333e
RGB | 134 | 51 | 62 |
---|---|---|---|
HSL | 0.98 | 0.45 | 0.36 |
HSV | 352° | 62° | 53° |
CMYK | 0.00 | 0.62 | 0.54 0.47 |
XYZ | 11.8848 | 7.7838 | 5.4334 |
Yxy | 7.7838 | 0.4735 | 0.3101 |
Hunter Lab | 27.8995 | 27.2146 | 7.9829 |
CIE-Lab | 33.5285 | 36.5426 | 11.7619 |
#86333e color RGB value is (134,51,62).
#86333e hex color red value is 134, green value is 51 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #86333e hue: 0.98 , saturation: 0.45 and the lightness value of 86333e is 0.36.
The process color (four color CMYK) of #86333e color hex is 0.00, 0.62, 0.54, 0.47. Web safe color of #86333e is #993333. Color #86333e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 00110011 | 00111110 |
Octal | 206 | 63 | 76 |
Decimal | 134 | 51 | 62 |
Hex | 86 | 33 | 3E |
Shades of #86333e
Tints of #86333e
RGB Percentages of Color #86333e
CMYK Percentages of Color #86333e
Complementary Color
#86333e | #33867b |
#86333e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86333e Color Preview on White Background
Lorem ipsum dolor sit amet.
#86333e Color CSS Codes
.mybgcolor {background-color:#86333e; } .myforecolor {color:#86333e; } .mybordercolor {border:3px solid #86333e; }
#86333e Text Font Color
<p style="color:#86333e">Text here</p>
This sample text font color is #86333e
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.
#86333e Background Color
<div style="background-color:#86333e">
Div content here</div>
This div background color is #86333e
#86333e Border Color
<div style="border:3px solid #86333e">
Div here</div>
This div border color is #86333e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,51,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86333e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86333e; -webkit-box-shadow: 1px 1px 3px 2px #86333e; box-shadow: 1px 1px 3px 2px #86333e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,51,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #86333e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86333e; -webkit-box-shadow: 1px 1px 3px 2px #86333e; box-shadow: 1px 1px 3px 2px #86333e;">
Div content here</div>
This div box has shadow with color #86333e
#86333e Color Palettes
Comments
No comments written yet.
Please login to write comment.