Color spaces of #28504a
RGB | 40 | 80 | 74 |
---|---|---|---|
HSL | 0.48 | 0.33 | 0.24 |
HSV | 171° | 50° | 31° |
CMYK | 0.50 | 0.00 | 0.07 0.69 |
XYZ | 4.9798 | 6.6829 | 7.5060 |
Yxy | 6.6829 | 0.2598 | 0.3486 |
Hunter Lab | 25.8513 | -10.8549 | 0.8809 |
CIE-Lab | 31.0738 | -15.8099 | -0.8443 |
#28504a color RGB value is (40,80,74).
#28504a hex color red value is 40, green value is 80 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #28504a hue: 0.48 , saturation: 0.33 and the lightness value of 28504a is 0.24.
The process color (four color CMYK) of #28504a color hex is 0.50, 0.00, 0.07, 0.69. Web safe color of #28504a is #336633. Color #28504a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 01010000 | 01001010 |
Octal | 50 | 120 | 112 |
Decimal | 40 | 80 | 74 |
Hex | 28 | 50 | 4A |
Shades of #28504a
Tints of #28504a
RGB Percentages of Color #28504a
CMYK Percentages of Color #28504a
Complementary Color
#28504a | #50282e |
#28504a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#28504a Color Preview on White Background
Lorem ipsum dolor sit amet.
#28504a Color CSS Codes
.mybgcolor {background-color:#28504a; } .myforecolor {color:#28504a; } .mybordercolor {border:3px solid #28504a; }
#28504a Text Font Color
<p style="color:#28504a">Text here</p>
This sample text font color is #28504a
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.
#28504a Background Color
<div style="background-color:#28504a">
Div content here</div>
This div background color is #28504a
#28504a Border Color
<div style="border:3px solid #28504a">
Div here</div>
This div border color is #28504a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,80,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #28504a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #28504a; -webkit-box-shadow: 1px 1px 3px 2px #28504a; box-shadow: 1px 1px 3px 2px #28504a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,80,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #28504a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #28504a; -webkit-box-shadow: 1px 1px 3px 2px #28504a; box-shadow: 1px 1px 3px 2px #28504a;">
Div content here</div>
This div box has shadow with color #28504a
Comments
No comments written yet.
Please login to write comment.