Color spaces of #94535e
RGB | 148 | 83 | 94 |
---|---|---|---|
HSL | 0.97 | 0.28 | 0.45 |
HSV | 350° | 44° | 58° |
CMYK | 0.00 | 0.44 | 0.36 0.42 |
XYZ | 17.3264 | 13.2906 | 12.2418 |
Yxy | 13.2906 | 0.4043 | 0.3101 |
Hunter Lab | 36.4563 | 21.0364 | 5.6102 |
CIE-Lab | 43.1979 | 28.3412 | 5.5362 |
#94535e color RGB value is (148,83,94).
#94535e hex color red value is 148, green value is 83 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #94535e hue: 0.97 , saturation: 0.28 and the lightness value of 94535e is 0.45.
The process color (four color CMYK) of #94535e color hex is 0.00, 0.44, 0.36, 0.42. Web safe color of #94535e is #996666. Color #94535e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010100 | 01010011 | 01011110 |
Octal | 224 | 123 | 136 |
Decimal | 148 | 83 | 94 |
Hex | 94 | 53 | 5E |
Shades of #94535e
Tints of #94535e
RGB Percentages of Color #94535e
CMYK Percentages of Color #94535e
Complementary Color
#94535e | #539489 |
#94535e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#94535e Color Preview on White Background
Lorem ipsum dolor sit amet.
#94535e Color CSS Codes
.mybgcolor {background-color:#94535e; } .myforecolor {color:#94535e; } .mybordercolor {border:3px solid #94535e; }
#94535e Text Font Color
<p style="color:#94535e">Text here</p>
This sample text font color is #94535e
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.
#94535e Background Color
<div style="background-color:#94535e">
Div content here</div>
This div background color is #94535e
#94535e Border Color
<div style="border:3px solid #94535e">
Div here</div>
This div border color is #94535e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(148,83,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #94535e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #94535e; -webkit-box-shadow: 1px 1px 3px 2px #94535e; box-shadow: 1px 1px 3px 2px #94535e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(148,83,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #94535e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #94535e; -webkit-box-shadow: 1px 1px 3px 2px #94535e; box-shadow: 1px 1px 3px 2px #94535e;">
Div content here</div>
This div box has shadow with color #94535e
Comments
No comments written yet.
Please login to write comment.