COLOR #968162

HEX: #968162
RGB: (150,129,98)

Color info

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

RGB color model

#968162 color RGB value is (150,129,98).

  • red value is 150;
  • green value is 129;
  • blue value is 98.
RGB:
(150,129,98)
(59%,51%,38%)

RGB channels and saturation

R 150 of 255 = 59%
G 129 of 255 = 51%
B 98 of 255 = 38%

150
129
98

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

Portions of RGB colors in percentages

R + G + B =
150 + 129 + 98 = 377 (100%)
R 150 of 377 ~ 39.79%
G 129 of 377 ~ 34.22%
B 98 of 377 ~ 25.99%

%39.79
%34.22
%25.99

CMYK color model

#968162 color CMYK value is (0,14,35,41).

  • cyan value is 0.00%
  • magenta value is 14.00%
  • yellow value is 34.67%
  • key color value is 41.18%
CMYK:
(0,14,35,41)
C0M14Y35K41 
(0%,14%,35%,41%)
(0.00/0.14/0.35/0.41)	

CMYK percentages

%0
%14
%34.67
%41.18

Codes

Color #968162 in popluar color models

968162
RGB15012998
HSL36°20.97%48.63%
HSB/HSV36°34.67%58.82%
CMYK0.00%14.00%34.67%
41.18%

Color #968162 in popluar number systems.

HEX968162
Decimal15012998
Binary10010110100000011100010
Octal226201142

Shades and tints

Shades of #968162

#968162
(150,129,98)
#89765A
(137,118,90)
#7C6B52
(124,107,82)
#6F604A
(111,96,74)
#625542
(98,85,66)
#554A3A
(85,74,58)
#483F32
(72,63,50)
#3B342A
(59,52,42)
#2E2922
(46,41,34)
#211E1A
(33,30,26)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #968162

#968162
(150,129,98)
#9F8C70
(159,140,112)
#A8977E
(168,151,126)
#B1A28C
(177,162,140)
#BAAD9A
(186,173,154)
#C3B8A8
(195,184,168)
#CCC3B6
(204,195,182)
#D5CEC4
(213,206,196)
#DED9D2
(222,217,210)
#E7E4E0
(231,228,224)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968162 color. Also use rgb(150,129,98) instead hex code.

Text Font Color

.myTextColor { color: #968162; }

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

This text font color is #968162.


Background Color

.myBgColor { background-color: #968162; }

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

This div background color is #968162.


Border color

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

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

This div border color is #968162.


Opacity

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

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

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

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

This text has shadow with #968162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968162 on black background.


Color preview on white background

This text has color #968162 on white background.



Black color preview on #968162 background

This text has black color on #968162 background.


White color preview on #968162 background

This text has white color on #968162 background.