Skip to main content Skip to docs navigation

#034343 hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Tropical Forest and its hex is #024A43 Nearest Color Name

Color Hue/Base color: Green

Hex #034343 Color code in RGB color code model is created after adding 1.18% red color, 26.27% green color and 26.27% blue color. Hex #034343 Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 0% magenta, 0% yellow and 73.73% black.

Hex #034343 color code is between #004444 web safe hex color code and #003333 web safe hex color code. #004444 is the nearest web safe color code. You can see here many more shades of #034343 color code.

RGB Chart

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

Color Table

Hex Color Code 034343 #034343
RGB Decimal 3, 67, 67 3, 67, 67
RGB Percent 1%, 26%, 26% rgb(1%, 26%, 26%)
CSS RGBa 3, 67, 67,1 rgba(3,67,67,1)
CMYK Model cmyk(96%,0%,0%,73.73%)
HSL Color Space 180,91% ,14% hsl(180,91% ,14%)
HSV Color Space 180°, 96%, 26%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000011 01000011 01000011
Octal 3 103 103
Decimal 3 67 67
Hex 03 43 43

Different shades of #034343 color code.

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

Darkest of #034343
#000000
Darker of #034343
#000000
Dark of #034343
#011212
Base of #034343
#034343
Light of #034343
#057474
Lighter
#07a5a5
Lightest
#0ad5d5

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

#034343
#430303

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

Split Complementary

#034343
#430323
#432303

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

Analogous Color

#03431e
#034328
#034343
#032e43
#031343

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

#034343
#434303
#430343

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

#034343
#430343
#430303
#034303

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#034343
#230343
#430303
#234303

Square 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).

Monochromatic Color with #034343

#000000
#000000
#000000
#011212
#034343
#057474
#07a5a5
#0ad5d5
#1df5f5

Tints of #034343 Color

#034343
#1f5757
#3b6c6c
#578181
#739696
#8fabab
#abc0c0
#c7d5d5
#e3eaea
#ffffff

Shades of #034343 color code

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

#034343
#023b3b
#023434
#022c2c
#012525
#011d1d
#011616
#000e0e
#000707
#000000

Tones

#034343
#0a3c3c
#113535
#182e2e
#1f2727

Tones

Similar Color like #034343 color

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

#044444
#054545
#064646
#074747
#084848
#094949
#0a4a4a
#0b4b4b
#0c4c4c
#0d4d4d
#0e4e4e
#0f4f4f
#105050
#115151
#024242
#014141
#004040
#003f3f
#003e3e
#003d3d
#003c3c
#003b3b
#003a3a
#003939
#003838
#003737
#003636
#003535

Download this Dark Green

Hex #034343 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.

#034343 Color Code Preview on Black Background Color

This is how #034343 Color will look on black background color. Color contrast ratio is 1.89

#034343 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #034343

HTML with inline CSS

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

Your Example Paragraph content text in with font color #034343

#034343 color code is use for CSS Background Color

Background color for the above div is #034343

HTML with inline CSS

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

#034343 color code is use for CSS Border Color

CSS Border color for the above div is #034343

HTML with inline CSS

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

CSS Border Left color for the above div is #034343

HTML with inline CSS

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

CSS Border Right color for the above div is #034343

HTML with inline CSS

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

CSS Border Bottom color for the above div is #034343

HTML with inline CSS

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

CSS Border Top color for the above div is #034343

HTML with inline CSS

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

#034343 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#034343 Color code Preview on White Background

This is how #034343 Color code will look on white background color. Color contrast ratio is 11.12

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(3,67,67,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(67,3,3,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(3,67,67,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }