Color spaces of #28332e
RGB | 40 | 51 | 46 |
---|---|---|---|
HSL | 0.42 | 0.12 | 0.18 |
HSV | 153° | 22° | 20° |
CMYK | 0.22 | 0.00 | 0.10 0.80 |
XYZ | 2.5520 | 3.0160 | 3.0324 |
Yxy | 3.0160 | 0.2967 | 0.3507 |
Hunter Lab | 17.3666 | -4.1613 | 1.8040 |
CIE-Lab | 20.1079 | -5.9159 | 1.6317 |
#28332e color RGB value is (40,51,46).
#28332e hex color red value is 40, green value is 51 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #28332e hue: 0.42 , saturation: 0.12 and the lightness value of 28332e is 0.18.
The process color (four color CMYK) of #28332e color hex is 0.22, 0.00, 0.10, 0.80. Web safe color of #28332e is #333333. Color #28332e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 00110011 | 00101110 |
Octal | 50 | 63 | 56 |
Decimal | 40 | 51 | 46 |
Hex | 28 | 33 | 2E |
Shades of #28332e
Tints of #28332e
RGB Percentages of Color #28332e
CMYK Percentages of Color #28332e
Complementary Color
#28332e | #33282d |
#28332e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#28332e Color Preview on White Background
Lorem ipsum dolor sit amet.
#28332e Color CSS Codes
.mybgcolor {background-color:#28332e; } .myforecolor {color:#28332e; } .mybordercolor {border:3px solid #28332e; }
#28332e Text Font Color
<p style="color:#28332e">Text here</p>
This sample text font color is #28332e
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.
#28332e Background Color
<div style="background-color:#28332e">
Div content here</div>
This div background color is #28332e
#28332e Border Color
<div style="border:3px solid #28332e">
Div here</div>
This div border color is #28332e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,51,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #28332e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #28332e; -webkit-box-shadow: 1px 1px 3px 2px #28332e; box-shadow: 1px 1px 3px 2px #28332e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,51,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #28332e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #28332e; -webkit-box-shadow: 1px 1px 3px 2px #28332e; box-shadow: 1px 1px 3px 2px #28332e;">
Div content here</div>
This div box has shadow with color #28332e
Comments
No comments written yet.
Please login to write comment.