Color spaces of #98752b
RGB | 152 | 117 | 43 |
---|---|---|---|
HSL | 0.11 | 0.56 | 0.38 |
HSV | 41° | 72° | 60° |
CMYK | 0.00 | 0.23 | 0.72 0.40 |
XYZ | 19.7462 | 19.5724 | 5.0226 |
Yxy | 19.5724 | 0.4453 | 0.4414 |
Hunter Lab | 44.2407 | 2.2497 | 24.2374 |
CIE-Lab | 51.3503 | 5.8289 | 44.3936 |
#98752b color RGB value is (152,117,43).
#98752b hex color red value is 152, green value is 117 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #98752b hue: 0.11 , saturation: 0.56 and the lightness value of 98752b is 0.38.
The process color (four color CMYK) of #98752b color hex is 0.00, 0.23, 0.72, 0.40. Web safe color of #98752b is #996633. Color #98752b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 01110101 | 00101011 |
Octal | 230 | 165 | 53 |
Decimal | 152 | 117 | 43 |
Hex | 98 | 75 | 2B |
Shades of #98752b
Tints of #98752b
RGB Percentages of Color #98752b
CMYK Percentages of Color #98752b
Complementary Color
#98752b | #2b4e98 |
#98752b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98752b Color Preview on White Background
Lorem ipsum dolor sit amet.
#98752b Color CSS Codes
.mybgcolor {background-color:#98752b; } .myforecolor {color:#98752b; } .mybordercolor {border:3px solid #98752b; }
#98752b Text Font Color
<p style="color:#98752b">Text here</p>
This sample text font color is #98752b
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.
#98752b Background Color
<div style="background-color:#98752b">
Div content here</div>
This div background color is #98752b
#98752b Border Color
<div style="border:3px solid #98752b">
Div here</div>
This div border color is #98752b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,117,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98752b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98752b; -webkit-box-shadow: 1px 1px 3px 2px #98752b; box-shadow: 1px 1px 3px 2px #98752b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,117,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98752b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98752b; -webkit-box-shadow: 1px 1px 3px 2px #98752b; box-shadow: 1px 1px 3px 2px #98752b;">
Div content here</div>
This div box has shadow with color #98752b
Comments
No comments written yet.
Please login to write comment.