COLOR #964B17

HEX: #964B17
RGB: (150,75,23)

Color info

#964B17 contains mainly red color. Web safe color of #964B17 is #993300 (or #930).

RGB color model

#964B17 color RGB value is (150,75,23).

  • red value is 150;
  • green value is 75;
  • blue value is 23.
RGB:
(150,75,23)
(59%,29%,9%)

RGB channels and saturation

R 150 of 255 = 59%
G 75 of 255 = 29%
B 23 of 255 = 9%

150
75
23

R + G + B ~ 32%. #964B17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 75 + 23 = 248 (100%)
R 150 of 248 ~ 60.48%
G 75 of 248 ~ 30.24%
B 23 of 248 ~ 9.27%

%60.48
%30.24

CMYK color model

#964B17 color CMYK value is (0,50,85,41).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 84.67%
  • key color value is 41.18%
CMYK:
(0,50,85,41)
C0M50Y85K41 
(0%,50%,85%,41%)
(0.00/0.50/0.85/0.41)	

CMYK percentages

%0
%50
%84.67
%41.18

Codes

Color #964B17 in popluar color models

964B17
RGB1507523
HSL25°73.41%33.92%
HSB/HSV25°84.67%58.82%
CMYK0.00%50.00%84.67%
41.18%

Color #964B17 in popluar number systems.

HEX964B17
Decimal1507523
Binary10010110100101110111
Octal22611327

Shades and tints

Shades of #964B17

#964B17
(150,75,23)
#894515
(137,69,21)
#7C3F13
(124,63,19)
#6F3911
(111,57,17)
#62330F
(98,51,15)
#552D0D
(85,45,13)
#48270B
(72,39,11)
#3B2109
(59,33,9)
#2E1B07
(46,27,7)
#211505
(33,21,5)
#140F03
(20,15,3)
#000000
(0,0,0)

Tints of #964B17

#964B17
(150,75,23)
#9F5B2C
(159,91,44)
#A86B41
(168,107,65)
#B17B56
(177,123,86)
#BA8B6B
(186,139,107)
#C39B80
(195,155,128)
#CCAB95
(204,171,149)
#D5BBAA
(213,187,170)
#DECBBF
(222,203,191)
#E7DBD4
(231,219,212)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964B17; }

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

This text font color is #964B17.


Background Color

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

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

This div background color is #964B17.


Border color

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

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

This div border color is #964B17.


Opacity

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

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

Text with #964B17 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 #964B17;}

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

This text has shadow with #964B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964B17 on black background.


Color preview on white background

This text has color #964B17 on white background.



Black color preview on #964B17 background

This text has black color on #964B17 background.


White color preview on #964B17 background

This text has white color on #964B17 background.