COLOR #99956C

HEX: #99956C
RGB: (153,149,108)

Color info

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

RGB color model

#99956C color RGB value is (153,149,108).

  • red value is 153;
  • green value is 149;
  • blue value is 108.
RGB:
(153,149,108)
(60%,58%,42%)

RGB channels and saturation

R 153 of 255 = 60%
G 149 of 255 = 58%
B 108 of 255 = 42%

153
149
108

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

Portions of RGB colors in percentages

R + G + B =
153 + 149 + 108 = 410 (100%)
R 153 of 410 ~ 37.32%
G 149 of 410 ~ 36.34%
B 108 of 410 ~ 26.34%

%37.32
%36.34
%26.34

CMYK color model

#99956C color CMYK value is (0,3,29,40).

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 29.41%
  • 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
%2.61
%29.41
%40

Codes

Color #99956C in popluar color models

99956C
RGB153149108
HSL55°18.07%51.18%
HSB/HSV55°29.41%60.00%
CMYK0.00%2.61%29.41%
40.00%

Color #99956C in popluar number systems.

HEX99956C
Decimal153149108
Binary10011001100101011101100
Octal231225154

Shades and tints

Shades of #99956C

#99956C
(153,149,108)
#8C8863
(140,136,99)
#7F7B5A
(127,123,90)
#726E51
(114,110,81)
#656148
(101,97,72)
#58543F
(88,84,63)
#4B4736
(75,71,54)
#3E3A2D
(62,58,45)
#312D24
(49,45,36)
#24201B
(36,32,27)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #99956C

#99956C
(153,149,108)
#A29E79
(162,158,121)
#ABA786
(171,167,134)
#B4B093
(180,176,147)
#BDB9A0
(189,185,160)
#C6C2AD
(198,194,173)
#CFCBBA
(207,203,186)
#D8D4C7
(216,212,199)
#E1DDD4
(225,221,212)
#EAE6E1
(234,230,225)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99956C color. Also use rgb(153,149,108) instead hex code.

Text Font Color

.myTextColor { color: #99956C; }

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

This text font color is #99956C.


Background Color

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

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

This div background color is #99956C.


Border color

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

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

This div border color is #99956C.


Opacity

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

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

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

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

This text has shadow with #99956C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99956C on black background.


Color preview on white background

This text has color #99956C on white background.



Black color preview on #99956C background

This text has black color on #99956C background.


White color preview on #99956C background

This text has white color on #99956C background.