crispedge.com

Color picker

Loading...

#084f53 hex color - Blue - Cool color - Information

#084f53 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #084f53 Color code in RGB color code model is created after adding 3.14% red color, 30.98% green color and 32.55% blue color. Hex #084f53 Color code in CMYK color (process color) code model is generated after subtraction of 90% cyan, 5% magenta, 0% yellow and 67% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code084f53#084f53
RGB Decimal8, 79, 83rgb(8, 79, 83)
RGB Percent3%, 31%, 33%rgb(3%, 31%, 33%)
CSS RGBa8, 79, 83,1rgba(8,79,83,1)
CMYK Modelcmyk(90%,5%,0%,67%)
HSL Color Space183,82% ,18%hsl(183,82% ,18%)
HSV Color Space183°, 90%, 33%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000010000100111101010011
Octal10117123
Decimal87983
Hex084f53

Different shades of #084f53 color code.

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

Light Shade of #084f53
#0c7b81
Dark Shade of #084f53
#042324
Saturated Shade of #084f53
#035358
Desaturated Shade of #084f53
#0d4b4e
Grey scale Shade of #084f53
#2d2d2d
Brighten Shade
#21686c
Most Readable Shade
#FFFFFF

Shades of #084f53 color code

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

#084f53
#074649
#063d40
#053437
#042b2e
#032324
#021a1b
#011112
#000809
#000000

Similar Color like #084f53 color

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

#095054
#0a5155
#0b5256
#0c5357
#0d5458
#0e5559
#0f565a
#10575b
#11585c
#12595d
#135a5e
#145b5f
#155c60
#165d61
#074e52
#064d51
#054c50
#044b4f
#034a4e
#02494d
#01484c
#00474b
#00464a
#004549
#004448
#004347
#004246
#004145

Monochromatic Color with #084f53

#084f53
#0c777d
#10a0a8
#14c8d2
#18f1fd
#042728

Tints of #084f53 Color

#084f53
#236266
#3e7679
#5a898c
#759d9f
#91b0b2
#acc4c5
#c8d7d8
#e3ebeb
#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

#084f53
#530c08

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

Split Complementary

#084f53
#53082a
#533108

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

Analogous Color

#085339
#085348
#084f53
#084053
#083153

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

#084f53
#53084f
#4f5308

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

#084f53
#310853
#530c08
#295308

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

#084f53
#530c08
#533108
#082a53

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 #084f53 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.

#084f53 Color Code Preview on Black Background Color

This is how #084f53 Color will look on black background color. Color contrast ratio is 2.25

#084f53 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #084f53

HTML with inline CSS

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

Your Example Paragraph content text in with font color #084f53

#084f53 color code is use for CSS Background Color

Background color for the above div is #084f53

HTML with inline CSS

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

#084f53 color code is use for CSS Border Color

CSS Border color for the above div is #084f53

HTML with inline CSS

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

CSS Border Left color for the above div is #084f53

HTML with inline CSS

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

CSS Border Right color for the above div is #084f53

HTML with inline CSS

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

CSS Border Bottom color for the above div is #084f53

HTML with inline CSS

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

CSS Border Top color for the above div is #084f53

HTML with inline CSS

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

#084f53 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#084f53 Color code Preview on White Background

This is how #084f53 Color code will look on white background color. Color contrast ratio is 9.32

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

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(8,79,83,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(83,12,8,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(8,79,83,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.