COLOR #99958E

HEX: #99958E
RGB: (153,149,142)

Color info

#99958E contains red, green and blue colors in about the same proportion. Web safe color of #99958E is #999999 (or #999).

RGB color model

#99958E color RGB value is (153,149,142).

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

RGB channels and saturation

R 153 of 255 = 60%
G 149 of 255 = 58%
B 142 of 255 = 56%

153
149
142

R + G + B ~ 58%. #99958E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 149 + 142 = 444 (100%)
R 153 of 444 ~ 34.46%
G 149 of 444 ~ 33.56%
B 142 of 444 ~ 31.98%

%34.46
%33.56
%31.98

CMYK color model

#99958E color CMYK value is (0,3,7,40).

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 7.19%
  • key color value is 40.00%
CMYK:
(0,3,7,40)
C0M3Y7K40 
(0%,3%,7%,40%)
(0.00/0.03/0.07/0.40)	

CMYK percentages

%0
%2.61
%7.19
%40

Codes

Color #99958E in popluar color models

99958E
RGB153149142
HSL38°5.12%57.84%
HSB/HSV38°7.19%60.00%
CMYK0.00%2.61%7.19%
40.00%

Color #99958E in popluar number systems.

HEX99958E
Decimal153149142
Binary100110011001010110001110
Octal231225216

Shades and tints

Shades of #99958E

#99958E
(153,149,142)
#8C8882
(140,136,130)
#7F7B76
(127,123,118)
#726E6A
(114,110,106)
#65615E
(101,97,94)
#585452
(88,84,82)
#4B4746
(75,71,70)
#3E3A3A
(62,58,58)
#312D2E
(49,45,46)
#242022
(36,32,34)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #99958E

#99958E
(153,149,142)
#A29E98
(162,158,152)
#ABA7A2
(171,167,162)
#B4B0AC
(180,176,172)
#BDB9B6
(189,185,182)
#C6C2C0
(198,194,192)
#CFCBCA
(207,203,202)
#D8D4D4
(216,212,212)
#E1DDDE
(225,221,222)
#EAE6E8
(234,230,232)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99958E color. Also use rgb(153,149,142) instead hex code.

Text Font Color

.myTextColor { color: #99958E; }

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

This text font color is #99958E.


Background Color

.myBgColor { background-color: #99958E; }

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

This div background color is #99958E.


Border color

.myBorderColor { border: 1px solid #99958E; }

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

This div border color is #99958E.


Opacity

.myOpacity80 { color: #99958E; opacity: 0.8; }

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

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

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

This text has shadow with #99958E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99958E on black background.


Color preview on white background

This text has color #99958E on white background.



Black color preview on #99958E background

This text has black color on #99958E background.


White color preview on #99958E background

This text has white color on #99958E background.