COLOR #968C63

HEX: #968C63
RGB: (150,140,99)

Color info

#968C63 contains red, green and blue colors in about the same proportion. Web safe color of #968C63 is #999966 (or #996).

RGB color model

#968C63 color RGB value is (150,140,99).

  • red value is 150;
  • green value is 140;
  • blue value is 99.
RGB:
(150,140,99)
(59%,55%,39%)

RGB channels and saturation

R 150 of 255 = 59%
G 140 of 255 = 55%
B 99 of 255 = 39%

150
140
99

R + G + B ~ 51%. #968C63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 140 + 99 = 389 (100%)
R 150 of 389 ~ 38.56%
G 140 of 389 ~ 35.99%
B 99 of 389 ~ 25.45%

%38.56
%35.99
%25.45

CMYK color model

#968C63 color CMYK value is (0,7,34,41).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 34.00%
  • key color value is 41.18%
CMYK:
(0,7,34,41)
C0M7Y34K41 
(0%,7%,34%,41%)
(0.00/0.07/0.34/0.41)	

CMYK percentages

%0
%6.67
%34
%41.18

Codes

Color #968C63 in popluar color models

968C63
RGB15014099
HSL48°20.48%48.82%
HSB/HSV48°34.00%58.82%
CMYK0.00%6.67%34.00%
41.18%

Color #968C63 in popluar number systems.

HEX968C63
Decimal15014099
Binary10010110100011001100011
Octal226214143

Shades and tints

Shades of #968C63

#968C63
(150,140,99)
#89805A
(137,128,90)
#7C7451
(124,116,81)
#6F6848
(111,104,72)
#625C3F
(98,92,63)
#555036
(85,80,54)
#48442D
(72,68,45)
#3B3824
(59,56,36)
#2E2C1B
(46,44,27)
#212012
(33,32,18)
#141409
(20,20,9)
#000000
(0,0,0)

Tints of #968C63

#968C63
(150,140,99)
#9F9671
(159,150,113)
#A8A07F
(168,160,127)
#B1AA8D
(177,170,141)
#BAB49B
(186,180,155)
#C3BEA9
(195,190,169)
#CCC8B7
(204,200,183)
#D5D2C5
(213,210,197)
#DEDCD3
(222,220,211)
#E7E6E1
(231,230,225)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968C63 color. Also use rgb(150,140,99) instead hex code.

Text Font Color

.myTextColor { color: #968C63; }

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

This text font color is #968C63.


Background Color

.myBgColor { background-color: #968C63; }

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

This div background color is #968C63.


Border color

.myBorderColor { border: 1px solid #968C63; }

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

This div border color is #968C63.


Opacity

.myOpacity80 { color: #968C63; opacity: 0.8; }

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

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

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

This text has shadow with #968C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968C63 on black background.


Color preview on white background

This text has color #968C63 on white background.



Black color preview on #968C63 background

This text has black color on #968C63 background.


White color preview on #968C63 background

This text has white color on #968C63 background.