COLOR #968A66

HEX: #968A66
RGB: (150,138,102)

Color info

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

RGB color model

#968A66 color RGB value is (150,138,102).

  • red value is 150;
  • green value is 138;
  • blue value is 102.
RGB:
(150,138,102)
(59%,54%,40%)

RGB channels and saturation

R 150 of 255 = 59%
G 138 of 255 = 54%
B 102 of 255 = 40%

150
138
102

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

Portions of RGB colors in percentages

R + G + B =
150 + 138 + 102 = 390 (100%)
R 150 of 390 ~ 38.46%
G 138 of 390 ~ 35.38%
B 102 of 390 ~ 26.15%

%38.46
%35.38
%26.15

CMYK color model

#968A66 color CMYK value is (0,8,32,41).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 32.00%
  • key color value is 41.18%
CMYK:
(0,8,32,41)
C0M8Y32K41 
(0%,8%,32%,41%)
(0.00/0.08/0.32/0.41)	

CMYK percentages

%0
%8
%32
%41.18

Codes

Color #968A66 in popluar color models

968A66
RGB150138102
HSL45°19.05%49.41%
HSB/HSV45°32.00%58.82%
CMYK0.00%8.00%32.00%
41.18%

Color #968A66 in popluar number systems.

HEX968A66
Decimal150138102
Binary10010110100010101100110
Octal226212146

Shades and tints

Shades of #968A66

#968A66
(150,138,102)
#897E5D
(137,126,93)
#7C7254
(124,114,84)
#6F664B
(111,102,75)
#625A42
(98,90,66)
#554E39
(85,78,57)
#484230
(72,66,48)
#3B3627
(59,54,39)
#2E2A1E
(46,42,30)
#211E15
(33,30,21)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #968A66

#968A66
(150,138,102)
#9F9473
(159,148,115)
#A89E80
(168,158,128)
#B1A88D
(177,168,141)
#BAB29A
(186,178,154)
#C3BCA7
(195,188,167)
#CCC6B4
(204,198,180)
#D5D0C1
(213,208,193)
#DEDACE
(222,218,206)
#E7E4DB
(231,228,219)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968A66 color. Also use rgb(150,138,102) instead hex code.

Text Font Color

.myTextColor { color: #968A66; }

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

This text font color is #968A66.


Background Color

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

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

This div background color is #968A66.


Border color

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

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

This div border color is #968A66.


Opacity

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

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

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

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

This text has shadow with #968A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968A66 on black background.


Color preview on white background

This text has color #968A66 on white background.



Black color preview on #968A66 background

This text has black color on #968A66 background.


White color preview on #968A66 background

This text has white color on #968A66 background.