crispedge.com

Color picker

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

#34484f hex color - Green - Cool color - Information

#34484f hex color - Green - Cool color

Color Hue/Base color: Green

Hex #34484f Color code in RGB color code model is created after adding 20.39% red color, 28.24% green color and 30.98% blue color. Hex #34484f Color code in CMYK color (process color) code model is generated after subtraction of 34% cyan, 9% magenta, 0% yellow and 69% black.

Hex #34484f color code is between #334455 web safe hex color code and #445544 web safe hex color code. #334455 is the nearest web safe color code. You can see here many more shades of #34484f color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Code34484f#34484f
RGB Decimal52, 72, 79rgb(52, 72, 79)
RGB Percent20%, 28%, 31%rgb(20%, 28%, 31%)
CSS RGBa52, 72, 79,1rgba(52,72,79,1)
CMYK Modelcmyk(34%,9%,0%,69%)
HSL Color Space196,21% ,26%hsl(196,21% ,26%)
HSV Color Space196°, 34%, 31%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101000100100001001111
Octal64110117
Decimal527279
Hex34484f

Different shades of #34484f color code.

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

Light Shade of #34484f
#48646e
Dark Shade of #34484f
#202c30
Saturated Shade of #34484f
#2d4b56
Desaturated Shade of #34484f
#3b4548
Grey scale Shade of #34484f
#414141
Brighten Shade
#4d6168
Most Readable Shade
#FFFFFF

Shades of #34484f color code

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

#34484f
#2e4046
#28383d
#223034
#1c282b
#172023
#11181a
#0b1011
#050808
#000000

Similar Color like #34484f color

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

#354950
#364a51
#374b52
#384c53
#394d54
#3a4e55
#3b4f56
#3c5057
#3d5158
#3e5259
#3f535a
#40545b
#41555c
#42565d
#33474e
#32464d
#31454c
#30444b
#2f434a
#2e4249
#2d4148
#2c4047
#2b3f46
#2a3e45
#293d44
#283c43
#273b42
#263a41

Monochromatic Color with #34484f

#34484f
#506f79
#6c95a4
#88bcce
#a4e3f9
#182124

Tints of #34484f Color

#34484f
#4a5c62
#617076
#778589
#8e999d
#a4adb0
#bbc2c4
#d1d6d7
#e8eaeb
#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

#34484f
#4f3b34

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

Split Complementary

#34484f
#4f343b
#4f4934

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

Analogous Color

#344f4b
#344d4f
#34484f
#34434f
#343d4f

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

#34484f
#4f3448
#484f34

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

#34484f
#48344f
#4f3b34
#3a4f34

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

#34484f
#4f3b34
#4f4934
#343b4f

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 #34484f 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.

#34484f Color Code Preview on Black Background Color

This is how #34484f Color will look on black background color. Color contrast ratio is 2.19

#34484f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #34484f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #34484f

#34484f color code is use for CSS Background Color

Background color for the above div is #34484f

HTML with inline CSS

<div style="background-color:#34484f;"></div>

#34484f color code is use for CSS Border Color

CSS Border color for the above div is #34484f

HTML with inline CSS

<div style="border:5px solid #34484f;"></div>

CSS Border Left color for the above div is #34484f

HTML with inline CSS

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

CSS Border Right color for the above div is #34484f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #34484f

HTML with inline CSS

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

CSS Border Top color for the above div is #34484f

HTML with inline CSS

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

#34484f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#34484f Color code Preview on White Background

This is how #34484f Color code will look on white background color. Color contrast ratio is 9.61

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.