Color spaces of #28532f
RGB | 40 | 83 | 47 |
---|---|---|---|
HSL | 0.36 | 0.35 | 0.24 |
HSV | 130° | 52° | 33° |
CMYK | 0.52 | 0.00 | 0.43 0.67 |
XYZ | 4.4814 | 6.8429 | 3.7739 |
Yxy | 6.8429 | 0.2968 | 0.4532 |
Hunter Lab | 26.1589 | -15.1985 | 9.7576 |
CIE-Lab | 31.4466 | -23.8789 | 16.5955 |
#28532f color RGB value is (40,83,47).
#28532f hex color red value is 40, green value is 83 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #28532f hue: 0.36 , saturation: 0.35 and the lightness value of 28532f is 0.24.
The process color (four color CMYK) of #28532f color hex is 0.52, 0.00, 0.43, 0.67. Web safe color of #28532f is #336633. Color #28532f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 01010011 | 00101111 |
Octal | 50 | 123 | 57 |
Decimal | 40 | 83 | 47 |
Hex | 28 | 53 | 2F |
Shades of #28532f
Tints of #28532f
RGB Percentages of Color #28532f
CMYK Percentages of Color #28532f
Complementary Color
#28532f | #53284c |
#28532f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#28532f Color Preview on White Background
Lorem ipsum dolor sit amet.
#28532f Color CSS Codes
.mybgcolor {background-color:#28532f; } .myforecolor {color:#28532f; } .mybordercolor {border:3px solid #28532f; }
#28532f Text Font Color
<p style="color:#28532f">Text here</p>
This sample text font color is #28532f
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.
#28532f Background Color
<div style="background-color:#28532f">
Div content here</div>
This div background color is #28532f
#28532f Border Color
<div style="border:3px solid #28532f">
Div here</div>
This div border color is #28532f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,83,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #28532f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #28532f; -webkit-box-shadow: 1px 1px 3px 2px #28532f; box-shadow: 1px 1px 3px 2px #28532f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,83,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #28532f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #28532f; -webkit-box-shadow: 1px 1px 3px 2px #28532f; box-shadow: 1px 1px 3px 2px #28532f;">
Div content here</div>
This div box has shadow with color #28532f
Comments
No comments written yet.
Please login to write comment.