crispedge.com

Color picker

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

#251e13 hex color - Brown - Warm color - Information

#251e13 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #251e13 Color code in RGB color code model is created after adding 14.51% red color, 11.76% green color and 7.45% blue color. Hex #251e13 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 49% yellow and 85% black.

Hex #251e13 color code is between #222211 web safe hex color code and #331122 web safe hex color code. #222211 is the nearest web safe color code. You can see here many more shades of #251e13 color code.

0 Likes 0 Comments | 10 Views

Color Table

Hex Color Code251e13#251e13
RGB Decimal37, 30, 19rgb(37, 30, 19)
RGB Percent15%, 12%, 7%rgb(15%, 12%, 7%)
CSS RGBa37, 30, 19,1rgba(37,30,19,1)
CMYK Modelcmyk(0%,19%,49%,85%)
HSL Color Space37,32% ,11%hsl(37,32% ,11%)
HSV Color Space37°, 49%, 15%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary001001010001111000010011
Octal453623
Decimal373019
Hex251e13

Different shades of #251e13 color code.

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

Light Shade of #251e13
#473924
Dark Shade of #251e13
#030302
Saturated Shade of #251e13
#281f10
Desaturated Shade of #251e13
#221d16
Grey scale Shade of #251e13
#1c1c1c
Brighten Shade
#3e372c
Most Readable Shade
#FFFFFF

Shades of #251e13 color code

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

#251e13
#201a10
#1c170e
#18140c
#14100a
#100d08
#0c0a06
#080604
#040302
#000000

Similar Color like #251e13 color

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

#261f14
#272015
#282116
#292217
#2a2318
#2b2419
#2c251a
#2d261b
#2e271c
#2f281d
#30291e
#312a1f
#322b20
#332c21
#241d12
#231c11
#221b10
#211a0f
#20190e
#1f180d
#1e170c
#1d160b
#1c150a
#1b1409
#1a1308
#191207
#181106
#171005

Monochromatic Color with #251e13

#251e13
#4f4029
#7a633f
#a48554
#cfa86a
#f9ca80

Tints of #251e13 Color

#251e13
#3d372d
#555047
#6d6961
#85827b
#9e9b96
#b6b4b0
#cecdca
#e6e6e4
#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

#251e13
#131a25

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

Split Complementary

#251e13
#132325
#151325

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

Analogous Color

#251713
#251a13
#251e13
#252213
#252513

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

#251e13
#13251e
#1e1325

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

#251e13
#132515
#131a25
#251323

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

#251e13
#131a25
#151325
#232513

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 #251e13 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.

#251e13 Color Code Preview on Black Background Color

This is how #251e13 Color will look on black background color. Color contrast ratio is 1.27

#251e13 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #251e13

HTML with inline CSS

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

Your Example Paragraph content text in with font color #251e13

#251e13 color code is use for CSS Background Color

Background color for the above div is #251e13

HTML with inline CSS

<div style="background-color:#251e13;"></div>

#251e13 color code is use for CSS Border Color

CSS Border color for the above div is #251e13

HTML with inline CSS

<div style="border:5px solid #251e13;"></div>

CSS Border Left color for the above div is #251e13

HTML with inline CSS

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

CSS Border Right color for the above div is #251e13

HTML with inline CSS

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

CSS Border Bottom color for the above div is #251e13

HTML with inline CSS

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

CSS Border Top color for the above div is #251e13

HTML with inline CSS

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

#251e13 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#251e13 Color code Preview on White Background

This is how #251e13 Color code will look on white background color. Color contrast ratio is 16.49

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 10 Views

Post your comment:-

By submitting comment you agree to our privacy policy.