Skip to main content Skip to docs navigation

#35530f hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Patch of Land and its hex is #225511 Nearest Color Name

Color Hue/Base color: Green

Hex #35530f Color code in RGB color code model is created after adding 20.78% red color, 32.55% green color and 5.88% blue color. Hex #35530f Color code in CMYK color (process color) code model is generated after subtraction of 36% cyan, 0% magenta, 82% yellow and 67.45% black.

Hex #35530f color code is between #335511 web safe hex color code and #444400 web safe hex color code. #335511 is the nearest web safe color code. You can see here many more shades of #35530f color code.

RGB Chart

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

Color Table

Hex Color Code 35530f #35530f
RGB Decimal 53, 83, 15 53, 83, 15
RGB Percent 21%, 33%, 6% rgb(21%, 33%, 6%)
CSS RGBa 53, 83, 15,1 rgba(53,83,15,1)
CMYK Model cmyk(36%,0%,82%,67.45%)
HSL Color Space 86,69% ,19% hsl(86,69% ,19%)
HSV Color Space 86°, 82%, 33%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 00110101 01010011 00001111
Octal 65 123 17
Decimal 53 83 15
Hex 35 53 0f

Different shades of #35530f color code.

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

Darkest of #35530f
#000000
Darker of #35530f
#000000
Dark of #35530f
#192807
Base of #35530f
#35530f
Light of #35530f
#517e17
Lighter
#6ca91f
Lightest
#88d526

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

#35530f
#2d0f53

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

Split Complementary

#35530f
#0f1353
#4f0f53

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

Analogous Color

#53490f
#51530f
#35530f
#1e530f
#0f531c

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

#35530f
#530f35
#0f3553

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

#35530f
#0f3553
#2d0f53
#532d0f

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#35530f
#0f534f
#2d0f53
#530f13

Square 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).

Monochromatic Color with #35530f

#000000
#000000
#000000
#192807
#35530f
#517e17
#6ca91f
#88d526
#a0df4f

Tints of #35530f Color

#35530f
#4b6629
#617944
#788c5f
#8e9f79
#a5b294
#bbc5af
#d2d8c9
#e8ebe4
#ffffff

Shades of #35530f color code

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

#35530f
#2f490d
#29400b
#23370a
#1d2e08
#172406
#111b05
#0b1203
#050901
#000000

Tones

#35530f
#344919
#333f23
#32362c
#313131

Tones

Similar Color like #35530f color

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

#365410
#375511
#385612
#395713
#3a5814
#3b5915
#3c5a16
#3d5b17
#3e5c18
#3f5d19
#405e1a
#415f1b
#42601c
#43611d
#34520e
#33510d
#32500c
#314f0b
#304e0a
#2f4d09
#2e4c08
#2d4b07
#2c4a06
#2b4905
#2a4804
#294703
#284602
#274501

Download this Dark Green

Hex #35530f 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.

#35530f Color Code Preview on Black Background Color

This is how #35530f Color will look on black background color. Color contrast ratio is 2.40

#35530f in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#35530f color code is use for CSS Background Color

Background color for the above div is #35530f

HTML with inline CSS

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

#35530f color code is use for CSS Border Color

CSS Border color for the above div is #35530f

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#35530f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#35530f Color code Preview on White Background

This is how #35530f Color code will look on white background color. Color contrast ratio is 8.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 #35530f; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #35530f; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(53,83,15,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(45,15,83,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(53,83,15,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }