COLOR #99955F

HEX: #99955F
RGB: (153,149,95)

Color info

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

RGB color model

#99955F color RGB value is (153,149,95).

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

RGB channels and saturation

R 153 of 255 = 60%
G 149 of 255 = 58%
B 95 of 255 = 37%

153
149
95

R + G + B ~ 52%. #99955F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 149 + 95 = 397 (100%)
R 153 of 397 ~ 38.54%
G 149 of 397 ~ 37.53%
B 95 of 397 ~ 23.93%

%38.54
%37.53
%23.93

CMYK color model

#99955F color CMYK value is (0,3,38,40).

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 37.91%
  • key color value is 40.00%
CMYK: (0,3,38,40) C0M3Y38K40 (0%,3%,38%,40%) (0.00/0.03/0.38/0.40)

CMYK percentages

%0
%2.61
%37.91
%40

Codes

Color #99955F in popluar color models

99955F
RGB15314995
HSL56°23.39%48.63%
HSB/HSV56°37.91%60.00%
CMYK0.00%2.61%37.91%
40.00%

Color #99955F in popluar number systems.

HEX99955F
Decimal15314995
Binary10011001100101011011111
Octal231225137

Shades and tints

Shades of #99955F

#99955F
(153,149,95)
#8C8857
(140,136,87)
#7F7B4F
(127,123,79)
#726E47
(114,110,71)
#65613F
(101,97,63)
#585437
(88,84,55)
#4B472F
(75,71,47)
#3E3A27
(62,58,39)
#312D1F
(49,45,31)
#242017
(36,32,23)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #99955F

#99955F
(153,149,95)
#A29E6D
(162,158,109)
#ABA77B
(171,167,123)
#B4B089
(180,176,137)
#BDB997
(189,185,151)
#C6C2A5
(198,194,165)
#CFCBB3
(207,203,179)
#D8D4C1
(216,212,193)
#E1DDCF
(225,221,207)
#EAE6DD
(234,230,221)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99955F color. Also use rgb(153,149,95) instead hex code.

Text Font Color

.myTextColor { color: #99955F; }

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

This text font color is #99955F.


Background Color

.myBgColor { background-color: #99955F; }

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

This div background color is #99955F.


Border color

.myBorderColor { border: 1px solid #99955F; }

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

This div border color is #99955F.


Opacity

.myOpacity80 { color: #99955F; opacity: 0.8; }

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

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

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

This text has shadow with #99955F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #99955F on black background.


Color preview on white background

This text has color #99955F on white background.



Black color preview on #99955F background

This text has black color on #99955F background.


White color preview on #99955F background

This text has white color on #99955F background.