COLOR #95616C

HEX: #95616C
RGB: (149,97,108)

Color info

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

RGB color model

#95616C color RGB value is (149,97,108).

  • red value is 149;
  • green value is 97;
  • blue value is 108.
RGB:
(149,97,108)
(58%,38%,42%)

RGB channels and saturation

R 149 of 255 = 58%
G 97 of 255 = 38%
B 108 of 255 = 42%

149
97
108

R + G + B ~ 46%. #95616C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 97 + 108 = 354 (100%)
R 149 of 354 ~ 42.09%
G 97 of 354 ~ 27.4%
B 108 of 354 ~ 30.51%

%42.09
%27.4
%30.51

CMYK color model

#95616C color CMYK value is (0,35,28,42).

  • cyan value is 0.00%
  • magenta value is 34.90%
  • yellow value is 27.52%
  • key color value is 41.57%
CMYK:
(0,35,28,42)
C0M35Y28K42 
(0%,35%,28%,42%)
(0.00/0.35/0.28/0.42)	

CMYK percentages

%0
%34.9
%27.52
%41.57

Codes

Color #95616C in popluar color models

95616C
RGB14997108
HSL347°21.14%48.24%
HSB/HSV347°34.90%58.43%
CMYK0.00%34.90%27.52%
41.57%

Color #95616C in popluar number systems.

HEX95616C
Decimal14997108
Binary1001010111000011101100
Octal225141154

Shades and tints

Shades of #95616C

#95616C
(149,97,108)
#885963
(136,89,99)
#7B515A
(123,81,90)
#6E4951
(110,73,81)
#614148
(97,65,72)
#54393F
(84,57,63)
#473136
(71,49,54)
#3A292D
(58,41,45)
#2D2124
(45,33,36)
#20191B
(32,25,27)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #95616C

#95616C
(149,97,108)
#9E6F79
(158,111,121)
#A77D86
(167,125,134)
#B08B93
(176,139,147)
#B999A0
(185,153,160)
#C2A7AD
(194,167,173)
#CBB5BA
(203,181,186)
#D4C3C7
(212,195,199)
#DDD1D4
(221,209,212)
#E6DFE1
(230,223,225)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95616C color. Also use rgb(149,97,108) instead hex code.

Text Font Color

.myTextColor { color: #95616C; }

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

This text font color is #95616C.


Background Color

.myBgColor { background-color: #95616C; }

<div style="background-color:#95616C">Inner text</div>

This div background color is #95616C.


Border color

.myBorderColor { border: 1px solid #95616C; }

<div style="border:3px solid #95616C">Div</div>

This div border color is #95616C.


Opacity

.myOpacity80 { color: #95616C; opacity: 0.8; }

<p style="color:#95616C;opacity:0.8;">80%</p>

Text with #95616C 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 #95616C;}

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

This text has shadow with #95616C color.

.textShadow {text-shadow: 3px 3px 1px #95616C, 3px 3px 1px red;}

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

This text has shadow with #95616C primary color and red secondary color.


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

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

This text has shadow with #95616C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95616C on black background.


Color preview on white background

This text has color #95616C on white background.



Black color preview on #95616C background

This text has black color on #95616C background.


White color preview on #95616C background

This text has white color on #95616C background.