crispedge.com

Color picker

Loading...

#4d0e04 hex color - Brown - Warm color - Information

#4d0e04 hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #4d0e04 Color code in RGB color code model is created after adding 30.2% red color, 5.49% green color and 1.57% blue color. Hex #4d0e04 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 82% magenta, 95% yellow and 70% black.

Hex #4d0e04 color code is between #551100 web safe hex color code and #440000 web safe hex color code. #551100 is the nearest web safe color code. You can see here many more shades of #4d0e04 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code4d0e04#4d0e04
RGB Decimal77, 14, 4rgb(77, 14, 4)
RGB Percent30%, 5%, 2%rgb(30%, 5%, 2%)
CSS RGBa77, 14, 4,1rgba(77,14,4,1)
CMYK Modelcmyk(0%,82%,95%,70%)
HSL Color Space8,90% ,16%hsl(8,90% ,16%)
HSV Color Space8°, 95%, 30%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010011010000111000000100
Octal115164
Decimal77144
Hex4d0e04

Different shades of #4d0e04 color code.

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

Light Shade of #4d0e04
#7d1707
Dark Shade of #4d0e04
#1d0501
Saturated Shade of #4d0e04
#510b00
Desaturated Shade of #4d0e04
#491108
Grey scale Shade of #4d0e04
#282828
Brighten Shade
#66271d
Most Readable Shade
#FFFFFF

Shades of #4d0e04 color code

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

#4d0e04
#440c03
#3b0a03
#330902
#2a0702
#220601
#190401
#110300
#080100
#000000

Similar Color like #4d0e04 color

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

#4e0f05
#4f1006
#501107
#511208
#521309
#53140a
#54150b
#55160c
#56170d
#57180e
#58190f
#591a10
#5a1b11
#5b1c12
#4c0d03
#4b0c02
#4a0b01
#490a00
#480900
#470800
#460700
#450600
#440500
#430400
#420300
#410200
#400100
#3f0000

Monochromatic Color with #4d0e04

#4d0e04
#771606
#a21d08
#cc250b
#f72d0d
#220602

Tints of #4d0e04 Color

#4d0e04
#60281f
#74433b
#885e57
#9c7973
#af938f
#c3aeab
#d7c9c7
#ebe4e3
#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

#4d0e04
#04434d

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

Split Complementary

#4d0e04
#044d32
#041f4d

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

Analogous Color

#4d0417
#4d0409
#4d0e04
#4d1d04
#4d2b04

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

#4d0e04
#044d0e
#0e044d

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

#4d0e04
#1e4d04
#04434d
#32044d

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

#4d0e04
#04434d
#041f4d
#4d3204

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 #4d0e04 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.

#4d0e04 Color Code Preview on Black Background Color

This is how #4d0e04 Color will look on black background color. Color contrast ratio is 1.38

#4d0e04 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4d0e04

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4d0e04

#4d0e04 color code is use for CSS Background Color

Background color for the above div is #4d0e04

HTML with inline CSS

<div style="background-color:#4d0e04;"></div>

#4d0e04 color code is use for CSS Border Color

CSS Border color for the above div is #4d0e04

HTML with inline CSS

<div style="border:5px solid #4d0e04;"></div>

CSS Border Left color for the above div is #4d0e04

HTML with inline CSS

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

CSS Border Right color for the above div is #4d0e04

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4d0e04

HTML with inline CSS

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

CSS Border Top color for the above div is #4d0e04

HTML with inline CSS

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

#4d0e04 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4d0e04 Color code Preview on White Background

This is how #4d0e04 Color code will look on white background color. Color contrast ratio is 15.22

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(77,14,4,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(4,67,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(77,14,4,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.