COLOR #99967C

HEX: #99967C
RGB: (153,150,124)

Color info

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

RGB color model

#99967C color RGB value is (153,150,124).

  • red value is 153;
  • green value is 150;
  • blue value is 124.
RGB:
(153,150,124)
(60%,59%,49%)

RGB channels and saturation

R 153 of 255 = 60%
G 150 of 255 = 59%
B 124 of 255 = 49%

153
150
124

R + G + B ~ 56%. #99967C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 150 + 124 = 427 (100%)
R 153 of 427 ~ 35.83%
G 150 of 427 ~ 35.13%
B 124 of 427 ~ 29.04%

%35.83
%35.13
%29.04

CMYK color model

#99967C color CMYK value is (0,2,19,40).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 18.95%
  • key color value is 40.00%
CMYK:
(0,2,19,40)
C0M2Y19K40 
(0%,2%,19%,40%)
(0.00/0.02/0.19/0.40)	

CMYK percentages

%0
%1.96
%18.95
%40

Codes

Color #99967C in popluar color models

99967C
RGB153150124
HSL54°12.45%54.31%
HSB/HSV54°18.95%60.00%
CMYK0.00%1.96%18.95%
40.00%

Color #99967C in popluar number systems.

HEX99967C
Decimal153150124
Binary10011001100101101111100
Octal231226174

Shades and tints

Shades of #99967C

#99967C
(153,150,124)
#8C8971
(140,137,113)
#7F7C66
(127,124,102)
#726F5B
(114,111,91)
#656250
(101,98,80)
#585545
(88,85,69)
#4B483A
(75,72,58)
#3E3B2F
(62,59,47)
#312E24
(49,46,36)
#242119
(36,33,25)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #99967C

#99967C
(153,150,124)
#A29F87
(162,159,135)
#ABA892
(171,168,146)
#B4B19D
(180,177,157)
#BDBAA8
(189,186,168)
#C6C3B3
(198,195,179)
#CFCCBE
(207,204,190)
#D8D5C9
(216,213,201)
#E1DED4
(225,222,212)
#EAE7DF
(234,231,223)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99967C color. Also use rgb(153,150,124) instead hex code.

Text Font Color

.myTextColor { color: #99967C; }

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

This text font color is #99967C.


Background Color

.myBgColor { background-color: #99967C; }

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

This div background color is #99967C.


Border color

.myBorderColor { border: 1px solid #99967C; }

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

This div border color is #99967C.


Opacity

.myOpacity80 { color: #99967C; opacity: 0.8; }

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

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

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

This text has shadow with #99967C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99967C on black background.


Color preview on white background

This text has color #99967C on white background.



Black color preview on #99967C background

This text has black color on #99967C background.


White color preview on #99967C background

This text has white color on #99967C background.