COLOR #99946D

HEX: #99946D
RGB: (153,148,109)

Color info

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

RGB color model

#99946D color RGB value is (153,148,109).

  • red value is 153;
  • green value is 148;
  • blue value is 109.
RGB:
(153,148,109)
(60%,58%,43%)

RGB channels and saturation

R 153 of 255 = 60%
G 148 of 255 = 58%
B 109 of 255 = 43%

153
148
109

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

Portions of RGB colors in percentages

R + G + B =
153 + 148 + 109 = 410 (100%)
R 153 of 410 ~ 37.32%
G 148 of 410 ~ 36.1%
B 109 of 410 ~ 26.59%

%37.32
%36.1
%26.59

CMYK color model

#99946D color CMYK value is (0,3,29,40).

  • cyan value is 0.00%
  • magenta value is 3.27%
  • yellow value is 28.76%
  • key color value is 40.00%
CMYK:
(0,3,29,40)
C0M3Y29K40 
(0%,3%,29%,40%)
(0.00/0.03/0.29/0.40)	

CMYK percentages

%0
%3.27
%28.76
%40

Codes

Color #99946D in popluar color models

99946D
RGB153148109
HSL53°17.74%51.37%
HSB/HSV53°28.76%60.00%
CMYK0.00%3.27%28.76%
40.00%

Color #99946D in popluar number systems.

HEX99946D
Decimal153148109
Binary10011001100101001101101
Octal231224155

Shades and tints

Shades of #99946D

#99946D
(153,148,109)
#8C8764
(140,135,100)
#7F7A5B
(127,122,91)
#726D52
(114,109,82)
#656049
(101,96,73)
#585340
(88,83,64)
#4B4637
(75,70,55)
#3E392E
(62,57,46)
#312C25
(49,44,37)
#241F1C
(36,31,28)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #99946D

#99946D
(153,148,109)
#A29D7A
(162,157,122)
#ABA687
(171,166,135)
#B4AF94
(180,175,148)
#BDB8A1
(189,184,161)
#C6C1AE
(198,193,174)
#CFCABB
(207,202,187)
#D8D3C8
(216,211,200)
#E1DCD5
(225,220,213)
#EAE5E2
(234,229,226)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99946D color. Also use rgb(153,148,109) instead hex code.

Text Font Color

.myTextColor { color: #99946D; }

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

This text font color is #99946D.


Background Color

.myBgColor { background-color: #99946D; }

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

This div background color is #99946D.


Border color

.myBorderColor { border: 1px solid #99946D; }

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

This div border color is #99946D.


Opacity

.myOpacity80 { color: #99946D; opacity: 0.8; }

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

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

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

This text has shadow with #99946D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99946D on black background.


Color preview on white background

This text has color #99946D on white background.



Black color preview on #99946D background

This text has black color on #99946D background.


White color preview on #99946D background

This text has white color on #99946D background.