crispedge.com

Color picker

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

#114444 hex color - Rapture - Green - Cool color - Information

#114444 hex color - Rapture - Green - Cool color

Color Hue/Base color: Green

Hex #114444 Color Code is also known as Rapture color.

Hex #114444 Color code in RGB color code model is created after adding 6.67% red color, 26.67% green color and 26.67% blue color. Hex #114444 Color code in CMYK color (process color) code model is generated after subtraction of 75% cyan, 0% magenta, 0% yellow and 73% black.

Hex #114444 color code is a web safe color. Next web safe color code is #003333 and previous web safe color code is #005555. You can see here many more shades of #114444 color code.

0 Likes 0 Comments | 85 Views

Color Table

Hex Color Code114444#114444
RGB Decimal17, 68, 68rgb(17, 68, 68)
RGB Percent7%, 27%, 27%rgb(7%, 27%, 27%)
CSS RGBa17, 68, 68,1rgba(17,68,68,1)
CMYK Modelcmyk(75%,0%,0%,73%)
HSL Color Space180,60% ,17%hsl(180,60% ,17%)
HSV Color Space180°, 75%, 27%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100010100010001000100
Octal21104104
Decimal176868
Hex114444

Different shades of #114444 color code.

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

Light Shade of #114444
#1b6d6d
Dark Shade of #114444
#071b1b
Saturated Shade of #114444
#0d4848
Desaturated Shade of #114444
#154040
Grey scale Shade of #114444
#2a2a2a
Brighten Shade
#2a5d5d
Most Readable Shade
#FFFFFF

Shades of #114444 color code

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

#114444
#0f3c3c
#0d3434
#0b2d2d
#092525
#071e1e
#051616
#030f0f
#010707
#000000

Similar Color like #114444 color

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

#124545
#134646
#144747
#154848
#164949
#174a4a
#184b4b
#194c4c
#1a4d4d
#1b4e4e
#1c4f4f
#1d5050
#1e5151
#1f5252
#104343
#0f4242
#0e4141
#0d4040
#0c3f3f
#0b3e3e
#0a3d3d
#093c3c
#083b3b
#073a3a
#063939
#053838
#043737
#033636

Monochromatic Color with #114444

#114444
#1c6e6e
#269999
#31c3c3
#3beeee
#061919

Tints of #114444 Color

#114444
#2b5858
#456d6d
#608282
#7a9797
#95abab
#afc0c0
#cad5d5
#e4eaea
#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

#114444
#441111

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

Split Complementary

#114444
#44112b
#442b11

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

Analogous Color

#114430
#11443a
#114444
#113a44
#113044

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

#114444
#441144
#444411

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

#114444
#2a1144
#441111
#2a4411

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

#114444
#441111
#442b11
#112b44

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 #114444 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.

#114444 Color Code Preview on Black Background Color

This is how #114444 Color will look on black background color. Color contrast ratio is 1.93

#114444 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #114444

HTML with inline CSS

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

Your Example Paragraph content text in with font color #114444

#114444 color code is use for CSS Background Color

Background color for the above div is #114444

HTML with inline CSS

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

#114444 color code is use for CSS Border Color

CSS Border color for the above div is #114444

HTML with inline CSS

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

CSS Border Left color for the above div is #114444

HTML with inline CSS

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

CSS Border Right color for the above div is #114444

HTML with inline CSS

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

CSS Border Bottom color for the above div is #114444

HTML with inline CSS

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

CSS Border Top color for the above div is #114444

HTML with inline CSS

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

#114444 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#114444 Color code Preview on White Background

This is how #114444 Color code will look on white background color. Color contrast ratio is 10.86

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

Related Gradients

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

0 Likes 0 Comments | 85 Views

Post your comment:-

By submitting comment you agree to our privacy policy.