crispedge.com

Color picker

Loading...

#071b22 hex color - Green - Cool color - Information

#071b22 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #071b22 Color code in RGB color code model is created after adding 2.75% red color, 10.59% green color and 13.33% blue color. Hex #071b22 Color code in CMYK color (process color) code model is generated after subtraction of 79% cyan, 21% magenta, 0% yellow and 87% black.

Hex #071b22 color code is between #002211 web safe hex color code and #001133 web safe hex color code. #002211 is the nearest web safe color code. You can see here many more shades of #071b22 color code.

0 Likes 0 Comments | 8 Views

RGB Chart

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

Color Table

Hex Color Code071b22#071b22
RGB Decimal7, 27, 34rgb(7, 27, 34)
RGB Percent3%, 11%, 13%rgb(3%, 11%, 13%)
CSS RGBa7, 27, 34,1rgba(7,27,34,1)
CMYK Modelcmyk(79%,21%,0%,87%)
HSL Color Space196,66% ,8%hsl(196,66% ,8%)
HSV Color Space196°, 79%, 13%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001110001101100100010
Octal73342
Decimal72734
Hex071b22

Different shades of #071b22 color code.

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

Light Shade of #071b22
#103d4c
Dark Shade of #071b22
#000000
Saturated Shade of #071b22
#051c24
Desaturated Shade of #071b22
#091a20
Grey scale Shade of #071b22
#141414
Brighten Shade
#20343b
Most Readable Shade
#FFFFFF

Shades of #071b22 color code

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

#071b22
#06181e
#05151a
#041216
#030f12
#030c0f
#02090b
#010607
#000303
#000000

Similar Color like #071b22 color

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

#081c23
#091d24
#0a1e25
#0b1f26
#0c2027
#0d2128
#0e2229
#0f232a
#10242b
#11252c
#12262d
#13272e
#14282f
#152930
#061a21
#051920
#04181f
#03171e
#02161d
#01151c
#00141b
#00131a
#001219
#001118
#001017
#000f16
#000e15
#000d14

Monochromatic Color with #071b22

#071b22
#103d4d
#185e77
#2180a1
#2aa2cc
#33c4f6

Tints of #071b22 Color

#071b22
#22343a
#3e4d53
#59676b
#758084
#90999c
#acb3b5
#c7cccd
#e3e5e6
#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

#071b22
#220e07

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

Split Complementary

#071b22
#22070e
#221b07

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

Analogous Color

#07221e
#072022
#071b22
#071622
#071022

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

#071b22
#22071b
#1b2207

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

#071b22
#1b0722
#220e07
#0d2207

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

#071b22
#220e07
#221b07
#070e22

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 #071b22 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.

#071b22 Color Code Preview on Black Background Color

This is how #071b22 Color will look on black background color. Color contrast ratio is 1.19

#071b22 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #071b22

HTML with inline CSS

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

Your Example Paragraph content text in with font color #071b22

#071b22 color code is use for CSS Background Color

Background color for the above div is #071b22

HTML with inline CSS

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

#071b22 color code is use for CSS Border Color

CSS Border color for the above div is #071b22

HTML with inline CSS

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

CSS Border Left color for the above div is #071b22

HTML with inline CSS

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

CSS Border Right color for the above div is #071b22

HTML with inline CSS

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

CSS Border Bottom color for the above div is #071b22

HTML with inline CSS

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

CSS Border Top color for the above div is #071b22

HTML with inline CSS

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

#071b22 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#071b22 Color code Preview on White Background

This is how #071b22 Color code will look on white background color. Color contrast ratio is 17.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 #071b22; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #071b22; }

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


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

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.