COLOR #966435

HEX: #966435
RGB: (150,100,53)

Color info

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

RGB color model

#966435 color RGB value is (150,100,53).

  • red value is 150;
  • green value is 100;
  • blue value is 53.
RGB:
(150,100,53)
(59%,39%,21%)

RGB channels and saturation

R 150 of 255 = 59%
G 100 of 255 = 39%
B 53 of 255 = 21%

150
100
53

R + G + B ~ 40%. #966435 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 100 + 53 = 303 (100%)
R 150 of 303 ~ 49.5%
G 100 of 303 ~ 33%
B 53 of 303 ~ 17.49%

%49.5
%33
%17.49

CMYK color model

#966435 color CMYK value is (0,33,65,41).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 64.67%
  • key color value is 41.18%
CMYK:
(0,33,65,41)
C0M33Y65K41 
(0%,33%,65%,41%)
(0.00/0.33/0.65/0.41)	

CMYK percentages

%0
%33.33
%64.67
%41.18

Codes

Color #966435 in popluar color models

966435
RGB15010053
HSL29°47.78%39.80%
HSB/HSV29°64.67%58.82%
CMYK0.00%33.33%64.67%
41.18%

Color #966435 in popluar number systems.

HEX966435
Decimal15010053
Binary100101101100100110101
Octal22614465

Shades and tints

Shades of #966435

#966435
(150,100,53)
#895B31
(137,91,49)
#7C522D
(124,82,45)
#6F4929
(111,73,41)
#624025
(98,64,37)
#553721
(85,55,33)
#482E1D
(72,46,29)
#3B2519
(59,37,25)
#2E1C15
(46,28,21)
#211311
(33,19,17)
#140A0D
(20,10,13)
#000000
(0,0,0)

Tints of #966435

#966435
(150,100,53)
#9F7247
(159,114,71)
#A88059
(168,128,89)
#B18E6B
(177,142,107)
#BA9C7D
(186,156,125)
#C3AA8F
(195,170,143)
#CCB8A1
(204,184,161)
#D5C6B3
(213,198,179)
#DED4C5
(222,212,197)
#E7E2D7
(231,226,215)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966435 color. Also use rgb(150,100,53) instead hex code.

Text Font Color

.myTextColor { color: #966435; }

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

This text font color is #966435.


Background Color

.myBgColor { background-color: #966435; }

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

This div background color is #966435.


Border color

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

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

This div border color is #966435.


Opacity

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

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

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

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

This text has shadow with #966435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966435 on black background.


Color preview on white background

This text has color #966435 on white background.



Black color preview on #966435 background

This text has black color on #966435 background.


White color preview on #966435 background

This text has white color on #966435 background.