crispedge.com

Color picker

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

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

#485e41 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #485e41 Color code in RGB color code model is created after adding 28.24% red color, 36.86% green color and 25.49% blue color. Hex #485e41 Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 0% magenta, 31% yellow and 63% black.

Hex #485e41 color code is between #446644 web safe hex color code and #555533 web safe hex color code. #446644 is the nearest web safe color code. You can see here many more shades of #485e41 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code485e41#485e41
RGB Decimal72, 94, 65rgb(72, 94, 65)
RGB Percent28%, 37%, 25%rgb(28%, 37%, 25%)
CSS RGBa72, 94, 65,1rgba(72,94,65,1)
CMYK Modelcmyk(23%,0%,31%,63%)
HSL Color Space106,18% ,31%hsl(106,18% ,31%)
HSV Color Space106°, 31%, 37%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010000101111001000001
Octal110136101
Decimal729465
Hex485e41

Different shades of #485e41 color code.

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

Light Shade of #485e41
#5f7c56
Dark Shade of #485e41
#31402c
Saturated Shade of #485e41
#446639
Desaturated Shade of #485e41
#4c5649
Grey scale Shade of #485e41
#4f4f4f
Brighten Shade
#61775a
Most Readable Shade
#FFFFFF

Shades of #485e41 color code

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

#485e41
#405339
#384932
#303e2b
#283424
#20291c
#181f15
#10140e
#080a07
#000000

Similar Color like #485e41 color

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

#495f42
#4a6043
#4b6144
#4c6245
#4d6346
#4e6447
#4f6548
#506649
#51674a
#52684b
#53694c
#546a4d
#556b4e
#566c4f
#475d40
#465c3f
#455b3e
#445a3d
#43593c
#42583b
#41573a
#405639
#3f5538
#3e5437
#3d5336
#3c5235
#3b5134
#3a5033

Monochromatic Color with #485e41

#485e41
#69885e
#89b37c
#aadd99
#070906
#273324

Tints of #485e41 Color

#485e41
#5c6f56
#70816b
#859380
#99a595
#adb7aa
#c2c9bf
#d6dbd4
#eaede9
#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

#485e41
#57415e

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

Split Complementary

#485e41
#49415e
#5e4157

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

Analogous Color

#545e41
#4e5e41
#485e41
#425e41
#415e46

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

#485e41
#41485e
#5e4148

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

#485e41
#41565e
#57415e
#5e4841

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

#485e41
#57415e
#5e4157
#415e49

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

#485e41 Color Code Preview on Black Background Color

This is how #485e41 Color will look on black background color. Color contrast ratio is 2.95

#485e41 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#485e41 color code is use for CSS Background Color

Background color for the above div is #485e41

HTML with inline CSS

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

#485e41 color code is use for CSS Border Color

CSS Border color for the above div is #485e41

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#485e41 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#485e41 Color code Preview on White Background

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

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

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.