Color spaces of #988546
RGB | 152 | 133 | 70 |
---|---|---|---|
HSL | 0.13 | 0.37 | 0.44 |
HSV | 46° | 54° | 60° |
CMYK | 0.00 | 0.13 | 0.54 0.40 |
XYZ | 22.4419 | 23.8927 | 9.2233 |
Yxy | 23.8927 | 0.4039 | 0.4301 |
Hunter Lab | 48.8802 | -3.5872 | 23.0286 |
CIE-Lab | 55.9802 | -1.2225 | 36.2679 |
#988546 color RGB value is (152,133,70).
#988546 hex color red value is 152, green value is 133 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #988546 hue: 0.13 , saturation: 0.37 and the lightness value of 988546 is 0.44.
The process color (four color CMYK) of #988546 color hex is 0.00, 0.13, 0.54, 0.40. Web safe color of #988546 is #999933. Color #988546 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 10000101 | 01000110 |
Octal | 230 | 205 | 106 |
Decimal | 152 | 133 | 70 |
Hex | 98 | 85 | 46 |
Shades of #988546
Tints of #988546
RGB Percentages of Color #988546
CMYK Percentages of Color #988546
Complementary Color
#988546 | #465998 |
#988546 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#988546 Color Preview on White Background
Lorem ipsum dolor sit amet.
#988546 Color CSS Codes
.mybgcolor {background-color:#988546; } .myforecolor {color:#988546; } .mybordercolor {border:3px solid #988546; }
#988546 Text Font Color
<p style="color:#988546">Text here</p>
This sample text font color is #988546
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.
#988546 Background Color
<div style="background-color:#988546">
Div content here</div>
This div background color is #988546
#988546 Border Color
<div style="border:3px solid #988546">
Div here</div>
This div border color is #988546
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,133,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #988546; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #988546; -webkit-box-shadow: 1px 1px 3px 2px #988546; box-shadow: 1px 1px 3px 2px #988546; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,133,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #988546">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #988546; -webkit-box-shadow: 1px 1px 3px 2px #988546; box-shadow: 1px 1px 3px 2px #988546;">
Div content here</div>
This div box has shadow with color #988546
Comments
No comments written yet.
Please login to write comment.