COLOR #964B20

HEX: #964B20 RGB: (150,75,32)

Color info

#964B20 contains mainly red color. Web safe color of #964B20 is #993333 (or #933).

RGB color model

#964B20 color RGB value is (150,75,32).

RGB: (150,75,32) (59%, 29%, 13%)

RGB channels and saturation

R 150 of 255 = 59%
G 75 of 255 = 29%
B 32 of 255 = 13%

150
75
32

R + G + B ~ 34%. #964B20 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 150 + 75 + 32 = 257 (100%)
R 150 of 257 ~ 58.37%
G 75 of 257 ~ 29.18%
B 32 of 257 ~ 12.45'%

%58.37
%29.18
%12.45

CMYK color model

#964B20 color CMYK value is (0,50,79,41).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 78.67%
  • key color value is 41.18%

CMYK: (0,50,79,41)
C0M50Y79K41 (0%, 50%, 79%, 41%)
(0.00 / 0.50 / 0.79 / 0.41)

CMYK percentages

%0
%50
%78.67
%41.18

Codes

Color #964B20 in popluar color models

96 4B 20
RGB 150 75 32
HSL 22° 64.84% 35.69%
HSB/HSV 22° 78.67% 58.82%
CMYK 0.00% 50.00% 78.67%
41.18%

Color #964B20 in popluar number systems.

HEX 96 4B 20
Decimal 150 75 32
Binary 10010110 1001011 100000
Octal 226 113 40

Shades and tints

Shades of #964B20

#964B20
(150,75,32)
#89451E
(137,69,30)
#7C3F1C
(124,63,28)
#6F391A
(111,57,26)
#623318
(98,51,24)
#552D16
(85,45,22)
#482714
(72,39,20)
#3B2112
(59,33,18)
#2E1B10
(46,27,16)
#21150E
(33,21,14)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #964B20

#964B20
(150,75,32)
#9F5B34
(159,91,52)
#A86B48
(168,107,72)
#B17B5C
(177,123,92)
#BA8B70
(186,139,112)
#C39B84
(195,155,132)
#CCAB98
(204,171,152)
#D5BBAC
(213,187,172)
#DECBC0
(222,203,192)
#E7DBD4
(231,219,212)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964B20 color. Also use rgb(150,75,32) instead hex code.

Text Font Color

.myTextColor { color: #964B20; }

<p style="color:#964B20">This sample text font color is #964B20.</p>

This text font color is #964B20.

Background Color

.myBgColor { background-color: #964B20; }

<div style="background-color:#964B20">Inner text</div>

This div background color is #964B20.

Border color

.myBorderColor { border: 1px solid #964B20; }

<div style="border:3px solid #964B20">Div</div>

This div border color is #964B20.

Opacity

.myOpacity80 { color: #964B20; opacity: 0.8; }

<p style="color:#964B20;opacity:0.8;">80%</p>

Text with #964B20 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #964B20;}

<p style="text-shadow: 3px 3px 1px #964B20">Text here.</p>

This text has shadow with #964B20 color.


.textShadow {text-shadow: 3px 3px 1px #964B20', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #964B20, 5px 5px 20px red">Text here.</p>

This text has shadow with #964B20 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#964B20, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#964B20, Direction=45, Strength=4)">Text</p>

This text has shadow with #964B20 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #964B20;
-webkit-box-shadow: 1px 1px 3px 2px #964B20;
box-shadow: 1px 1px 3px 2px #964B20;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #964B20; -webkit-box-shadow: 1px 1px 3px 2px #964B20; box-shadow:1px 1px 3px 2px #964B20;">
Div content here
</div>

This div box has shadow with color #964B20.

Preview

Color preview on black background

This text has color #964B20 on black background.


Color preview on white background

This text has color #964B20 on white background.


Black color preview on #964B20 background

This text has black color on #964B20 background.


White color preview on #964B20 background

This text has white color on #964B20 background.


Related colors

Complementary color

Complementary color for #hex is #69B4DF.


I love getcolorcode.com

Triadic colors

1 #20964B and #4B2096 with #964B20 are triadic colors.

2 #204B96 and #4B9620 with #964B20 are triadic colors.