COLOR #95998B

HEX: #95998B
RGB: (149,153,139)

Color info

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

RGB color model

#95998B color RGB value is (149,153,139).

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

RGB channels and saturation

R 149 of 255 = 58%
G 153 of 255 = 60%
B 139 of 255 = 55%

149
153
139

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

Portions of RGB colors in percentages

R + G + B =
149 + 153 + 139 = 441 (100%)
R 149 of 441 ~ 33.79%
G 153 of 441 ~ 34.69%
B 139 of 441 ~ 31.52%

%33.79
%34.69
%31.52

CMYK color model

#95998B color CMYK value is (3,0,9,40).

  • cyan value is 2.61%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 40.00%
CMYK:
(3,0,9,40)
C3M0Y9K40 
(3%,0%,9%,40%)
(0.03/0.00/0.09/0.40)	

CMYK percentages

%2.61
%0
%9.15
%40

Codes

Color #95998B in popluar color models

95998B
RGB149153139
HSL77°6.42%57.25%
HSB/HSV77°9.15%60.00%
CMYK2.61%0.00%9.15%
40.00%

Color #95998B in popluar number systems.

HEX95998B
Decimal149153139
Binary100101011001100110001011
Octal225231213

Shades and tints

Shades of #95998B

#95998B
(149,153,139)
#888C7F
(136,140,127)
#7B7F73
(123,127,115)
#6E7267
(110,114,103)
#61655B
(97,101,91)
#54584F
(84,88,79)
#474B43
(71,75,67)
#3A3E37
(58,62,55)
#2D312B
(45,49,43)
#20241F
(32,36,31)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #95998B

#95998B
(149,153,139)
#9EA295
(158,162,149)
#A7AB9F
(167,171,159)
#B0B4A9
(176,180,169)
#B9BDB3
(185,189,179)
#C2C6BD
(194,198,189)
#CBCFC7
(203,207,199)
#D4D8D1
(212,216,209)
#DDE1DB
(221,225,219)
#E6EAE5
(230,234,229)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95998B color. Also use rgb(149,153,139) instead hex code.

Text Font Color

.myTextColor { color: #95998B; }

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

This text font color is #95998B.


Background Color

.myBgColor { background-color: #95998B; }

<div style="background-color:#95998B">Inner text</div>

This div background color is #95998B.


Border color

.myBorderColor { border: 1px solid #95998B; }

<div style="border:3px solid #95998B">Div</div>

This div border color is #95998B.


Opacity

.myOpacity80 { color: #95998B; opacity: 0.8; }

<p style="color:#95998B;opacity:0.8;">80%</p>

Text with #95998B 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 #95998B;}

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

This text has shadow with #95998B color.

.textShadow {text-shadow: 3px 3px 1px #95998B, 3px 3px 1px red;}

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

This text has shadow with #95998B primary color and red secondary color.


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

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

This text has shadow with #95998B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95998B on black background.


Color preview on white background

This text has color #95998B on white background.



Black color preview on #95998B background

This text has black color on #95998B background.


White color preview on #95998B background

This text has white color on #95998B background.