crispedge.com

Color picker

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

#493d34 hex color - Grey - Warm color - Information

#493d34 hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

Hex #493d34 Color code in RGB color code model is created after adding 28.63% red color, 23.92% green color and 20.39% blue color. Hex #493d34 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 29% yellow and 71% black.

Hex #493d34 color code is between #444433 web safe hex color code and #553344 web safe hex color code. #444433 is the nearest web safe color code. You can see here many more shades of #493d34 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code493d34#493d34
RGB Decimal73, 61, 52rgb(73, 61, 52)
RGB Percent29%, 24%, 20%rgb(29%, 24%, 20%)
CSS RGBa73, 61, 52,1rgba(73,61,52,1)
CMYK Modelcmyk(0%,16%,29%,71%)
HSL Color Space26,17% ,25%hsl(26,17% ,25%)
HSV Color Space26°, 29%, 29%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010010010011110100110100
Octal1117564
Decimal736152
Hex493d34

Different shades of #493d34 color code.

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

Light Shade of #493d34
#675649
Dark Shade of #493d34
#2b241f
Saturated Shade of #493d34
#4f3c2e
Desaturated Shade of #493d34
#433e3a
Grey scale Shade of #493d34
#3e3e3e
Brighten Shade
#62564d
Most Readable Shade
#FFFFFF

Shades of #493d34 color code

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

#493d34
#40362e
#382f28
#302822
#28211c
#201b17
#181411
#100d0b
#080605
#000000

Similar Color like #493d34 color

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

#4a3e35
#4b3f36
#4c4037
#4d4138
#4e4239
#4f433a
#50443b
#51453c
#52463d
#53473e
#54483f
#554940
#564a41
#574b42
#483c33
#473b32
#463a31
#453930
#44382f
#43372e
#42362d
#41352c
#40342b
#3f332a
#3e3229
#3d3128
#3c3027
#3b2f26

Monochromatic Color with #493d34

#493d34
#736152
#9e8471
#c8a88f
#f3cbad
#1e1916

Tints of #493d34 Color

#493d34
#5d524a
#716861
#857d77
#99938e
#aea8a4
#c2bebb
#d6d3d1
#eae9e8
#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

#493d34
#344049

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

Split Complementary

#493d34
#344948
#343549

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

Analogous Color

#493534
#493934
#493d34
#494134
#494534

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

#493d34
#34493d
#3d3449

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

#493d34
#354934
#344049
#473449

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

#493d34
#344049
#343549
#494834

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 #493d34 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.

#493d34 Color Code Preview on Black Background Color

This is how #493d34 Color will look on black background color. Color contrast ratio is 2.00

#493d34 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #493d34

HTML with inline CSS

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

Your Example Paragraph content text in with font color #493d34

#493d34 color code is use for CSS Background Color

Background color for the above div is #493d34

HTML with inline CSS

<div style="background-color:#493d34;"></div>

#493d34 color code is use for CSS Border Color

CSS Border color for the above div is #493d34

HTML with inline CSS

<div style="border:5px solid #493d34;"></div>

CSS Border Left color for the above div is #493d34

HTML with inline CSS

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

CSS Border Right color for the above div is #493d34

HTML with inline CSS

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

CSS Border Bottom color for the above div is #493d34

HTML with inline CSS

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

CSS Border Top color for the above div is #493d34

HTML with inline CSS

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

#493d34 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#493d34 Color code Preview on White Background

This is how #493d34 Color code will look on white background color. Color contrast ratio is 10.50

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.