crispedge.com

Color picker

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

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

#33382f hex color - Green - Cool color

Color Hue/Base color: Green

Hex #33382f Color code in RGB color code model is created after adding 20% red color, 21.96% green color and 18.43% blue color. Hex #33382f Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 0% magenta, 16% yellow and 78% black.

Hex #33382f color code is between #223333 web safe hex color code and #444422 web safe hex color code. #223333 is the nearest web safe color code. You can see here many more shades of #33382f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code33382f#33382f
RGB Decimal51, 56, 47rgb(51, 56, 47)
RGB Percent20%, 22%, 18%rgb(20%, 22%, 18%)
CSS RGBa51, 56, 47,1rgba(51,56,47,1)
CMYK Modelcmyk(9%,0%,16%,78%)
HSL Color Space93,9% ,20%hsl(93,9% ,20%)
HSV Color Space93°, 16%, 22%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100110011100000101111
Octal637057
Decimal515647
Hex33382f

Different shades of #33382f color code.

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

Light Shade of #33382f
#4c5446
Dark Shade of #33382f
#1a1c18
Saturated Shade of #33382f
#323d2a
Desaturated Shade of #33382f
#333333
Grey scale Shade of #33382f
#333333
Brighten Shade
#4c5148
Most Readable Shade
#FFFFFF

Shades of #33382f color code

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

#33382f
#2d3129
#272b24
#22251f
#1c1f1a
#161814
#11120f
#0b0c0a
#050605
#000000

Similar Color like #33382f color

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

#343930
#353a31
#363b32
#373c33
#383d34
#393e35
#3a3f36
#3b4037
#3c4138
#3d4239
#3e433a
#3f443b
#40453c
#41463d
#32372e
#31362d
#30352c
#2f342b
#2e332a
#2d3229
#2c3128
#2b3027
#2a2f26
#292e25
#282d24
#272c23
#262b22
#252a21

Monochromatic Color with #33382f

#33382f
#5a6253
#808d76
#a7b79a
#cee2be
#0c0d0b

Tints of #33382f Color

#33382f
#494e46
#60645d
#777a74
#8d908b
#a4a6a2
#bbbcb9
#d1d2d0
#e8e8e7
#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

#33382f
#342f38

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

Split Complementary

#33382f
#302f38
#382f38

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

Analogous Color

#37382f
#35382f
#33382f
#31382f
#2f382f

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

#33382f
#2f3338
#382f33

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

#33382f
#2f3738
#342f38
#382f2f

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

#33382f
#342f38
#382f38
#2f3830

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

#33382f Color Code Preview on Black Background Color

This is how #33382f Color will look on black background color. Color contrast ratio is 1.75

#33382f in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#33382f color code is use for CSS Background Color

Background color for the above div is #33382f

HTML with inline CSS

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

#33382f color code is use for CSS Border Color

CSS Border color for the above div is #33382f

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#33382f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#33382f Color code Preview on White Background

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

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

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.