COLOR #964117

HEX: #964117
RGB: (150,65,23)

Color info

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

RGB color model

#964117 color RGB value is (150,65,23).

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

RGB channels and saturation

R 150 of 255 = 59%
G 65 of 255 = 25%
B 23 of 255 = 9%

150
65
23

R + G + B ~ 31%. #964117 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 65 + 23 = 238 (100%)
R 150 of 238 ~ 63.03%
G 65 of 238 ~ 27.31%
B 23 of 238 ~ 9.66%

%63.03
%27.31
%9.66

CMYK color model

#964117 color CMYK value is (0,57,85,41).

  • cyan value is 0.00%
  • magenta value is 56.67%
  • yellow value is 84.67%
  • key color value is 41.18%
CMYK:
(0,57,85,41)
C0M57Y85K41 
(0%,57%,85%,41%)
(0.00/0.57/0.85/0.41)	

CMYK percentages

%0
%56.67
%84.67
%41.18

Codes

Color #964117 in popluar color models

964117
RGB1506523
HSL20°73.41%33.92%
HSB/HSV20°84.67%58.82%
CMYK0.00%56.67%84.67%
41.18%

Color #964117 in popluar number systems.

HEX964117
Decimal1506523
Binary10010110100000110111
Octal22610127

Shades and tints

Shades of #964117

#964117
(150,65,23)
#893C15
(137,60,21)
#7C3713
(124,55,19)
#6F3211
(111,50,17)
#622D0F
(98,45,15)
#55280D
(85,40,13)
#48230B
(72,35,11)
#3B1E09
(59,30,9)
#2E1907
(46,25,7)
#211405
(33,20,5)
#140F03
(20,15,3)
#000000
(0,0,0)

Tints of #964117

#964117
(150,65,23)
#9F522C
(159,82,44)
#A86341
(168,99,65)
#B17456
(177,116,86)
#BA856B
(186,133,107)
#C39680
(195,150,128)
#CCA795
(204,167,149)
#D5B8AA
(213,184,170)
#DEC9BF
(222,201,191)
#E7DAD4
(231,218,212)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964117; }

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

This text font color is #964117.


Background Color

.myBgColor { background-color: #964117; }

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

This div background color is #964117.


Border color

.myBorderColor { border: 1px solid #964117; }

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

This div border color is #964117.


Opacity

.myOpacity80 { color: #964117; opacity: 0.8; }

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

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

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

This text has shadow with #964117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964117 on black background.


Color preview on white background

This text has color #964117 on white background.



Black color preview on #964117 background

This text has black color on #964117 background.


White color preview on #964117 background

This text has white color on #964117 background.