crispedge.com

Color picker

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

#959887 hex color - Green - Warm color - Information

#959887 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #959887 Color code in RGB color code model is created after adding 58.43% red color, 59.61% green color and 52.94% blue color. Hex #959887 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 11% yellow and 40% black.

Hex #959887 color code is between #999988 web safe hex color code and #888877 web safe hex color code. #999988 is the nearest web safe color code. You can see here many more shades of #959887 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code959887#959887
RGB Decimal149, 152, 135rgb(149, 152, 135)
RGB Percent58%, 60%, 53%rgb(58%, 60%, 53%)
CSS RGBa149, 152, 135,1rgba(149,152,135,1)
CMYK Modelcmyk(2%,0%,11%,40%)
HSL Color Space71,8% ,56%hsl(71,8% ,56%)
HSV Color Space71°, 11%, 60%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101011001100010000111
Octal225230207
Decimal149152135
Hex959887

Different shades of #959887 color code.

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

Light Shade of #959887
#adb0a2
Dark Shade of #959887
#7c7f6d
Saturated Shade of #959887
#9ca37c
Desaturated Shade of #959887
#8f8f8f
Grey scale Shade of #959887
#8f8f8f
Brighten Shade
#aeb1a0
Most Readable Shade
#000000

Shades of #959887 color code

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

#959887
#848778
#737669
#63655a
#52544b
#42433c
#31322d
#21211e
#10100f
#000000

Similar Color like #959887 color

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

#969988
#979a89
#989b8a
#999c8b
#9a9d8c
#9b9e8d
#9c9f8e
#9da08f
#9ea190
#9fa291
#a0a392
#a1a493
#a2a594
#a3a695
#949786
#939685
#929584
#919483
#909382
#8f9281
#8e9180
#8d907f
#8c8f7e
#8b8e7d
#8a8d7c
#898c7b
#888b7a
#878a79

Monochromatic Color with #959887

#959887
#bfc2ad
#e8edd3
#181816
#42433b
#6b6d61

Tints of #959887 Color

#959887
#a0a394
#acaea1
#b8baaf
#c4c5bc
#cfd1c9
#dbdcd7
#e7e8e4
#f3f3f1
#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

#959887
#8a8798

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

Split Complementary

#959887
#878d98
#938798

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

Analogous Color

#989487
#989887
#959887
#929887
#8e9887

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

#959887
#879598
#988795

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

#959887
#879892
#8a8798
#98878c

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

#959887
#8a8798
#938798
#8d9887

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

#959887 Color Code Preview on Black Background Color

This is how #959887 Color will look on black background color. Color contrast ratio is 7.12

#959887 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #959887

HTML with inline CSS

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

Your Example Paragraph content text in with font color #959887

#959887 color code is use for CSS Background Color

Background color for the above div is #959887

HTML with inline CSS

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

#959887 color code is use for CSS Border Color

CSS Border color for the above div is #959887

HTML with inline CSS

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

CSS Border Left color for the above div is #959887

HTML with inline CSS

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

CSS Border Right color for the above div is #959887

HTML with inline CSS

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

CSS Border Bottom color for the above div is #959887

HTML with inline CSS

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

CSS Border Top color for the above div is #959887

HTML with inline CSS

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

#959887 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#959887 Color code Preview on White Background

This is how #959887 Color code will look on white background color. Color contrast ratio is 2.95

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

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.