COLOR #968F7D

HEX: #968F7D
RGB: (150,143,125)

Color info

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

RGB color model

#968F7D color RGB value is (150,143,125).

  • red value is 150;
  • green value is 143;
  • blue value is 125.
RGB:
(150,143,125)
(59%,56%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 143 of 255 = 56%
B 125 of 255 = 49%

150
143
125

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

Portions of RGB colors in percentages

R + G + B =
150 + 143 + 125 = 418 (100%)
R 150 of 418 ~ 35.89%
G 143 of 418 ~ 34.21%
B 125 of 418 ~ 29.9%

%35.89
%34.21
%29.9

CMYK color model

#968F7D color CMYK value is (0,5,17,41).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 16.67%
  • key color value is 41.18%
CMYK:
(0,5,17,41)
C0M5Y17K41 
(0%,5%,17%,41%)
(0.00/0.05/0.17/0.41)	

CMYK percentages

%0
%4.67
%16.67
%41.18

Codes

Color #968F7D in popluar color models

968F7D
RGB150143125
HSL43°10.64%53.92%
HSB/HSV43°16.67%58.82%
CMYK0.00%4.67%16.67%
41.18%

Color #968F7D in popluar number systems.

HEX968F7D
Decimal150143125
Binary10010110100011111111101
Octal226217175

Shades and tints

Shades of #968F7D

#968F7D
(150,143,125)
#898272
(137,130,114)
#7C7567
(124,117,103)
#6F685C
(111,104,92)
#625B51
(98,91,81)
#554E46
(85,78,70)
#48413B
(72,65,59)
#3B3430
(59,52,48)
#2E2725
(46,39,37)
#211A1A
(33,26,26)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #968F7D

#968F7D
(150,143,125)
#9F9988
(159,153,136)
#A8A393
(168,163,147)
#B1AD9E
(177,173,158)
#BAB7A9
(186,183,169)
#C3C1B4
(195,193,180)
#CCCBBF
(204,203,191)
#D5D5CA
(213,213,202)
#DEDFD5
(222,223,213)
#E7E9E0
(231,233,224)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968F7D color. Also use rgb(150,143,125) instead hex code.

Text Font Color

.myTextColor { color: #968F7D; }

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

This text font color is #968F7D.


Background Color

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

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

This div background color is #968F7D.


Border color

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

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

This div border color is #968F7D.


Opacity

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

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

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

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

This text has shadow with #968F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968F7D on black background.


Color preview on white background

This text has color #968F7D on white background.



Black color preview on #968F7D background

This text has black color on #968F7D background.


White color preview on #968F7D background

This text has white color on #968F7D background.