Color spaces of #73833b
RGB | 115 | 131 | 59 |
---|---|---|---|
HSL | 0.20 | 0.38 | 0.37 |
HSV | 73° | 55° | 51° |
CMYK | 0.12 | 0.00 | 0.55 0.49 |
XYZ | 15.9759 | 20.1932 | 7.1933 |
Yxy | 20.1932 | 0.3684 | 0.4657 |
Hunter Lab | 44.9368 | -15.1793 | 21.9649 |
CIE-Lab | 52.0549 | -17.4018 | 36.4850 |
#73833b color RGB value is (115,131,59).
#73833b hex color red value is 115, green value is 131 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #73833b hue: 0.20 , saturation: 0.38 and the lightness value of 73833b is 0.37.
The process color (four color CMYK) of #73833b color hex is 0.12, 0.00, 0.55, 0.49. Web safe color of #73833b is #669933. Color #73833b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10000011 | 00111011 |
Octal | 163 | 203 | 73 |
Decimal | 115 | 131 | 59 |
Hex | 73 | 83 | 3B |
Shades of #73833b
Tints of #73833b
RGB Percentages of Color #73833b
CMYK Percentages of Color #73833b
Complementary Color
#73833b | #4b3b83 |
#73833b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#73833b Color Preview on White Background
Lorem ipsum dolor sit amet.
#73833b Color CSS Codes
.mybgcolor {background-color:#73833b; } .myforecolor {color:#73833b; } .mybordercolor {border:3px solid #73833b; }
#73833b Text Font Color
<p style="color:#73833b">Text here</p>
This sample text font color is #73833b
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.
#73833b Background Color
<div style="background-color:#73833b">
Div content here</div>
This div background color is #73833b
#73833b Border Color
<div style="border:3px solid #73833b">
Div here</div>
This div border color is #73833b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,131,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #73833b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #73833b; -webkit-box-shadow: 1px 1px 3px 2px #73833b; box-shadow: 1px 1px 3px 2px #73833b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,131,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 #73833b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #73833b; -webkit-box-shadow: 1px 1px 3px 2px #73833b; box-shadow: 1px 1px 3px 2px #73833b;">
Div content here</div>
This div box has shadow with color #73833b
Comments
No comments written yet.
Please login to write comment.