Color spaces of #969528
RGB | 150 | 149 | 40 |
---|---|---|---|
HSL | 0.17 | 0.58 | 0.37 |
HSV | 59° | 73° | 59° |
CMYK | 0.00 | 0.01 | 0.73 0.41 |
XYZ | 23.7081 | 28.1321 | 6.1880 |
Yxy | 28.1321 | 0.4086 | 0.4848 |
Hunter Lab | 53.0397 | -13.0322 | 30.2106 |
CIE-Lab | 60.0079 | -12.8772 | 54.1539 |
#969528 color RGB value is (150,149,40).
#969528 hex color red value is 150, green value is 149 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #969528 hue: 0.17 , saturation: 0.58 and the lightness value of 969528 is 0.37.
The process color (four color CMYK) of #969528 color hex is 0.00, 0.01, 0.73, 0.41. Web safe color of #969528 is #999933. Color #969528 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 10010101 | 00101000 |
Octal | 226 | 225 | 50 |
Decimal | 150 | 149 | 40 |
Hex | 96 | 95 | 28 |
Shades of #969528
Tints of #969528
RGB Percentages of Color #969528
CMYK Percentages of Color #969528
Complementary Color
#969528 | #282996 |
#969528 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#969528 Color Preview on White Background
Lorem ipsum dolor sit amet.
#969528 Color CSS Codes
.mybgcolor {background-color:#969528; } .myforecolor {color:#969528; } .mybordercolor {border:3px solid #969528; }
#969528 Text Font Color
<p style="color:#969528">Text here</p>
This sample text font color is #969528
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.
#969528 Background Color
<div style="background-color:#969528">
Div content here</div>
This div background color is #969528
#969528 Border Color
<div style="border:3px solid #969528">
Div here</div>
This div border color is #969528
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,149,40, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #969528; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #969528; -webkit-box-shadow: 1px 1px 3px 2px #969528; box-shadow: 1px 1px 3px 2px #969528; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,149,40, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #969528">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #969528; -webkit-box-shadow: 1px 1px 3px 2px #969528; box-shadow: 1px 1px 3px 2px #969528;">
Div content here</div>
This div box has shadow with color #969528
Comments
No comments written yet.
Please login to write comment.