crispedge.com

Color picker

Loading...

#508c48 hex color - Green - Cool color - Information

#508c48 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #508c48 Color code in RGB color code model is created after adding 31.37% red color, 54.9% green color and 28.24% blue color. Hex #508c48 Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 0% magenta, 49% yellow and 45% black.

Hex #508c48 color code is between #558844 web safe hex color code and #449955 web safe hex color code. #558844 is the nearest web safe color code. You can see here many more shades of #508c48 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code508c48#508c48
RGB Decimal80, 140, 72rgb(80, 140, 72)
RGB Percent31%, 55%, 28%rgb(31%, 55%, 28%)
CSS RGBa80, 140, 72,1rgba(80,140,72,1)
CMYK Modelcmyk(43%,0%,49%,45%)
HSL Color Space113,32% ,42%hsl(113,32% ,42%)
HSV Color Space113°, 49%, 55%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100001000110001001000
Octal120214110
Decimal8014072
Hex508c48

Different shades of #508c48 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #508c48
#65ab5c
Dark Shade of #508c48
#3d6a37
Saturated Shade of #508c48
#48973d
Desaturated Shade of #508c48
#588153
Grey scale Shade of #508c48
#6a6a6a
Brighten Shade
#69a561
Most Readable Shade
#FFFFFF

Shades of #508c48 color code

Generate more color scales with scales (color stack) generator.

#508c48
#477c40
#3e6c38
#355d30
#2c4d28
#233e20
#1a2e18
#111f10
#080f08
#000000

Similar Color like #508c48 color

Find visually similar hex color codes nearing to #508c48 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#518d49
#528e4a
#538f4b
#54904c
#55914d
#56924e
#57934f
#589450
#599551
#5a9652
#5b9753
#5c9854
#5d9955
#5e9a56
#4f8b47
#4e8a46
#4d8945
#4c8844
#4b8743
#4a8642
#498541
#488440
#47833f
#46823e
#45813d
#44803c
#437f3b
#427e3a

Monochromatic Color with #508c48

#508c48
#68b65e
#81e174
#070c06
#1f371c
#386132

Tints of #508c48 Color

#508c48
#63985c
#76a570
#8ab285
#9dbf99
#b1cbad
#c4d8c2
#d8e5d6
#ebf2ea
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#508c48
#84488c

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#508c48
#62488c
#8c4872

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#6b8c48
#5e8c48
#508c48
#488c4e
#488c5b

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#508c48
#48508c
#8c4850

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#508c48
#48728c
#84488c
#8c6248

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#508c48
#84488c
#8c4872
#488c62

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #508c48 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#508c48 Color Code Preview on Black Background Color

This is how #508c48 Color will look on black background color. Color contrast ratio is 5.19

#508c48 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#508c48">Your Example Paragraph content text in with font color #508c48 </p>

Your Example Paragraph content text in with font color #508c48

HTML with inline CSS

<div style="color:#508c48">Your Paragraph text in with font color #508c48 </div>

Your Example Paragraph content text in with font color #508c48

#508c48 color code is use for CSS Background Color

Background color for the above div is #508c48

HTML with inline CSS

<div style="background-color:#508c48;"></div>

#508c48 color code is use for CSS Border Color

CSS Border color for the above div is #508c48

HTML with inline CSS

<div style="border:5px solid #508c48;"></div>

CSS Border Left color for the above div is #508c48

HTML with inline CSS

<div style="border-left:5px solid #508c48;"></div>

CSS Border Right color for the above div is #508c48

HTML with inline CSS

<div style="border-right:5px solid #508c48;"></div>

CSS Border Bottom color for the above div is #508c48

HTML with inline CSS

<div style="border-bottom:5px solid #508c48;"></div>

CSS Border Top color for the above div is #508c48

HTML with inline CSS

<div style="border-top:5px solid #508c48;"></div>

#508c48 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#508c48; } .examplecolorclass {color:#508c48; } .examplebordercolor {border:3px solid #508c48; }

#508c48 Color code Preview on White Background

This is how #508c48 Color code will look on white background color. Color contrast ratio is 4.05

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #508c48; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #508c48; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(80,140,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(132,72,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(80,140,72,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.