COLOR #968868

HEX: #968868
RGB: (150,136,104)

Color info

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

RGB color model

#968868 color RGB value is (150,136,104).

  • red value is 150;
  • green value is 136;
  • blue value is 104.
RGB:
(150,136,104)
(59%,53%,41%)

RGB channels and saturation

R 150 of 255 = 59%
G 136 of 255 = 53%
B 104 of 255 = 41%

150
136
104

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

Portions of RGB colors in percentages

R + G + B =
150 + 136 + 104 = 390 (100%)
R 150 of 390 ~ 38.46%
G 136 of 390 ~ 34.87%
B 104 of 390 ~ 26.67%

%38.46
%34.87
%26.67

CMYK color model

#968868 color CMYK value is (0,9,31,41).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 30.67%
  • key color value is 41.18%
CMYK:
(0,9,31,41)
C0M9Y31K41 
(0%,9%,31%,41%)
(0.00/0.09/0.31/0.41)	

CMYK percentages

%0
%9.33
%30.67
%41.18

Codes

Color #968868 in popluar color models

968868
RGB150136104
HSL42°18.11%49.80%
HSB/HSV42°30.67%58.82%
CMYK0.00%9.33%30.67%
41.18%

Color #968868 in popluar number systems.

HEX968868
Decimal150136104
Binary10010110100010001101000
Octal226210150

Shades and tints

Shades of #968868

#968868
(150,136,104)
#897C5F
(137,124,95)
#7C7056
(124,112,86)
#6F644D
(111,100,77)
#625844
(98,88,68)
#554C3B
(85,76,59)
#484032
(72,64,50)
#3B3429
(59,52,41)
#2E2820
(46,40,32)
#211C17
(33,28,23)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #968868

#968868
(150,136,104)
#9F9275
(159,146,117)
#A89C82
(168,156,130)
#B1A68F
(177,166,143)
#BAB09C
(186,176,156)
#C3BAA9
(195,186,169)
#CCC4B6
(204,196,182)
#D5CEC3
(213,206,195)
#DED8D0
(222,216,208)
#E7E2DD
(231,226,221)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968868 color. Also use rgb(150,136,104) instead hex code.

Text Font Color

.myTextColor { color: #968868; }

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

This text font color is #968868.


Background Color

.myBgColor { background-color: #968868; }

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

This div background color is #968868.


Border color

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

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

This div border color is #968868.


Opacity

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

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

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

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

This text has shadow with #968868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968868 on black background.


Color preview on white background

This text has color #968868 on white background.



Black color preview on #968868 background

This text has black color on #968868 background.


White color preview on #968868 background

This text has white color on #968868 background.