COLOR #95646D

HEX: #95646D
RGB: (149,100,109)

Color info

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

RGB color model

#95646D color RGB value is (149,100,109).

  • red value is 149;
  • green value is 100;
  • blue value is 109.
RGB:
(149,100,109)
(58%,39%,43%)

RGB channels and saturation

R 149 of 255 = 58%
G 100 of 255 = 39%
B 109 of 255 = 43%

149
100
109

R + G + B ~ 47%. #95646D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 100 + 109 = 358 (100%)
R 149 of 358 ~ 41.62%
G 100 of 358 ~ 27.93%
B 109 of 358 ~ 30.45%

%41.62
%27.93
%30.45

CMYK color model

#95646D color CMYK value is (0,33,27,42).

  • cyan value is 0.00%
  • magenta value is 32.89%
  • yellow value is 26.85%
  • key color value is 41.57%
CMYK:
(0,33,27,42)
C0M33Y27K42 
(0%,33%,27%,42%)
(0.00/0.33/0.27/0.42)	

CMYK percentages

%0
%32.89
%26.85
%41.57

Codes

Color #95646D in popluar color models

95646D
RGB149100109
HSL349°19.68%48.82%
HSB/HSV349°32.89%58.43%
CMYK0.00%32.89%26.85%
41.57%

Color #95646D in popluar number systems.

HEX95646D
Decimal149100109
Binary1001010111001001101101
Octal225144155

Shades and tints

Shades of #95646D

#95646D
(149,100,109)
#885B64
(136,91,100)
#7B525B
(123,82,91)
#6E4952
(110,73,82)
#614049
(97,64,73)
#543740
(84,55,64)
#472E37
(71,46,55)
#3A252E
(58,37,46)
#2D1C25
(45,28,37)
#20131C
(32,19,28)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #95646D

#95646D
(149,100,109)
#9E727A
(158,114,122)
#A78087
(167,128,135)
#B08E94
(176,142,148)
#B99CA1
(185,156,161)
#C2AAAE
(194,170,174)
#CBB8BB
(203,184,187)
#D4C6C8
(212,198,200)
#DDD4D5
(221,212,213)
#E6E2E2
(230,226,226)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95646D color. Also use rgb(149,100,109) instead hex code.

Text Font Color

.myTextColor { color: #95646D; }

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

This text font color is #95646D.


Background Color

.myBgColor { background-color: #95646D; }

<div style="background-color:#95646D">Inner text</div>

This div background color is #95646D.


Border color

.myBorderColor { border: 1px solid #95646D; }

<div style="border:3px solid #95646D">Div</div>

This div border color is #95646D.


Opacity

.myOpacity80 { color: #95646D; opacity: 0.8; }

<p style="color:#95646D;opacity:0.8;">80%</p>

Text with #95646D 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 #95646D;}

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

This text has shadow with #95646D color.

.textShadow {text-shadow: 3px 3px 1px #95646D, 3px 3px 1px red;}

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

This text has shadow with #95646D primary color and red secondary color.


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

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

This text has shadow with #95646D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95646D on black background.


Color preview on white background

This text has color #95646D on white background.



Black color preview on #95646D background

This text has black color on #95646D background.


White color preview on #95646D background

This text has white color on #95646D background.