crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#344e52 hex color - Green - Cool color - Information

#344e52 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #344e52 Color code in RGB color code model is created after adding 20.39% red color, 30.59% green color and 32.16% blue color. Hex #344e52 Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 5% magenta, 0% yellow and 68% black.

Hex #344e52 color code is between #335555 web safe hex color code and #444444 web safe hex color code. #335555 is the nearest web safe color code. You can see here many more shades of #344e52 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code344e52#344e52
RGB Decimal52, 78, 82rgb(52, 78, 82)
RGB Percent20%, 31%, 32%rgb(20%, 31%, 32%)
CSS RGBa52, 78, 82,1rgba(52,78,82,1)
CMYK Modelcmyk(37%,5%,0%,68%)
HSL Color Space188,22% ,26%hsl(188,22% ,26%)
HSV Color Space188°, 37%, 32%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101000100111001010010
Octal64116122
Decimal527882
Hex344e52

Different shades of #344e52 color code.

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

Light Shade of #344e52
#486c71
Dark Shade of #344e52
#203033
Saturated Shade of #344e52
#2d5359
Desaturated Shade of #344e52
#3b494b
Grey scale Shade of #344e52
#434343
Brighten Shade
#4d676b
Most Readable Shade
#FFFFFF

Shades of #344e52 color code

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

#344e52
#2e4548
#283c3f
#223436
#1c2b2d
#172224
#111a1b
#0b1112
#050809
#000000

Similar Color like #344e52 color

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

#354f53
#365054
#375155
#385256
#395357
#3a5458
#3b5559
#3c565a
#3d575b
#3e585c
#3f595d
#405a5e
#415b5f
#425c60
#334d51
#324c50
#314b4f
#304a4e
#2f494d
#2e484c
#2d474b
#2c464a
#2b4549
#2a4448
#294347
#284246
#274145
#264044

Monochromatic Color with #344e52

#344e52
#4f767c
#6a9fa7
#85c7d1
#a0f0fc
#192627

Tints of #344e52 Color

#344e52
#4a6165
#617578
#77898b
#8e9c9e
#a4b0b2
#bbc4c5
#d1d7d8
#e8ebeb
#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

#344e52
#523834

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

Split Complementary

#344e52
#52343f
#524734

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

Analogous Color

#34524a
#345250
#344e52
#344852
#344252

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

#344e52
#52344e
#4e5234

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

#344e52
#473452
#523834
#3f5234

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

#344e52
#523834
#524734
#343f52

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 #344e52 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.

#344e52 Color Code Preview on Black Background Color

This is how #344e52 Color will look on black background color. Color contrast ratio is 2.36

#344e52 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #344e52

HTML with inline CSS

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

Your Example Paragraph content text in with font color #344e52

#344e52 color code is use for CSS Background Color

Background color for the above div is #344e52

HTML with inline CSS

<div style="background-color:#344e52;"></div>

#344e52 color code is use for CSS Border Color

CSS Border color for the above div is #344e52

HTML with inline CSS

<div style="border:5px solid #344e52;"></div>

CSS Border Left color for the above div is #344e52

HTML with inline CSS

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

CSS Border Right color for the above div is #344e52

HTML with inline CSS

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

CSS Border Bottom color for the above div is #344e52

HTML with inline CSS

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

CSS Border Top color for the above div is #344e52

HTML with inline CSS

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

#344e52 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#344e52 Color code Preview on White Background

This is how #344e52 Color code will look on white background color. Color contrast ratio is 8.91

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.