crispedge.com

Color picker

Loading...

#35483f hex color - Green - Cool color - Information

#35483f hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #35483f Color code in RGB color code model is created after adding 20.78% red color, 28.24% green color and 24.71% blue color. Hex #35483f Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 0% magenta, 13% yellow and 72% black.

Hex #35483f color code is between #334444 web safe hex color code and #445533 web safe hex color code. #334444 is the nearest web safe color code. You can see here many more shades of #35483f color code.

0 Likes 0 Comments | 7 Views

RGB Chart

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

Color Table

Hex Color Code35483f#35483f
RGB Decimal53, 72, 63rgb(53, 72, 63)
RGB Percent21%, 28%, 25%rgb(21%, 28%, 25%)
CSS RGBa53, 72, 63,1rgba(53,72,63,1)
CMYK Modelcmyk(26%,0%,13%,72%)
HSL Color Space152,15% ,25%hsl(152,15% ,25%)
HSV Color Space152°, 26%, 28%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101010100100000111111
Octal6511077
Decimal537263
Hex35483f

Different shades of #35483f color code.

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

Light Shade of #35483f
#4b6559
Dark Shade of #35483f
#1f2b25
Saturated Shade of #35483f
#2f4e3f
Desaturated Shade of #35483f
#3b423f
Grey scale Shade of #35483f
#3e3e3e
Brighten Shade
#4e6158
Most Readable Shade
#FFFFFF

Shades of #35483f color code

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

#35483f
#2f4038
#293831
#23302a
#1d2823
#17201c
#111815
#0b100e
#050807
#000000

Similar Color like #35483f color

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

#364940
#374a41
#384b42
#394c43
#3a4d44
#3b4e45
#3c4f46
#3d5047
#3e5148
#3f5249
#40534a
#41544b
#42554c
#43564d
#34473e
#33463d
#32453c
#31443b
#30433a
#2f4239
#2e4138
#2d4037
#2c3f36
#2b3e35
#2a3d34
#293c33
#283b32
#273a31

Monochromatic Color with #35483f

#35483f
#547264
#749d89
#93c7af
#b2f2d4
#161d1a

Tints of #35483f Color

#35483f
#4b5c54
#617069
#78857f
#8e9994
#a5ada9
#bbc2bf
#d2d6d4
#e8eae9
#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

#35483f
#48353e

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

Split Complementary

#35483f
#483548
#483635

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

Analogous Color

#354837
#35483b
#35483f
#354843
#354847

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

#35483f
#3f3548
#483f35

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

#35483f
#353548
#48353e
#474835

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

#35483f
#48353e
#483635
#354848

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 #35483f 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.

#35483f Color Code Preview on Black Background Color

This is how #35483f Color will look on black background color. Color contrast ratio is 2.15

#35483f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #35483f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #35483f

#35483f color code is use for CSS Background Color

Background color for the above div is #35483f

HTML with inline CSS

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

#35483f color code is use for CSS Border Color

CSS Border color for the above div is #35483f

HTML with inline CSS

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

CSS Border Left color for the above div is #35483f

HTML with inline CSS

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

CSS Border Right color for the above div is #35483f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #35483f

HTML with inline CSS

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

CSS Border Top color for the above div is #35483f

HTML with inline CSS

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

#35483f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#35483f Color code Preview on White Background

This is how #35483f Color code will look on white background color. Color contrast ratio is 9.77

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

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(53,72,63,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(72,53,62,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(53,72,63,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.