COLOR #965D1F

HEX: #965D1F
RGB: (150,93,31)

Color info

#965D1F contains mainly red and green colors. Web safe color of #965D1F is #996633 (or #963).

RGB color model

#965D1F color RGB value is (150,93,31).

  • red value is 150;
  • green value is 93;
  • blue value is 31.
RGB:
(150,93,31)
(59%,36%,12%)

RGB channels and saturation

R 150 of 255 = 59%
G 93 of 255 = 36%
B 31 of 255 = 12%

150
93
31

R + G + B ~ 36%. #965D1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 93 + 31 = 274 (100%)
R 150 of 274 ~ 54.74%
G 93 of 274 ~ 33.94%
B 31 of 274 ~ 11.31%

%54.74
%33.94
%11.31

CMYK color model

#965D1F color CMYK value is (0,38,79,41).

  • cyan value is 0.00%
  • magenta value is 38.00%
  • yellow value is 79.33%
  • key color value is 41.18%
CMYK:
(0,38,79,41)
C0M38Y79K41 
(0%,38%,79%,41%)
(0.00/0.38/0.79/0.41)	

CMYK percentages

%0
%38
%79.33
%41.18

Codes

Color #965D1F in popluar color models

965D1F
RGB1509331
HSL31°65.75%35.49%
HSB/HSV31°79.33%58.82%
CMYK0.00%38.00%79.33%
41.18%

Color #965D1F in popluar number systems.

HEX965D1F
Decimal1509331
Binary10010110101110111111
Octal22613537

Shades and tints

Shades of #965D1F

#965D1F
(150,93,31)
#89551D
(137,85,29)
#7C4D1B
(124,77,27)
#6F4519
(111,69,25)
#623D17
(98,61,23)
#553515
(85,53,21)
#482D13
(72,45,19)
#3B2511
(59,37,17)
#2E1D0F
(46,29,15)
#21150D
(33,21,13)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #965D1F

#965D1F
(150,93,31)
#9F6B33
(159,107,51)
#A87947
(168,121,71)
#B1875B
(177,135,91)
#BA956F
(186,149,111)
#C3A383
(195,163,131)
#CCB197
(204,177,151)
#D5BFAB
(213,191,171)
#DECDBF
(222,205,191)
#E7DBD3
(231,219,211)
#F0E9E7
(240,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965D1F color. Also use rgb(150,93,31) instead hex code.

Text Font Color

.myTextColor { color: #965D1F; }

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

This text font color is #965D1F.


Background Color

.myBgColor { background-color: #965D1F; }

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

This div background color is #965D1F.


Border color

.myBorderColor { border: 1px solid #965D1F; }

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

This div border color is #965D1F.


Opacity

.myOpacity80 { color: #965D1F; opacity: 0.8; }

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

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

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

This text has shadow with #965D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965D1F on black background.


Color preview on white background

This text has color #965D1F on white background.



Black color preview on #965D1F background

This text has black color on #965D1F background.


White color preview on #965D1F background

This text has white color on #965D1F background.