Color spaces of #925b5d
RGB | 146 | 91 | 93 |
---|---|---|---|
HSL | 0.99 | 0.23 | 0.46 |
HSV | 358° | 38° | 57° |
CMYK | 0.00 | 0.38 | 0.36 0.43 |
XYZ | 17.5709 | 14.3835 | 12.2061 |
Yxy | 14.3835 | 0.3979 | 0.3257 |
Hunter Lab | 37.9256 | 16.3292 | 7.4658 |
CIE-Lab | 44.7780 | 22.8578 | 8.3544 |
#925b5d color RGB value is (146,91,93).
#925b5d hex color red value is 146, green value is 91 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #925b5d hue: 0.99 , saturation: 0.23 and the lightness value of 925b5d is 0.46.
The process color (four color CMYK) of #925b5d color hex is 0.00, 0.38, 0.36, 0.43. Web safe color of #925b5d is #996666. Color #925b5d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 01011011 | 01011101 |
Octal | 222 | 133 | 135 |
Decimal | 146 | 91 | 93 |
Hex | 92 | 5B | 5D |
Shades of #925b5d
Tints of #925b5d
RGB Percentages of Color #925b5d
CMYK Percentages of Color #925b5d
Complementary Color
#925b5d | #5b9290 |
#925b5d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#925b5d Color Preview on White Background
Lorem ipsum dolor sit amet.
#925b5d Color CSS Codes
.mybgcolor {background-color:#925b5d; } .myforecolor {color:#925b5d; } .mybordercolor {border:3px solid #925b5d; }
#925b5d Text Font Color
<p style="color:#925b5d">Text here</p>
This sample text font color is #925b5d
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.
#925b5d Background Color
<div style="background-color:#925b5d">
Div content here</div>
This div background color is #925b5d
#925b5d Border Color
<div style="border:3px solid #925b5d">
Div here</div>
This div border color is #925b5d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,91,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #925b5d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #925b5d; -webkit-box-shadow: 1px 1px 3px 2px #925b5d; box-shadow: 1px 1px 3px 2px #925b5d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,91,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #925b5d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #925b5d; -webkit-box-shadow: 1px 1px 3px 2px #925b5d; box-shadow: 1px 1px 3px 2px #925b5d;">
Div content here</div>
This div box has shadow with color #925b5d
Comments
No comments written yet.
Please login to write comment.