COLOR #965F0F

HEX: #965F0F
RGB: (150,95,15)

Color info

#965F0F contains mainly red and green colors. Web safe color of #965F0F is #996600 (or #960).

RGB color model

#965F0F color RGB value is (150,95,15).

  • red value is 150;
  • green value is 95;
  • blue value is 15.
RGB:
(150,95,15)
(59%,37%,6%)

RGB channels and saturation

R 150 of 255 = 59%
G 95 of 255 = 37%
B 15 of 255 = 6%

150
95
15

R + G + B ~ 34%. #965F0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 95 + 15 = 260 (100%)
R 150 of 260 ~ 57.69%
G 95 of 260 ~ 36.54%
B 15 of 260 ~ 5.77%

%57.69
%36.54

CMYK color model

#965F0F color CMYK value is (0,37,90,41).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 90.00%
  • key color value is 41.18%
CMYK:
(0,37,90,41)
C0M37Y90K41 
(0%,37%,90%,41%)
(0.00/0.37/0.90/0.41)	

CMYK percentages

%0
%36.67
%90
%41.18

Codes

Color #965F0F in popluar color models

965F0F
RGB1509515
HSL36°81.82%32.35%
HSB/HSV36°90.00%58.82%
CMYK0.00%36.67%90.00%
41.18%

Color #965F0F in popluar number systems.

HEX965F0F
Decimal1509515
Binary1001011010111111111
Octal22613717

Shades and tints

Shades of #965F0F

#965F0F
(150,95,15)
#89570E
(137,87,14)
#7C4F0D
(124,79,13)
#6F470C
(111,71,12)
#623F0B
(98,63,11)
#55370A
(85,55,10)
#482F09
(72,47,9)
#3B2708
(59,39,8)
#2E1F07
(46,31,7)
#211706
(33,23,6)
#140F05
(20,15,5)
#000000
(0,0,0)

Tints of #965F0F

#965F0F
(150,95,15)
#9F6D24
(159,109,36)
#A87B39
(168,123,57)
#B1894E
(177,137,78)
#BA9763
(186,151,99)
#C3A578
(195,165,120)
#CCB38D
(204,179,141)
#D5C1A2
(213,193,162)
#DECFB7
(222,207,183)
#E7DDCC
(231,221,204)
#F0EBE1
(240,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965F0F color. Also use rgb(150,95,15) instead hex code.

Text Font Color

.myTextColor { color: #965F0F; }

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

This text font color is #965F0F.


Background Color

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

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

This div background color is #965F0F.


Border color

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

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

This div border color is #965F0F.


Opacity

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

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

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

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

This text has shadow with #965F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965F0F on black background.


Color preview on white background

This text has color #965F0F on white background.



Black color preview on #965F0F background

This text has black color on #965F0F background.


White color preview on #965F0F background

This text has white color on #965F0F background.