crispedge.com

Color picker

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

#434e49 hex color - Green - Cool color - Information

#434e49 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #434e49 Color code in RGB color code model is created after adding 26.27% red color, 30.59% green color and 28.63% blue color. Hex #434e49 Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 6% yellow and 69% black.

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

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Code434e49#434e49
RGB Decimal67, 78, 73rgb(67, 78, 73)
RGB Percent26%, 31%, 29%rgb(26%, 31%, 29%)
CSS RGBa67, 78, 73,1rgba(67,78,73,1)
CMYK Modelcmyk(14%,0%,6%,69%)
HSL Color Space153,8% ,28%hsl(153,8% ,28%)
HSV Color Space153°, 14%, 31%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000110100111001001001
Octal103116111
Decimal677873
Hex434e49

Different shades of #434e49 color code.

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

Light Shade of #434e49
#5b6963
Dark Shade of #434e49
#2b332f
Saturated Shade of #434e49
#3c554a
Desaturated Shade of #434e49
#484848
Grey scale Shade of #434e49
#484848
Brighten Shade
#5c6762
Most Readable Shade
#FFFFFF

Shades of #434e49 color code

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

#434e49
#3b4540
#343c38
#2c3430
#252b28
#1d2220
#161a18
#0e1110
#070808
#000000

Similar Color like #434e49 color

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

#444f4a
#45504b
#46514c
#47524d
#48534e
#49544f
#4a5550
#4b5651
#4c5752
#4d5853
#4e5954
#4f5a55
#505b56
#515c57
#424d48
#414c47
#404b46
#3f4a45
#3e4944
#3d4843
#3c4742
#3b4641
#3a4540
#39443f
#38433e
#37423d
#36413c
#35403b

Monochromatic Color with #434e49

#434e49
#677871
#8ca399
#b1cdc0
#d5f8e8
#1e2321

Tints of #434e49 Color

#434e49
#57615d
#6c7571
#818985
#969c99
#abb0ae
#c0c4c2
#d5d7d6
#eaebea
#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

#434e49
#4e4348

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

Split Complementary

#434e49
#4e434e
#4e4343

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

Analogous Color

#434e45
#434e47
#434e49
#434e4b
#434e4d

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

#434e49
#49434e
#4e4943

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

#434e49
#44434e
#4e4348
#4d4e43

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

#434e49
#4e4348
#4e4343
#434e4e

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 #434e49 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.

#434e49 Color Code Preview on Black Background Color

This is how #434e49 Color will look on black background color. Color contrast ratio is 2.42

#434e49 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #434e49

HTML with inline CSS

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

Your Example Paragraph content text in with font color #434e49

#434e49 color code is use for CSS Background Color

Background color for the above div is #434e49

HTML with inline CSS

<div style="background-color:#434e49;"></div>

#434e49 color code is use for CSS Border Color

CSS Border color for the above div is #434e49

HTML with inline CSS

<div style="border:5px solid #434e49;"></div>

CSS Border Left color for the above div is #434e49

HTML with inline CSS

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

CSS Border Right color for the above div is #434e49

HTML with inline CSS

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

CSS Border Bottom color for the above div is #434e49

HTML with inline CSS

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

CSS Border Top color for the above div is #434e49

HTML with inline CSS

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

#434e49 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#434e49 Color code Preview on White Background

This is how #434e49 Color code will look on white background color. Color contrast ratio is 8.66

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

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.