Skip to main content Skip to docs navigation

#48777d hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Pantone 7475 C and its hex is #477A7B Nearest Color Name

Color Hue/Base color: Green

Hex #48777d Color code in RGB color code model is created after adding 28.24% red color, 46.67% green color and 49.02% blue color. Hex #48777d Color code in CMYK color (process color) code model is generated after subtraction of 42% cyan, 5% magenta, 0% yellow and 50.98% black.

Hex #48777d color code is between #446677 web safe hex color code and #558888 web safe hex color code. #446677 is the nearest web safe color code. You can see here many more shades of #48777d color code.

RGB Chart

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

Color Table

Hex Color Code 48777d #48777d
RGB Decimal 72, 119, 125 72, 119, 125
RGB Percent 28%, 47%, 49% rgb(28%, 47%, 49%)
CSS RGBa 72, 119, 125,1 rgba(72,119,125,1)
CMYK Model cmyk(42%,5%,0%,50.98%)
HSL Color Space 187,27% ,39% hsl(187,27% ,39%)
HSV Color Space 187°, 42%, 49%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01001000 01110111 01111101
Octal 110 167 175
Decimal 72 119 125
Hex 48 77 7d

Different shades of #48777d color code.

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

Darkest of #48777d
#101b1c
Darker of #48777d
#23393c
Dark of #48777d
#35585d
Base of #48777d
#48777d
Light of #48777d
#5b969d
Lighter
#79abb2
Lightest
#99c0c5

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

#48777d
#7d4e48

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

Split Complementary

#48777d
#7d485d
#7d6948

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

Analogous Color

#487d64
#487d6d
#48777d
#48657d
#484f7d

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

#48777d
#777d48
#7d4877

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

#48777d
#7d4877
#7d4e48
#487d4e

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

Square Color

#48777d
#69487d
#7d4e48
#5d7d48

Square 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).

Monochromatic Color with #48777d

#000000
#101b1c
#23393c
#35585d
#48777d
#5b969d
#79abb2
#99c0c5
#bad4d7

Tints of #48777d Color

#48777d
#5c868b
#709599
#85a4a8
#99b3b6
#adc2c5
#c2d1d3
#d6e0e2
#eaeff0
#ffffff

Shades of #48777d color code

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

#48777d
#40696f
#385c61
#304f53
#284245
#203437
#182729
#101a1b
#080d0d
#000000

Tones

#48777d
#5c6869
#636363
#636363
#636363

Tones

Similar Color like #48777d color

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

#49787e
#4a797f
#4b7a80
#4c7b81
#4d7c82
#4e7d83
#4f7e84
#507f85
#518086
#528187
#538288
#548389
#55848a
#56858b
#47767c
#46757b
#45747a
#447379
#437278
#427177
#417076
#406f75
#3f6e74
#3e6d73
#3d6c72
#3c6b71
#3b6a70
#3a696f

Download this Dark Green

Hex #48777d 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.

#48777d Color Code Preview on Black Background Color

This is how #48777d Color will look on black background color. Color contrast ratio is 4.21

#48777d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #48777d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #48777d

#48777d color code is use for CSS Background Color

Background color for the above div is #48777d

HTML with inline CSS

<div style="background-color:#48777d;"></div>

#48777d color code is use for CSS Border Color

CSS Border color for the above div is #48777d

HTML with inline CSS

<div style="border:5px solid #48777d;"></div>

CSS Border Left color for the above div is #48777d

HTML with inline CSS

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

CSS Border Right color for the above div is #48777d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #48777d

HTML with inline CSS

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

CSS Border Top color for the above div is #48777d

HTML with inline CSS

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

#48777d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#48777d Color code Preview on White Background

This is how #48777d Color code will look on white background color. Color contrast ratio is 4.99

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 #48777d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #48777d; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

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