crispedge.com

Color picker

Loading...

#38877e hex color - Green - Cool color - Information

#38877e hex color - Green - Cool color

Color Hue/Base color: Green

Hex #38877e Color code in RGB color code model is created after adding 21.96% red color, 52.94% green color and 49.41% blue color. Hex #38877e Color code in CMYK color (process color) code model is generated after subtraction of 59% cyan, 0% magenta, 7% yellow and 47% black.

Hex #38877e color code is between #338877 web safe hex color code and #447788 web safe hex color code. #338877 is the nearest web safe color code. You can see here many more shades of #38877e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code38877e#38877e
RGB Decimal56, 135, 126rgb(56, 135, 126)
RGB Percent22%, 53%, 49%rgb(22%, 53%, 49%)
CSS RGBa56, 135, 126,1rgba(56,135,126,1)
CMYK Modelcmyk(59%,0%,7%,47%)
HSL Color Space173,41% ,37%hsl(173,41% ,37%)
HSV Color Space173°, 59%, 53%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001110001000011101111110
Octal70207176
Decimal56135126
Hex38877e

Different shades of #38877e color code.

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

Light Shade of #38877e
#47aba0
Dark Shade of #38877e
#29635c
Saturated Shade of #38877e
#2e9185
Desaturated Shade of #38877e
#427d77
Grey scale Shade of #38877e
#5f5f5f
Brighten Shade
#51a097
Most Readable Shade
#FFFFFF

Shades of #38877e color code

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

#38877e
#317870
#2b6962
#255a54
#1f4b46
#183c38
#122d2a
#0c1e1c
#060f0e
#000000

Similar Color like #38877e color

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

#39887f
#3a8980
#3b8a81
#3c8b82
#3d8c83
#3e8d84
#3f8e85
#408f86
#419087
#429188
#439289
#44938a
#45948b
#46958c
#37867d
#36857c
#35847b
#34837a
#338279
#328178
#318077
#307f76
#2f7e75
#2e7d74
#2d7c73
#2c7b72
#2b7a71
#2a7970

Monochromatic Color with #38877e

#38877e
#4ab1a6
#5bdccd
#030707
#15322f
#265c56

Tints of #38877e Color

#38877e
#4e948c
#64a19a
#7aafa9
#90bcb7
#a6c9c5
#bcd7d4
#d2e4e2
#e8f1f0
#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

#38877e
#873841

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

Split Complementary

#38877e
#873868
#875738

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

Analogous Color

#38875e
#38876e
#38877e
#388087
#387087

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

#38877e
#7e3887
#877e38

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

#38877e
#563887
#873841
#688738

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

#38877e
#873841
#875738
#386887

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 #38877e 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.

#38877e Color Code Preview on Black Background Color

This is how #38877e Color will look on black background color. Color contrast ratio is 4.94

#38877e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #38877e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #38877e

#38877e color code is use for CSS Background Color

Background color for the above div is #38877e

HTML with inline CSS

<div style="background-color:#38877e;"></div>

#38877e color code is use for CSS Border Color

CSS Border color for the above div is #38877e

HTML with inline CSS

<div style="border:5px solid #38877e;"></div>

CSS Border Left color for the above div is #38877e

HTML with inline CSS

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

CSS Border Right color for the above div is #38877e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #38877e

HTML with inline CSS

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

CSS Border Top color for the above div is #38877e

HTML with inline CSS

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

#38877e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#38877e Color code Preview on White Background

This is how #38877e Color code will look on white background color. Color contrast ratio is 4.26

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

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(56,135,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(135,56,65,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(56,135,126,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.