Color spaces of #93893b
RGB | 147 | 137 | 59 |
---|---|---|---|
HSL | 0.15 | 0.43 | 0.40 |
HSV | 53° | 60° | 58° |
CMYK | 0.00 | 0.07 | 0.60 0.42 |
XYZ | 21.7677 | 24.4101 | 7.7020 |
Yxy | 24.4101 | 0.4040 | 0.4530 |
Hunter Lab | 49.4066 | -7.8174 | 25.3419 |
CIE-Lab | 56.4961 | -6.5724 | 42.2795 |
#93893b color RGB value is (147,137,59).
#93893b hex color red value is 147, green value is 137 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #93893b hue: 0.15 , saturation: 0.43 and the lightness value of 93893b is 0.40.
The process color (four color CMYK) of #93893b color hex is 0.00, 0.07, 0.60, 0.42. Web safe color of #93893b is #999933. Color #93893b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10001001 | 00111011 |
Octal | 223 | 211 | 73 |
Decimal | 147 | 137 | 59 |
Hex | 93 | 89 | 3B |
Shades of #93893b
Tints of #93893b
RGB Percentages of Color #93893b
CMYK Percentages of Color #93893b
Complementary Color
#93893b | #3b4593 |
#93893b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93893b Color Preview on White Background
Lorem ipsum dolor sit amet.
#93893b Color CSS Codes
.mybgcolor {background-color:#93893b; } .myforecolor {color:#93893b; } .mybordercolor {border:3px solid #93893b; }
#93893b Text Font Color
<p style="color:#93893b">Text here</p>
This sample text font color is #93893b
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.
#93893b Background Color
<div style="background-color:#93893b">
Div content here</div>
This div background color is #93893b
#93893b Border Color
<div style="border:3px solid #93893b">
Div here</div>
This div border color is #93893b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,137,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93893b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93893b; -webkit-box-shadow: 1px 1px 3px 2px #93893b; box-shadow: 1px 1px 3px 2px #93893b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,137,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93893b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93893b; -webkit-box-shadow: 1px 1px 3px 2px #93893b; box-shadow: 1px 1px 3px 2px #93893b;">
Div content here</div>
This div box has shadow with color #93893b
Comments
No comments written yet.
Please login to write comment.