crispedge.com

Color picker

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

#485a49 hex color - Green - Cool color - Information

#485a49 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #485a49 Color code in RGB color code model is created after adding 28.24% red color, 35.29% green color and 28.63% blue color. Hex #485a49 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 19% yellow and 65% black.

Hex #485a49 color code is between #445544 web safe hex color code and #556655 web safe hex color code. #445544 is the nearest web safe color code. You can see here many more shades of #485a49 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code485a49#485a49
RGB Decimal72, 90, 73rgb(72, 90, 73)
RGB Percent28%, 35%, 29%rgb(28%, 35%, 29%)
CSS RGBa72, 90, 73,1rgba(72,90,73,1)
CMYK Modelcmyk(20%,0%,19%,65%)
HSL Color Space123,11% ,32%hsl(123,11% ,32%)
HSV Color Space123°, 20%, 35%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010000101101001001001
Octal110132111
Decimal729073
Hex485a49

Different shades of #485a49 color code.

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

Light Shade of #485a49
#5f7660
Dark Shade of #485a49
#313e32
Saturated Shade of #485a49
#406242
Desaturated Shade of #485a49
#505250
Grey scale Shade of #485a49
#515151
Brighten Shade
#617362
Most Readable Shade
#FFFFFF

Shades of #485a49 color code

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

#485a49
#405040
#384638
#303c30
#283228
#202820
#181e18
#101410
#080a08
#000000

Similar Color like #485a49 color

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

#495b4a
#4a5c4b
#4b5d4c
#4c5e4d
#4d5f4e
#4e604f
#4f6150
#506251
#516352
#526453
#536554
#546655
#556756
#566857
#475948
#465847
#455746
#445645
#435544
#425443
#415342
#405241
#3f5140
#3e503f
#3d4f3e
#3c4e3d
#3b4d3c
#3a4c3b

Monochromatic Color with #485a49

#485a49
#6a846b
#8caf8e
#aed9b0
#040504
#262f27

Tints of #485a49 Color

#485a49
#5c6c5d
#707e71
#859185
#99a399
#adb5ae
#c2c8c2
#d6dad6
#eaecea
#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

#485a49
#5a4859

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

Split Complementary

#485a49
#52485a
#5a4850

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

Analogous Color

#4e5a48
#4b5a48
#485a49
#485a4d
#485a50

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

#485a49
#49485a
#5a4948

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

#485a49
#48505a
#5a4859
#5a5248

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

#485a49
#5a4859
#5a4850
#485a52

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 #485a49 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.

#485a49 Color Code Preview on Black Background Color

This is how #485a49 Color will look on black background color. Color contrast ratio is 2.83

#485a49 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #485a49

HTML with inline CSS

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

Your Example Paragraph content text in with font color #485a49

#485a49 color code is use for CSS Background Color

Background color for the above div is #485a49

HTML with inline CSS

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

#485a49 color code is use for CSS Border Color

CSS Border color for the above div is #485a49

HTML with inline CSS

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

CSS Border Left color for the above div is #485a49

HTML with inline CSS

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

CSS Border Right color for the above div is #485a49

HTML with inline CSS

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

CSS Border Bottom color for the above div is #485a49

HTML with inline CSS

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

CSS Border Top color for the above div is #485a49

HTML with inline CSS

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

#485a49 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#485a49 Color code Preview on White Background

This is how #485a49 Color code will look on white background color. Color contrast ratio is 7.41

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.