COLOR #95647F

HEX: #95647F RGB: (149,100,127)

Color info

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

RGB color model

#95647F color RGB value is (149,100,127).

RGB: (149,100,127) (58%, 39%, 50%)

RGB channels and saturation

R 149 of 255 = 58%
G 100 of 255 = 39%
B 127 of 255 = 50%

149
100
127

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

Portions of RGB colors in percentages

R + G + B = 149 + 100 + 127 = 376 (100%)
R 149 of 376 ~ 39.63%
G 100 of 376 ~ 26.6%
B 127 of 376 ~ 33.78'%

%39.63
%26.6
%33.78

CMYK color model

#95647F color CMYK value is (0,33,15,42).

  • cyan value is 0.00%
  • magenta value is 32.89%
  • yellow value is 14.77%
  • key color value is 41.57%

CMYK: (0,33,15,42)
C0M33Y15K42 (0%, 33%, 15%, 42%)
(0.00 / 0.33 / 0.15 / 0.42)

CMYK percentages

%0
%32.89
%14.77
%41.57

Codes

Color #95647F in popluar color models

95 64 7F
RGB 149 100 127
HSL 327° 19.68% 48.82%
HSB/HSV 327° 32.89% 58.43%
CMYK 0.00% 32.89% 14.77%
41.57%

Color #95647F in popluar number systems.

HEX 95 64 7F
Decimal 149 100 127
Binary 10010101 1100100 1111111
Octal 225 144 177

Shades and tints

Shades of #95647F

#95647F
(149,100,127)
#885B74
(136,91,116)
#7B5269
(123,82,105)
#6E495E
(110,73,94)
#614053
(97,64,83)
#543748
(84,55,72)
#472E3D
(71,46,61)
#3A2532
(58,37,50)
#2D1C27
(45,28,39)
#20131C
(32,19,28)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #95647F

#95647F
(149,100,127)
#9E728A
(158,114,138)
#A78095
(167,128,149)
#B08EA0
(176,142,160)
#B99CAB
(185,156,171)
#C2AAB6
(194,170,182)
#CBB8C1
(203,184,193)
#D4C6CC
(212,198,204)
#DDD4D7
(221,212,215)
#E6E2E2
(230,226,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95647F; }

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

This text font color is #95647F.

Background Color

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

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

This div background color is #95647F.

Border color

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

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

This div border color is #95647F.

Opacity

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

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

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

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

This text has shadow with #95647F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95647F.

Preview

Color preview on black background

This text has color #95647F on black background.


Color preview on white background

This text has color #95647F on white background.


Black color preview on #95647F background

This text has black color on #95647F background.


White color preview on #95647F background

This text has white color on #95647F background.


Related colors

Complementary color

Complementary color for #hex is #6A9B80.


I love getcolorcode.com

Triadic colors

1 #7F9564 and #647F95 with #95647F are triadic colors.

2 #7F6495 and #64957F with #95647F are triadic colors.