crispedge.com

Color picker

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

#82b572 hex color - Orange - Cool color - Information

#82b572 hex color - Orange - Cool color

Color Hue/Base color: Orange

Hex #82b572 Color code in RGB color code model is created after adding 50.98% red color, 70.98% green color and 44.71% blue color. Hex #82b572 Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 0% magenta, 37% yellow and 29% black.

Hex #82b572 color code is between #88bb77 web safe hex color code and #77aa66 web safe hex color code. #88bb77 is the nearest web safe color code. You can see here many more shades of #82b572 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code82b572#82b572
RGB Decimal130, 181, 114rgb(130, 181, 114)
RGB Percent51%, 71%, 45%rgb(51%, 71%, 45%)
CSS RGBa130, 181, 114,1rgba(130,181,114,1)
CMYK Modelcmyk(28%,0%,37%,29%)
HSL Color Space106,31% ,58%hsl(106,31% ,58%)
HSV Color Space106°, 37%, 71%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000101011010101110010
Octal202265162
Decimal130181114
Hex82b572

Different shades of #82b572 color code.

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

Light Shade of #82b572
#a0c793
Dark Shade of #82b572
#66a054
Saturated Shade of #82b572
#7cc067
Desaturated Shade of #82b572
#88aa7d
Grey scale Shade of #82b572
#939393
Brighten Shade
#9bce8b
Most Readable Shade
#000000

Shades of #82b572 color code

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

#82b572
#73a065
#658c58
#56784c
#48643f
#395032
#2b3c26
#1c2819
#0e140c
#000000

Similar Color like #82b572 color

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

#83b673
#84b774
#85b875
#86b976
#87ba77
#88bb78
#89bc79
#8abd7a
#8bbe7b
#8cbf7c
#8dc07d
#8ec17e
#8fc27f
#90c380
#81b471
#80b370
#7fb26f
#7eb16e
#7db06d
#7caf6c
#7bae6b
#7aad6a
#79ac69
#78ab68
#77aa67
#76a966
#75a865
#74a764

Monochromatic Color with #82b572

#82b572
#a1df8d
#080b07
#263522
#45603c
#638a57

Tints of #82b572 Color

#82b572
#8fbd81
#9dc591
#abcda1
#b9d5b0
#c7dec0
#d5e6d0
#e3eedf
#f1f6ef
#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

#82b572
#a572b5

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

Split Complementary

#82b572
#8472b5
#b572a3

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

Analogous Color

#9db572
#8fb572
#82b572
#75b572
#72b57d

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

#82b572
#7282b5
#b57282

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

#82b572
#72a3b5
#a572b5
#b58372

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

#82b572
#a572b5
#b572a3
#72b584

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 #82b572 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.

#82b572 Color Code Preview on Black Background Color

This is how #82b572 Color will look on black background color. Color contrast ratio is 8.80

#82b572 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82b572

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82b572

#82b572 color code is use for CSS Background Color

Background color for the above div is #82b572

HTML with inline CSS

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

#82b572 color code is use for CSS Border Color

CSS Border color for the above div is #82b572

HTML with inline CSS

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

CSS Border Left color for the above div is #82b572

HTML with inline CSS

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

CSS Border Right color for the above div is #82b572

HTML with inline CSS

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

CSS Border Bottom color for the above div is #82b572

HTML with inline CSS

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

CSS Border Top color for the above div is #82b572

HTML with inline CSS

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

#82b572 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#82b572 Color code Preview on White Background

This is how #82b572 Color code will look on white background color. Color contrast ratio is 2.39

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

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.