crispedge.com

Color picker

Loading...

#52741d hex color - Green - Warm color - Information

#52741d hex color - Green - Warm color

Color Hue/Base color: Green

Hex #52741d Color code in RGB color code model is created after adding 32.16% red color, 45.49% green color and 11.37% blue color. Hex #52741d Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 0% magenta, 75% yellow and 55% black.

Hex #52741d color code is between #557722 web safe hex color code and #446611 web safe hex color code. #557722 is the nearest web safe color code. You can see here many more shades of #52741d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code52741d#52741d
RGB Decimal82, 116, 29rgb(82, 116, 29)
RGB Percent32%, 45%, 11%rgb(32%, 45%, 11%)
CSS RGBa82, 116, 29,1rgba(82,116,29,1)
CMYK Modelcmyk(29%,0%,75%,55%)
HSL Color Space83,60% ,28%hsl(83,60% ,28%)
HSV Color Space83°, 75%, 45%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010100100111010000011101
Octal12216435
Decimal8211629
Hex52741d

Different shades of #52741d color code.

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

Light Shade of #52741d
#6f9d27
Dark Shade of #52741d
#354b13
Saturated Shade of #52741d
#547b16
Desaturated Shade of #52741d
#506d24
Grey scale Shade of #52741d
#484848
Brighten Shade
#6b8d36
Most Readable Shade
#FFFFFF

Shades of #52741d color code

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

#52741d
#486719
#3f5a16
#364d13
#2d4010
#24330c
#1b2609
#121906
#090c03
#000000

Similar Color like #52741d color

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

#53751e
#54761f
#557720
#567821
#577922
#587a23
#597b24
#5a7c25
#5b7d26
#5c7e27
#5d7f28
#5e8029
#5f812a
#60822b
#51731c
#50721b
#4f711a
#4e7019
#4d6f18
#4c6e17
#4b6d16
#4a6c15
#496b14
#486a13
#476912
#466811
#456710
#44660f

Monochromatic Color with #52741d

#52741d
#709e28
#8ec932
#acf33d
#161f08
#344912

Tints of #52741d Color

#52741d
#658336
#78924f
#8ba268
#9eb181
#b2c19a
#c5d0b3
#d8e0cc
#ebefe5
#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

#52741d
#3f1d74

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

Split Complementary

#52741d
#1d2774
#6a1d74

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

Analogous Color

#74731d
#63741d
#52741d
#41741d
#2f741d

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

#52741d
#1d5274
#741d52

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

#52741d
#1d746a
#3f1d74
#741d26

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

#52741d
#3f1d74
#6a1d74
#27741d

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 #52741d 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.

#52741d Color Code Preview on Black Background Color

This is how #52741d Color will look on black background color. Color contrast ratio is 3.87

#52741d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52741d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52741d

#52741d color code is use for CSS Background Color

Background color for the above div is #52741d

HTML with inline CSS

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

#52741d color code is use for CSS Border Color

CSS Border color for the above div is #52741d

HTML with inline CSS

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

CSS Border Left color for the above div is #52741d

HTML with inline CSS

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

CSS Border Right color for the above div is #52741d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #52741d

HTML with inline CSS

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

CSS Border Top color for the above div is #52741d

HTML with inline CSS

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

#52741d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#52741d Color code Preview on White Background

This is how #52741d Color code will look on white background color. Color contrast ratio is 5.42

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

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(82,116,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(63,29,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(82,116,29,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.