COLOR #965B27

HEX: #965B27
RGB: (150,91,39)

Color info

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

RGB color model

#965B27 color RGB value is (150,91,39).

  • red value is 150;
  • green value is 91;
  • blue value is 39.
RGB:
(150,91,39)
(59%,36%,15%)

RGB channels and saturation

R 150 of 255 = 59%
G 91 of 255 = 36%
B 39 of 255 = 15%

150
91
39

R + G + B ~ 37%. #965B27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 91 + 39 = 280 (100%)
R 150 of 280 ~ 53.57%
G 91 of 280 ~ 32.5%
B 39 of 280 ~ 13.93%

%53.57
%32.5
%13.93

CMYK color model

#965B27 color CMYK value is (0,39,74,41).

  • cyan value is 0.00%
  • magenta value is 39.33%
  • yellow value is 74.00%
  • key color value is 41.18%
CMYK:
(0,39,74,41)
C0M39Y74K41 
(0%,39%,74%,41%)
(0.00/0.39/0.74/0.41)	

CMYK percentages

%0
%39.33
%74
%41.18

Codes

Color #965B27 in popluar color models

965B27
RGB1509139
HSL28°58.73%37.06%
HSB/HSV28°74.00%58.82%
CMYK0.00%39.33%74.00%
41.18%

Color #965B27 in popluar number systems.

HEX965B27
Decimal1509139
Binary100101101011011100111
Octal22613347

Shades and tints

Shades of #965B27

#965B27
(150,91,39)
#895324
(137,83,36)
#7C4B21
(124,75,33)
#6F431E
(111,67,30)
#623B1B
(98,59,27)
#553318
(85,51,24)
#482B15
(72,43,21)
#3B2312
(59,35,18)
#2E1B0F
(46,27,15)
#21130C
(33,19,12)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #965B27

#965B27
(150,91,39)
#9F693A
(159,105,58)
#A8774D
(168,119,77)
#B18560
(177,133,96)
#BA9373
(186,147,115)
#C3A186
(195,161,134)
#CCAF99
(204,175,153)
#D5BDAC
(213,189,172)
#DECBBF
(222,203,191)
#E7D9D2
(231,217,210)
#F0E7E5
(240,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965B27 color. Also use rgb(150,91,39) instead hex code.

Text Font Color

.myTextColor { color: #965B27; }

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

This text font color is #965B27.


Background Color

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

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

This div background color is #965B27.


Border color

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

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

This div border color is #965B27.


Opacity

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

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

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

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

This text has shadow with #965B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965B27 on black background.


Color preview on white background

This text has color #965B27 on white background.



Black color preview on #965B27 background

This text has black color on #965B27 background.


White color preview on #965B27 background

This text has white color on #965B27 background.