COLOR #999968

HEX: #999968
RGB: (153,153,104)

Color info

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

RGB color model

#999968 color RGB value is (153,153,104).

  • red value is 153;
  • green value is 153;
  • blue value is 104.
RGB:
(153,153,104)
(60%,60%,41%)

RGB channels and saturation

R 153 of 255 = 60%
G 153 of 255 = 60%
B 104 of 255 = 41%

153
153
104

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

Portions of RGB colors in percentages

R + G + B =
153 + 153 + 104 = 410 (100%)
R 153 of 410 ~ 37.32%
G 153 of 410 ~ 37.32%
B 104 of 410 ~ 25.37%

%37.32
%37.32
%25.37

CMYK color model

#999968 color CMYK value is (0,0,32,40).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 32.03%
  • key color value is 40.00%
CMYK:
(0,0,32,40)
C0M0Y32K40 
(0%,0%,32%,40%)
(0.00/0.00/0.32/0.40)	

CMYK percentages

%0
%0
%32.03
%40

Codes

Color #999968 in popluar color models

999968
RGB153153104
HSL60°19.37%50.39%
HSB/HSV60°32.03%60.00%
CMYK0.00%0.00%32.03%
40.00%

Color #999968 in popluar number systems.

HEX999968
Decimal153153104
Binary10011001100110011101000
Octal231231150

Shades and tints

Shades of #999968

#999968
(153,153,104)
#8C8C5F
(140,140,95)
#7F7F56
(127,127,86)
#72724D
(114,114,77)
#656544
(101,101,68)
#58583B
(88,88,59)
#4B4B32
(75,75,50)
#3E3E29
(62,62,41)
#313120
(49,49,32)
#242417
(36,36,23)
#17170E
(23,23,14)
#000000
(0,0,0)

Tints of #999968

#999968
(153,153,104)
#A2A275
(162,162,117)
#ABAB82
(171,171,130)
#B4B48F
(180,180,143)
#BDBD9C
(189,189,156)
#C6C6A9
(198,198,169)
#CFCFB6
(207,207,182)
#D8D8C3
(216,216,195)
#E1E1D0
(225,225,208)
#EAEADD
(234,234,221)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999968; }

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

This text font color is #999968.


Background Color

.myBgColor { background-color: #999968; }

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

This div background color is #999968.


Border color

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

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

This div border color is #999968.


Opacity

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

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

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

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

This text has shadow with #999968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999968 on black background.


Color preview on white background

This text has color #999968 on white background.



Black color preview on #999968 background

This text has black color on #999968 background.


White color preview on #999968 background

This text has white color on #999968 background.