COLOR #95747F

HEX: #95747F
RGB: (149,116,127)

Color info

#95747F contains red, green and blue colors in about the same proportion. Web safe color of #95747F is #996666 (or #966).

RGB color model

#95747F color RGB value is (149,116,127).

  • red value is 149;
  • green value is 116;
  • blue value is 127.
RGB:
(149,116,127)
(58%,45%,50%)

RGB channels and saturation

R 149 of 255 = 58%
G 116 of 255 = 45%
B 127 of 255 = 50%

149
116
127

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

Portions of RGB colors in percentages

R + G + B =
149 + 116 + 127 = 392 (100%)
R 149 of 392 ~ 38.01%
G 116 of 392 ~ 29.59%
B 127 of 392 ~ 32.4%

%38.01
%29.59
%32.4

CMYK color model

#95747F color CMYK value is (0,22,15,42).

  • cyan value is 0.00%
  • magenta value is 22.15%
  • yellow value is 14.77%
  • key color value is 41.57%
CMYK:
(0,22,15,42)
C0M22Y15K42 
(0%,22%,15%,42%)
(0.00/0.22/0.15/0.42)	

CMYK percentages

%0
%22.15
%14.77
%41.57

Codes

Color #95747F in popluar color models

95747F
RGB149116127
HSL340°13.47%51.96%
HSB/HSV340°22.15%58.43%
CMYK0.00%22.15%14.77%
41.57%

Color #95747F in popluar number systems.

HEX95747F
Decimal149116127
Binary1001010111101001111111
Octal225164177

Shades and tints

Shades of #95747F

#95747F
(149,116,127)
#886A74
(136,106,116)
#7B6069
(123,96,105)
#6E565E
(110,86,94)
#614C53
(97,76,83)
#544248
(84,66,72)
#47383D
(71,56,61)
#3A2E32
(58,46,50)
#2D2427
(45,36,39)
#201A1C
(32,26,28)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #95747F

#95747F
(149,116,127)
#9E808A
(158,128,138)
#A78C95
(167,140,149)
#B098A0
(176,152,160)
#B9A4AB
(185,164,171)
#C2B0B6
(194,176,182)
#CBBCC1
(203,188,193)
#D4C8CC
(212,200,204)
#DDD4D7
(221,212,215)
#E6E0E2
(230,224,226)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95747F color. Also use rgb(149,116,127) instead hex code.

Text Font Color

.myTextColor { color: #95747F; }

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

This text font color is #95747F.


Background Color

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

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

This div background color is #95747F.


Border color

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

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

This div border color is #95747F.


Opacity

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

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

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

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

This text has shadow with #95747F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95747F on black background.


Color preview on white background

This text has color #95747F on white background.



Black color preview on #95747F background

This text has black color on #95747F background.


White color preview on #95747F background

This text has white color on #95747F background.