Color spaces of #88823f
RGB | 136 | 130 | 63 |
---|---|---|---|
HSL | 0.15 | 0.37 | 0.39 |
HSV | 55° | 54° | 53° |
CMYK | 0.00 | 0.04 | 0.54 0.47 |
XYZ | 19.0332 | 21.5584 | 7.8607 |
Yxy | 21.5584 | 0.3928 | 0.4449 |
Hunter Lab | 46.4310 | -8.0828 | 22.4640 |
CIE-Lab | 53.5553 | -7.2835 | 36.6449 |
#88823f color RGB value is (136,130,63).
#88823f hex color red value is 136, green value is 130 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #88823f hue: 0.15 , saturation: 0.37 and the lightness value of 88823f is 0.39.
The process color (four color CMYK) of #88823f color hex is 0.00, 0.04, 0.54, 0.47. Web safe color of #88823f is #999933. Color #88823f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 10000010 | 00111111 |
Octal | 210 | 202 | 77 |
Decimal | 136 | 130 | 63 |
Hex | 88 | 82 | 3F |
Shades of #88823f
Tints of #88823f
RGB Percentages of Color #88823f
CMYK Percentages of Color #88823f
Complementary Color
#88823f | #3f4588 |
#88823f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#88823f Color Preview on White Background
Lorem ipsum dolor sit amet.
#88823f Color CSS Codes
.mybgcolor {background-color:#88823f; } .myforecolor {color:#88823f; } .mybordercolor {border:3px solid #88823f; }
#88823f Text Font Color
<p style="color:#88823f">Text here</p>
This sample text font color is #88823f
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.
#88823f Background Color
<div style="background-color:#88823f">
Div content here</div>
This div background color is #88823f
#88823f Border Color
<div style="border:3px solid #88823f">
Div here</div>
This div border color is #88823f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,130,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #88823f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88823f; -webkit-box-shadow: 1px 1px 3px 2px #88823f; box-shadow: 1px 1px 3px 2px #88823f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,130,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #88823f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #88823f; -webkit-box-shadow: 1px 1px 3px 2px #88823f; box-shadow: 1px 1px 3px 2px #88823f;">
Div content here</div>
This div box has shadow with color #88823f
Comments
No comments written yet.
Please login to write comment.