crispedge.com

Color picker

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

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

#0f5c53 hex color - Green - Cool color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code0f5c53#0f5c53
RGB Decimal15, 92, 83rgb(15, 92, 83)
RGB Percent6%, 36%, 33%rgb(6%, 36%, 33%)
CSS RGBa15, 92, 83,1rgba(15,92,83,1)
CMYK Modelcmyk(84%,0%,10%,64%)
HSL Color Space173,72% ,21%hsl(173,72% ,21%)
HSV Color Space173°, 84%, 36%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011110101110001010011
Octal17134123
Decimal159283
Hex0f5c53

Different shades of #0f5c53 color code.

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

Light Shade of #0f5c53
#16887b
Dark Shade of #0f5c53
#08302b
Saturated Shade of #0f5c53
#0a6157
Desaturated Shade of #0f5c53
#14574f
Grey scale Shade of #0f5c53
#353535
Brighten Shade
#28756c
Most Readable Shade
#FFFFFF

Shades of #0f5c53 color code

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

#0f5c53
#0d5149
#0b4740
#0a3d37
#08332e
#062824
#051e1b
#031412
#010a09
#000000

Similar Color like #0f5c53 color

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

#105d54
#115e55
#125f56
#136057
#146158
#156259
#16635a
#17645b
#18655c
#19665d
#1a675e
#1b685f
#1c6960
#1d6a61
#0e5b52
#0d5a51
#0c5950
#0b584f
#0a574e
#09564d
#08554c
#07544b
#06534a
#055249
#045148
#035047
#024f46
#014e45

Monochromatic Color with #0f5c53

#0f5c53
#168679
#1db1a0
#24dbc6
#010706
#08312d

Tints of #0f5c53 Color

#0f5c53
#296e66
#448079
#5f928c
#79a49f
#94b6b2
#afc8c5
#c9dad8
#e4eceb
#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

#0f5c53
#5c0f18

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

Split Complementary

#0f5c53
#5c0f3f
#5c2c0f

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

Analogous Color

#0f5c34
#0f5c44
#0f5c53
#0f565c
#0f465c

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

#0f5c53
#530f5c
#5c530f

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

#0f5c53
#2c0f5c
#5c0f18
#3e5c0f

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

#0f5c53
#5c0f18
#5c2c0f
#0f3f5c

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

#0f5c53 Color Code Preview on Black Background Color

This is how #0f5c53 Color will look on black background color. Color contrast ratio is 2.68

#0f5c53 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0f5c53 color code is use for CSS Background Color

Background color for the above div is #0f5c53

HTML with inline CSS

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

#0f5c53 color code is use for CSS Border Color

CSS Border color for the above div is #0f5c53

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0f5c53 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0f5c53 Color code Preview on White Background

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

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

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.