crispedge.com

Color picker

Loading...

#325e61 hex color - Grey - Cool color - Information

#325e61 hex color - Grey - Cool color

Color Hue/Base color: Grey

Hex #325e61 Color code in RGB color code model is created after adding 19.61% red color, 36.86% green color and 38.04% blue color. Hex #325e61 Color code in CMYK color (process color) code model is generated after subtraction of 48% cyan, 3% magenta, 0% yellow and 62% black.

Hex #325e61 color code is between #336666 web safe hex color code and #225555 web safe hex color code. #336666 is the nearest web safe color code. You can see here many more shades of #325e61 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code325e61#325e61
RGB Decimal50, 94, 97rgb(50, 94, 97)
RGB Percent20%, 37%, 38%rgb(20%, 37%, 38%)
CSS RGBa50, 94, 97,1rgba(50,94,97,1)
CMYK Modelcmyk(48%,3%,0%,62%)
HSL Color Space184,32% ,29%hsl(184,32% ,29%)
HSV Color Space184°, 48%, 38%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100100101111001100001
Octal62136141
Decimal509497
Hex325e61

Different shades of #325e61 color code.

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

Light Shade of #325e61
#437f83
Dark Shade of #325e61
#213d3f
Saturated Shade of #325e61
#2b6468
Desaturated Shade of #325e61
#39585a
Grey scale Shade of #325e61
#494949
Brighten Shade
#4b777a
Most Readable Shade
#FFFFFF

Shades of #325e61 color code

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

#325e61
#2c5356
#26494b
#213e40
#1b3435
#16292b
#101f20
#0b1415
#050a0a
#000000

Similar Color like #325e61 color

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

#335f62
#346063
#356164
#366265
#376366
#386467
#396568
#3a6669
#3b676a
#3c686b
#3d696c
#3e6a6d
#3f6b6e
#406c6f
#315d60
#305c5f
#2f5b5e
#2e5a5d
#2d595c
#2c585b
#2b575a
#2a5659
#295558
#285457
#275356
#265255
#255154
#245053

Monochromatic Color with #325e61

#325e61
#48878b
#5eb0b6
#74dae0
#060c0c
#1c3536

Tints of #325e61 Color

#325e61
#486f72
#5f8184
#769395
#8da5a7
#a3b7b8
#bac9ca
#d1dbdb
#e8eded
#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

#325e61
#613532

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

Split Complementary

#325e61
#613247
#614d32

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

Analogous Color

#326151
#32615b
#325e61
#325561
#324b61

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

#325e61
#61325e
#5e6132

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

#325e61
#4c3261
#613532
#466132

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

#325e61
#613532
#614d32
#324761

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 #325e61 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.

#325e61 Color Code Preview on Black Background Color

This is how #325e61 Color will look on black background color. Color contrast ratio is 2.91

#325e61 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #325e61

HTML with inline CSS

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

Your Example Paragraph content text in with font color #325e61

#325e61 color code is use for CSS Background Color

Background color for the above div is #325e61

HTML with inline CSS

<div style="background-color:#325e61;"></div>

#325e61 color code is use for CSS Border Color

CSS Border color for the above div is #325e61

HTML with inline CSS

<div style="border:5px solid #325e61;"></div>

CSS Border Left color for the above div is #325e61

HTML with inline CSS

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

CSS Border Right color for the above div is #325e61

HTML with inline CSS

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

CSS Border Bottom color for the above div is #325e61

HTML with inline CSS

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

CSS Border Top color for the above div is #325e61

HTML with inline CSS

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

#325e61 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#325e61 Color code Preview on White Background

This is how #325e61 Color code will look on white background color. Color contrast ratio is 7.22

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

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(50,94,97,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(97,53,50,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(50,94,97,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.