COLOR #968A72

HEX: #968A72 RGB: (150,138,114)

Color info

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

RGB color model

#968A72 color RGB value is (150,138,114).

RGB: (150,138,114) (59%, 54%, 45%)

RGB channels and saturation

R 150 of 255 = 59%
G 138 of 255 = 54%
B 114 of 255 = 45%

150
138
114

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

Portions of RGB colors in percentages

R + G + B = 150 + 138 + 114 = 402 (100%)
R 150 of 402 ~ 37.31%
G 138 of 402 ~ 34.33%
B 114 of 402 ~ 28.36'%

%37.31
%34.33
%28.36

CMYK color model

#968A72 color CMYK value is (0,8,24,41).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 24.00%
  • key color value is 41.18%

CMYK: (0,8,24,41)
C0M8Y24K41 (0%, 8%, 24%, 41%)
(0.00 / 0.08 / 0.24 / 0.41)

CMYK percentages

%0
%8
%24
%41.18

Codes

Color #968A72 in popluar color models

96 8A 72
RGB 150 138 114
HSL 40° 14.63% 51.76%
HSB/HSV 40° 24.00% 58.82%
CMYK 0.00% 8.00% 24.00%
41.18%

Color #968A72 in popluar number systems.

HEX 96 8A 72
Decimal 150 138 114
Binary 10010110 10001010 1110010
Octal 226 212 162

Shades and tints

Shades of #968A72

#968A72
(150,138,114)
#897E68
(137,126,104)
#7C725E
(124,114,94)
#6F6654
(111,102,84)
#625A4A
(98,90,74)
#554E40
(85,78,64)
#484236
(72,66,54)
#3B362C
(59,54,44)
#2E2A22
(46,42,34)
#211E18
(33,30,24)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #968A72

#968A72
(150,138,114)
#9F947E
(159,148,126)
#A89E8A
(168,158,138)
#B1A896
(177,168,150)
#BAB2A2
(186,178,162)
#C3BCAE
(195,188,174)
#CCC6BA
(204,198,186)
#D5D0C6
(213,208,198)
#DEDAD2
(222,218,210)
#E7E4DE
(231,228,222)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968A72; }

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

This text font color is #968A72.

Background Color

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

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

This div background color is #968A72.

Border color

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

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

This div border color is #968A72.

Opacity

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

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

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

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

This text has shadow with #968A72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968A72.

Preview

Color preview on black background

This text has color #968A72 on black background.


Color preview on white background

This text has color #968A72 on white background.


Black color preview on #968A72 background

This text has black color on #968A72 background.


White color preview on #968A72 background

This text has white color on #968A72 background.


Related colors

Complementary color

Complementary color for #hex is #69758D.


I love getcolorcode.com

Triadic colors

1 #72968A and #8A7296 with #968A72 are triadic colors.

2 #728A96 and #8A9672 with #968A72 are triadic colors.