COLOR #965A47

HEX: #965A47
RGB: (150,90,71)

Color info

#965A47 contains mainly red color. Web safe color of #965A47 is #996633 (or #963).

RGB color model

#965A47 color RGB value is (150,90,71).

  • red value is 150;
  • green value is 90;
  • blue value is 71.
RGB:
(150,90,71)
(59%,35%,28%)

RGB channels and saturation

R 150 of 255 = 59%
G 90 of 255 = 35%
B 71 of 255 = 28%

150
90
71

R + G + B ~ 41%. #965A47 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 90 + 71 = 311 (100%)
R 150 of 311 ~ 48.23%
G 90 of 311 ~ 28.94%
B 71 of 311 ~ 22.83%

%48.23
%28.94
%22.83

CMYK color model

#965A47 color CMYK value is (0,40,53,41).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 52.67%
  • key color value is 41.18%
CMYK:
(0,40,53,41)
C0M40Y53K41 
(0%,40%,53%,41%)
(0.00/0.40/0.53/0.41)	

CMYK percentages

%0
%40
%52.67
%41.18

Codes

Color #965A47 in popluar color models

965A47
RGB1509071
HSL14°35.75%43.33%
HSB/HSV14°52.67%58.82%
CMYK0.00%40.00%52.67%
41.18%

Color #965A47 in popluar number systems.

HEX965A47
Decimal1509071
Binary1001011010110101000111
Octal226132107

Shades and tints

Shades of #965A47

#965A47
(150,90,71)
#895241
(137,82,65)
#7C4A3B
(124,74,59)
#6F4235
(111,66,53)
#623A2F
(98,58,47)
#553229
(85,50,41)
#482A23
(72,42,35)
#3B221D
(59,34,29)
#2E1A17
(46,26,23)
#211211
(33,18,17)
#140A0B
(20,10,11)
#000000
(0,0,0)

Tints of #965A47

#965A47
(150,90,71)
#9F6957
(159,105,87)
#A87867
(168,120,103)
#B18777
(177,135,119)
#BA9687
(186,150,135)
#C3A597
(195,165,151)
#CCB4A7
(204,180,167)
#D5C3B7
(213,195,183)
#DED2C7
(222,210,199)
#E7E1D7
(231,225,215)
#F0F0E7
(240,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965A47 color. Also use rgb(150,90,71) instead hex code.

Text Font Color

.myTextColor { color: #965A47; }

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

This text font color is #965A47.


Background Color

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

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

This div background color is #965A47.


Border color

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

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

This div border color is #965A47.


Opacity

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

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

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

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

This text has shadow with #965A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965A47 on black background.


Color preview on white background

This text has color #965A47 on white background.



Black color preview on #965A47 background

This text has black color on #965A47 background.


White color preview on #965A47 background

This text has white color on #965A47 background.