COLOR #966838

HEX: #966838
RGB: (150,104,56)

Color info

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

RGB color model

#966838 color RGB value is (150,104,56).

  • red value is 150;
  • green value is 104;
  • blue value is 56.
RGB:
(150,104,56)
(59%,41%,22%)

RGB channels and saturation

R 150 of 255 = 59%
G 104 of 255 = 41%
B 56 of 255 = 22%

150
104
56

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

Portions of RGB colors in percentages

R + G + B =
150 + 104 + 56 = 310 (100%)
R 150 of 310 ~ 48.39%
G 104 of 310 ~ 33.55%
B 56 of 310 ~ 18.06%

%48.39
%33.55
%18.06

CMYK color model

#966838 color CMYK value is (0,31,63,41).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 62.67%
  • key color value is 41.18%
CMYK:
(0,31,63,41)
C0M31Y63K41 
(0%,31%,63%,41%)
(0.00/0.31/0.63/0.41)	

CMYK percentages

%0
%30.67
%62.67
%41.18

Codes

Color #966838 in popluar color models

966838
RGB15010456
HSL31°45.63%40.39%
HSB/HSV31°62.67%58.82%
CMYK0.00%30.67%62.67%
41.18%

Color #966838 in popluar number systems.

HEX966838
Decimal15010456
Binary100101101101000111000
Octal22615070

Shades and tints

Shades of #966838

#966838
(150,104,56)
#895F33
(137,95,51)
#7C562E
(124,86,46)
#6F4D29
(111,77,41)
#624424
(98,68,36)
#553B1F
(85,59,31)
#48321A
(72,50,26)
#3B2915
(59,41,21)
#2E2010
(46,32,16)
#21170B
(33,23,11)
#140E06
(20,14,6)
#000000
(0,0,0)

Tints of #966838

#966838
(150,104,56)
#9F754A
(159,117,74)
#A8825C
(168,130,92)
#B18F6E
(177,143,110)
#BA9C80
(186,156,128)
#C3A992
(195,169,146)
#CCB6A4
(204,182,164)
#D5C3B6
(213,195,182)
#DED0C8
(222,208,200)
#E7DDDA
(231,221,218)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966838 color. Also use rgb(150,104,56) instead hex code.

Text Font Color

.myTextColor { color: #966838; }

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

This text font color is #966838.


Background Color

.myBgColor { background-color: #966838; }

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

This div background color is #966838.


Border color

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

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

This div border color is #966838.


Opacity

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

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

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

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

This text has shadow with #966838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966838 on black background.


Color preview on white background

This text has color #966838 on white background.



Black color preview on #966838 background

This text has black color on #966838 background.


White color preview on #966838 background

This text has white color on #966838 background.