COLOR #968374

HEX: #968374
RGB: (150,131,116)

Color info

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

RGB color model

#968374 color RGB value is (150,131,116).

  • red value is 150;
  • green value is 131;
  • blue value is 116.
RGB:
(150,131,116)
(59%,51%,45%)

RGB channels and saturation

R 150 of 255 = 59%
G 131 of 255 = 51%
B 116 of 255 = 45%

150
131
116

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

Portions of RGB colors in percentages

R + G + B =
150 + 131 + 116 = 397 (100%)
R 150 of 397 ~ 37.78%
G 131 of 397 ~ 33%
B 116 of 397 ~ 29.22%

%37.78
%33
%29.22

CMYK color model

#968374 color CMYK value is (0,13,23,41).

  • cyan value is 0.00%
  • magenta value is 12.67%
  • yellow value is 22.67%
  • key color value is 41.18%
CMYK:
(0,13,23,41)
C0M13Y23K41 
(0%,13%,23%,41%)
(0.00/0.13/0.23/0.41)	

CMYK percentages

%0
%12.67
%22.67
%41.18

Codes

Color #968374 in popluar color models

968374
RGB150131116
HSL26°13.93%52.16%
HSB/HSV26°22.67%58.82%
CMYK0.00%12.67%22.67%
41.18%

Color #968374 in popluar number systems.

HEX968374
Decimal150131116
Binary10010110100000111110100
Octal226203164

Shades and tints

Shades of #968374

#968374
(150,131,116)
#89786A
(137,120,106)
#7C6D60
(124,109,96)
#6F6256
(111,98,86)
#62574C
(98,87,76)
#554C42
(85,76,66)
#484138
(72,65,56)
#3B362E
(59,54,46)
#2E2B24
(46,43,36)
#21201A
(33,32,26)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #968374

#968374
(150,131,116)
#9F8E80
(159,142,128)
#A8998C
(168,153,140)
#B1A498
(177,164,152)
#BAAFA4
(186,175,164)
#C3BAB0
(195,186,176)
#CCC5BC
(204,197,188)
#D5D0C8
(213,208,200)
#DEDBD4
(222,219,212)
#E7E6E0
(231,230,224)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968374 color. Also use rgb(150,131,116) instead hex code.

Text Font Color

.myTextColor { color: #968374; }

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

This text font color is #968374.


Background Color

.myBgColor { background-color: #968374; }

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

This div background color is #968374.


Border color

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

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

This div border color is #968374.


Opacity

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

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

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

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

This text has shadow with #968374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968374 on black background.


Color preview on white background

This text has color #968374 on white background.



Black color preview on #968374 background

This text has black color on #968374 background.


White color preview on #968374 background

This text has white color on #968374 background.