crispedge.com

Color picker

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

#34767a hex color - Green - Cool color - Information

#34767a hex color - Green - Cool color

Color Hue/Base color: Green

Hex #34767a Color code in RGB color code model is created after adding 20.39% red color, 46.27% green color and 47.84% blue color. Hex #34767a Color code in CMYK color (process color) code model is generated after subtraction of 57% cyan, 3% magenta, 0% yellow and 52% black.

Hex #34767a color code is between #337777 web safe hex color code and #446688 web safe hex color code. #337777 is the nearest web safe color code. You can see here many more shades of #34767a color code.

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Code34767a#34767a
RGB Decimal52, 118, 122rgb(52, 118, 122)
RGB Percent20%, 46%, 48%rgb(20%, 46%, 48%)
CSS RGBa52, 118, 122,1rgba(52,118,122,1)
CMYK Modelcmyk(57%,3%,0%,52%)
HSL Color Space183,40% ,34%hsl(183,40% ,34%)
HSV Color Space183°, 57%, 48%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101000111011001111010
Octal64166172
Decimal52118122
Hex34767a

Different shades of #34767a color code.

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

Light Shade of #34767a
#43999e
Dark Shade of #34767a
#255356
Saturated Shade of #34767a
#2b7e83
Desaturated Shade of #34767a
#3d6e71
Grey scale Shade of #34767a
#575757
Brighten Shade
#4d8f93
Most Readable Shade
#FFFFFF

Shades of #34767a color code

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

#34767a
#2e686c
#285b5e
#224e51
#1c4143
#173436
#112728
#0b1a1b
#050d0d
#000000

Similar Color like #34767a color

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

#35777b
#36787c
#37797d
#387a7e
#397b7f
#3a7c80
#3b7d81
#3c7e82
#3d7f83
#3e8084
#3f8185
#408286
#418387
#428488
#337579
#327478
#317377
#307276
#2f7175
#2e7074
#2d6f73
#2c6e72
#2b6d71
#2a6c70
#296b6f
#286a6e
#27696d
#26686c

Monochromatic Color with #34767a

#34767a
#469fa4
#58c8cf
#6af1f9
#102425
#224d4f

Tints of #34767a Color

#34767a
#4a8588
#619497
#77a3a6
#8eb2b5
#a4c2c3
#bbd1d2
#d1e0e1
#e8eff0
#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

#34767a
#7a3834

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

Split Complementary

#34767a
#7a3453
#7a5b34

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

Analogous Color

#347a62
#347a70
#34767a
#34687a
#345a7a

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

#34767a
#7a3476
#767a34

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

#34767a
#5b347a
#7a3834
#537a34

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

#34767a
#7a3834
#7a5b34
#34537a

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 #34767a 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.

#34767a Color Code Preview on Black Background Color

This is how #34767a Color will look on black background color. Color contrast ratio is 4.02

#34767a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #34767a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #34767a

#34767a color code is use for CSS Background Color

Background color for the above div is #34767a

HTML with inline CSS

<div style="background-color:#34767a;"></div>

#34767a color code is use for CSS Border Color

CSS Border color for the above div is #34767a

HTML with inline CSS

<div style="border:5px solid #34767a;"></div>

CSS Border Left color for the above div is #34767a

HTML with inline CSS

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

CSS Border Right color for the above div is #34767a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #34767a

HTML with inline CSS

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

CSS Border Top color for the above div is #34767a

HTML with inline CSS

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

#34767a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#34767a Color code Preview on White Background

This is how #34767a Color code will look on white background color. Color contrast ratio is 5.23

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.