crispedge.com

Color picker

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

#0f5c39 hex color - Green - Cool color - Information

#0f5c39 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #0f5c39 Color code in RGB color code model is created after adding 5.88% red color, 36.08% green color and 22.35% blue color. Hex #0f5c39 Color code in CMYK color (process color) code model is generated after subtraction of 84% cyan, 0% magenta, 38% yellow and 64% black.

Hex #0f5c39 color code is between #115533 web safe hex color code and #006644 web safe hex color code. #115533 is the nearest web safe color code. You can see here many more shades of #0f5c39 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code0f5c39#0f5c39
RGB Decimal15, 92, 57rgb(15, 92, 57)
RGB Percent6%, 36%, 22%rgb(6%, 36%, 22%)
CSS RGBa15, 92, 57,1rgba(15,92,57,1)
CMYK Modelcmyk(84%,0%,38%,64%)
HSL Color Space153,72% ,21%hsl(153,72% ,21%)
HSV Color Space153°, 84%, 36%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011110101110000111001
Octal1713471
Decimal159257
Hex0f5c39

Different shades of #0f5c39 color code.

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

Light Shade of #0f5c39
#168854
Dark Shade of #0f5c39
#08301e
Saturated Shade of #0f5c39
#0a6139
Desaturated Shade of #0f5c39
#145739
Grey scale Shade of #0f5c39
#353535
Brighten Shade
#287552
Most Readable Shade
#FFFFFF

Shades of #0f5c39 color code

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

#0f5c39
#0d5132
#0b472c
#0a3d26
#08331f
#062819
#051e13
#03140c
#010a06
#000000

Similar Color like #0f5c39 color

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

#105d3a
#115e3b
#125f3c
#13603d
#14613e
#15623f
#166340
#176441
#186542
#196643
#1a6744
#1b6845
#1c6946
#1d6a47
#0e5b38
#0d5a37
#0c5936
#0b5835
#0a5734
#095633
#085532
#075431
#065330
#05522f
#04512e
#03502d
#024f2c
#014e2b

Monochromatic Color with #0f5c39

#0f5c39
#168653
#1db16e
#24db88
#010704
#08311f

Tints of #0f5c39 Color

#0f5c39
#296e4f
#448065
#5f927b
#79a491
#94b6a7
#afc8bd
#c9dad3
#e4ece9
#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

#0f5c39
#5c0f32

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

Split Complementary

#0f5c39
#5c0f58
#5c130f

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

Analogous Color

#0f5c1a
#0f5c2a
#0f5c39
#0f5c48
#0f5c58

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

#0f5c39
#390f5c
#5c390f

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

#0f5c39
#130f5c
#5c0f32
#585c0f

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

#0f5c39
#5c0f32
#5c130f
#0f585c

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 #0f5c39 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.

#0f5c39 Color Code Preview on Black Background Color

This is how #0f5c39 Color will look on black background color. Color contrast ratio is 2.61

#0f5c39 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0f5c39

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0f5c39

#0f5c39 color code is use for CSS Background Color

Background color for the above div is #0f5c39

HTML with inline CSS

<div style="background-color:#0f5c39;"></div>

#0f5c39 color code is use for CSS Border Color

CSS Border color for the above div is #0f5c39

HTML with inline CSS

<div style="border:5px solid #0f5c39;"></div>

CSS Border Left color for the above div is #0f5c39

HTML with inline CSS

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

CSS Border Right color for the above div is #0f5c39

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0f5c39

HTML with inline CSS

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

CSS Border Top color for the above div is #0f5c39

HTML with inline CSS

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

#0f5c39 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0f5c39 Color code Preview on White Background

This is how #0f5c39 Color code will look on white background color. Color contrast ratio is 8.05

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

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.