
507406
The color #507406 is a deep green shade. Let’s break it down in a simple way so anyone can understand.
RGB (Red, Green, Blue) Values
The RGB color system is used in digital screens. The RGB values for #507406 are:
- Red: 80
- Green: 116
- Blue: 6
Since the green value is the highest, this color appears mainly green.
HSL (Hue, Saturation, Lightness) Values
- Hue: 80° (This tells us it is close to green on the color wheel)
- Saturation: 90% (This means the color is very rich and not dull)
- Lightness: 24% (It is a darker shade)
CMYK (Cyan, Magenta, Yellow, Black) Values
This system is used in printing. The CMYK breakdown is:
- Cyan: 31%
- Magenta: 0%
- Yellow: 95%
- Black: 55%
This means the color is made up mostly of yellow and some cyan.
Shades and Tints
Shades are darker variations, and tints are lighter variations of a color.
Darker Shades of #507406:
- #486805
- #405c04
- #304503
- #202e02
- #000000 (Black)
Lighter Tints of #507406:
- #61811e
- #849d50
- #b9c79b
- #dce3cd
- #ffffff (White)
Color Combinations
Colors can be combined in different ways:
- Triadic Colors: #507406, #065074, #740650 (These create a balanced, vibrant look)
- Analogous Colors: #197406, #746106 (These blend well for a natural, harmonious look)
- Monochromatic Colors: Different shades of #507406 (These create a sophisticated design)
- Complementary Color: #2a0674 (A deep purple, which contrasts well with green)
How #507406 Appears on Different Backgrounds
- On a black background, it stands out and looks brighter.
- On a white background, it appears deeper and more natural.
Using #507406 in Web Design
If you want to use this color in CSS, here’s how:
As a Background Color:
.mybgcolor {
background-color: #507406;
}
As a Font Color:
<p style="color:#507406">Text here</p>
As a Border Color:
<div style="border:3px solid #507406">Div here</div>
Adding Shadows
For a text shadow effect:
.textShadow {
text-shadow: 4px 4px 2px rgba(80,116,6, 0.8);
}
For a box shadow effect:
.divShadow {
box-shadow: 1px 1px 3px 2px #507406;
}
Conclusion
#507406 is a deep green color that works well in nature-themed designs. It pairs beautifully with purples, yellows, and earthy tones. Whether for websites, graphic design, or print media, this color offers a strong, bold, and natural feel.