crispedge.com

Color picker

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

#13140e hex color - Green - Warm color - Information

#13140e hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #13140e Color code in RGB color code model is created after adding 7.45% red color, 7.84% green color and 5.49% blue color. Hex #13140e Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 0% magenta, 30% yellow and 92% black.

Hex #13140e color code is between #111111 web safe hex color code and #222200 web safe hex color code. #111111 is the nearest web safe color code. You can see here many more shades of #13140e color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code13140e#13140e
RGB Decimal19, 20, 14rgb(19, 20, 14)
RGB Percent7%, 8%, 5%rgb(7%, 8%, 5%)
CSS RGBa19, 20, 14,1rgba(19,20,14,1)
CMYK Modelcmyk(5%,0%,30%,92%)
HSL Color Space70,18% ,7%hsl(70,18% ,7%)
HSV Color Space70°, 30%, 8%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary000100110001010000001110
Octal232416
Decimal192014
Hex13140e

Different shades of #13140e color code.

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

Light Shade of #13140e
#2f3223
Dark Shade of #13140e
#000000
Saturated Shade of #13140e
#14160c
Desaturated Shade of #13140e
#121210
Grey scale Shade of #13140e
#111111
Brighten Shade
#2c2d27
Most Readable Shade
#FFFFFF

Shades of #13140e color code

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

#13140e
#10110c
#0e0f0a
#0c0d09
#0a0b07
#080806
#060604
#040403
#020201
#000000

Similar Color like #13140e color

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

#14150f
#151610
#161711
#171812
#181913
#191a14
#1a1b15
#1b1c16
#1c1d17
#1d1e18
#1e1f19
#1f201a
#20211b
#21221c
#12130d
#11120c
#10110b
#0f100a
#0e0f09
#0d0e08
#0c0d07
#0b0c06
#0a0b05
#090a04
#080903
#070802
#060701
#050600

Monochromatic Color with #13140e

#13140e
#3b3e2c
#646949
#8c9367
#b4be85
#dde8a3

Tints of #13140e Color

#13140e
#2d2e28
#474843
#61625e
#7b7c79
#969693
#b0b0ae
#cacac9
#e4e4e4
#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

#13140e
#0f0e14

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

Split Complementary

#13140e
#0e1014
#120e14

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

Analogous Color

#14130e
#14140e
#13140e
#12140e
#11140e

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

#13140e
#0e1314
#140e13

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

#13140e
#0e1412
#0f0e14
#140e10

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

#13140e
#0f0e14
#120e14
#10140e

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 #13140e 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.

#13140e Color Code Preview on Black Background Color

This is how #13140e Color will look on black background color. Color contrast ratio is 1.13

#13140e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #13140e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #13140e

#13140e color code is use for CSS Background Color

Background color for the above div is #13140e

HTML with inline CSS

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

#13140e color code is use for CSS Border Color

CSS Border color for the above div is #13140e

HTML with inline CSS

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

CSS Border Left color for the above div is #13140e

HTML with inline CSS

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

CSS Border Right color for the above div is #13140e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #13140e

HTML with inline CSS

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

CSS Border Top color for the above div is #13140e

HTML with inline CSS

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

#13140e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#13140e Color code Preview on White Background

This is how #13140e Color code will look on white background color. Color contrast ratio is 18.52

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.