crispedge.com

Color picker

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

#953b07 hex color - Red - Warm color - Information

#953b07 hex color - Red - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Red

Hex #953b07 Color code in RGB color code model is created after adding 58.43% red color, 23.14% green color and 2.75% blue color. Hex #953b07 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 95% yellow and 42% black.

Hex #953b07 color code is between #993300 web safe hex color code and #884400 web safe hex color code. #993300 is the nearest web safe color code. You can see here many more shades of #953b07 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code953b07#953b07
RGB Decimal149, 59, 7rgb(149, 59, 7)
RGB Percent58%, 23%, 3%rgb(58%, 23%, 3%)
CSS RGBa149, 59, 7,1rgba(149,59,7,1)
CMYK Modelcmyk(0%,60%,95%,42%)
HSL Color Space22,91% ,31%hsl(22,91% ,31%)
HSV Color Space22°, 95%, 58%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101010011101100000111
Octal225737
Decimal149597
Hex953b07

Different shades of #953b07 color code.

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

Light Shade of #953b07
#c64e09
Dark Shade of #953b07
#642805
Saturated Shade of #953b07
#9c3900
Desaturated Shade of #953b07
#8d3d0f
Grey scale Shade of #953b07
#4e4e4e
Brighten Shade
#ae5420
Most Readable Shade
#FFFFFF

Shades of #953b07 color code

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

#953b07
#843406
#732d05
#632704
#522003
#421a03
#311302
#210d01
#100600
#000000

Similar Color like #953b07 color

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

#963c08
#973d09
#983e0a
#993f0b
#9a400c
#9b410d
#9c420e
#9d430f
#9e4410
#9f4511
#a04612
#a14713
#a24814
#a34915
#943a06
#933905
#923804
#913703
#903602
#8f3501
#8e3400
#8d3300
#8c3200
#8b3100
#8a3000
#892f00
#882e00
#872d00

Monochromatic Color with #953b07

#953b07
#bf4c09
#ea5d0b
#150901
#401903
#6a2a05

Tints of #953b07 Color

#953b07
#a05022
#ac663e
#b87c59
#c49275
#cfa790
#dbbdac
#e7d3c7
#f3e9e3
#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

#953b07
#076195

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

Split Complementary

#953b07
#079582
#071a95

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

Analogous Color

#95070c
#951f07
#953b07
#955707
#957407

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

#953b07
#07953b
#3b0795

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

#953b07
#1a9507
#076195
#820795

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

#953b07
#076195
#071a95
#958207

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 #953b07 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.

#953b07 Color Code Preview on Black Background Color

This is how #953b07 Color will look on black background color. Color contrast ratio is 2.91

#953b07 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #953b07

HTML with inline CSS

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

Your Example Paragraph content text in with font color #953b07

#953b07 color code is use for CSS Background Color

Background color for the above div is #953b07

HTML with inline CSS

<div style="background-color:#953b07;"></div>

#953b07 color code is use for CSS Border Color

CSS Border color for the above div is #953b07

HTML with inline CSS

<div style="border:5px solid #953b07;"></div>

CSS Border Left color for the above div is #953b07

HTML with inline CSS

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

CSS Border Right color for the above div is #953b07

HTML with inline CSS

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

CSS Border Bottom color for the above div is #953b07

HTML with inline CSS

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

CSS Border Top color for the above div is #953b07

HTML with inline CSS

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

#953b07 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#953b07 Color code Preview on White Background

This is how #953b07 Color code will look on white background color. Color contrast ratio is 7.23

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

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.