crispedge.com

Color picker

Loading...

#356e70 hex color - Green - Cool color - Information

#356e70 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #356e70 Color code in RGB color code model is created after adding 20.78% red color, 43.14% green color and 43.92% blue color. Hex #356e70 Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 2% magenta, 0% yellow and 56% black.

Hex #356e70 color code is between #336677 web safe hex color code and #447766 web safe hex color code. #336677 is the nearest web safe color code. You can see here many more shades of #356e70 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code356e70#356e70
RGB Decimal53, 110, 112rgb(53, 110, 112)
RGB Percent21%, 43%, 44%rgb(21%, 43%, 44%)
CSS RGBa53, 110, 112,1rgba(53,110,112,1)
CMYK Modelcmyk(53%,2%,0%,56%)
HSL Color Space182,36% ,32%hsl(182,36% ,32%)
HSV Color Space182°, 53%, 44%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101010110111001110000
Octal65156160
Decimal53110112
Hex356e70

Different shades of #356e70 color code.

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

Light Shade of #356e70
#459093
Dark Shade of #356e70
#254c4d
Saturated Shade of #356e70
#2d7678
Desaturated Shade of #356e70
#3d6668
Grey scale Shade of #356e70
#525252
Brighten Shade
#4e8789
Most Readable Shade
#FFFFFF

Shades of #356e70 color code

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

#356e70
#2f6163
#295557
#23494a
#1d3d3e
#173031
#112425
#0b1818
#050c0c
#000000

Similar Color like #356e70 color

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

#366f71
#377072
#387173
#397274
#3a7375
#3b7476
#3c7577
#3d7678
#3e7779
#3f787a
#40797b
#417a7c
#427b7d
#437c7e
#346d6f
#336c6e
#326b6d
#316a6c
#30696b
#2f686a
#2e6769
#2d6668
#2c6567
#2b6466
#2a6365
#296264
#286163
#276062

Monochromatic Color with #356e70

#356e70
#49989a
#5dc1c5
#71ebef
#0d1a1b
#214445

Tints of #356e70 Color

#356e70
#4b7e7f
#618e8f
#789e9f
#8eaeaf
#a5bebf
#bbcecf
#d2dedf
#e8eeef
#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

#356e70
#703735

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

Split Complementary

#356e70
#703551
#705435

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

Analogous Color

#35705a
#357066
#356e70
#356270
#355670

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

#356e70
#70356e
#6e7035

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

#356e70
#543570
#703735
#507035

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

#356e70
#703735
#705435
#355170

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 #356e70 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.

#356e70 Color Code Preview on Black Background Color

This is how #356e70 Color will look on black background color. Color contrast ratio is 3.62

#356e70 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #356e70

HTML with inline CSS

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

Your Example Paragraph content text in with font color #356e70

#356e70 color code is use for CSS Background Color

Background color for the above div is #356e70

HTML with inline CSS

<div style="background-color:#356e70;"></div>

#356e70 color code is use for CSS Border Color

CSS Border color for the above div is #356e70

HTML with inline CSS

<div style="border:5px solid #356e70;"></div>

CSS Border Left color for the above div is #356e70

HTML with inline CSS

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

CSS Border Right color for the above div is #356e70

HTML with inline CSS

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

CSS Border Bottom color for the above div is #356e70

HTML with inline CSS

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

CSS Border Top color for the above div is #356e70

HTML with inline CSS

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

#356e70 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#356e70 Color code Preview on White Background

This is how #356e70 Color code will look on white background color. Color contrast ratio is 5.81

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

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(53,110,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(112,55,53,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(53,110,112,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.