COLOR #95666C

HEX: #95666C
RGB: (149,102,108)

Color info

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

RGB color model

#95666C color RGB value is (149,102,108).

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

RGB channels and saturation

R 149 of 255 = 58%
G 102 of 255 = 40%
B 108 of 255 = 42%

149
102
108

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

Portions of RGB colors in percentages

R + G + B =
149 + 102 + 108 = 359 (100%)
R 149 of 359 ~ 41.5%
G 102 of 359 ~ 28.41%
B 108 of 359 ~ 30.08%

%41.5
%28.41
%30.08

CMYK color model

#95666C color CMYK value is (0,32,28,42).

  • cyan value is 0.00%
  • magenta value is 31.54%
  • yellow value is 27.52%
  • key color value is 41.57%
CMYK:
(0,32,28,42)
C0M32Y28K42 
(0%,32%,28%,42%)
(0.00/0.32/0.28/0.42)	

CMYK percentages

%0
%31.54
%27.52
%41.57

Codes

Color #95666C in popluar color models

95666C
RGB149102108
HSL352°18.73%49.22%
HSB/HSV352°31.54%58.43%
CMYK0.00%31.54%27.52%
41.57%

Color #95666C in popluar number systems.

HEX95666C
Decimal149102108
Binary1001010111001101101100
Octal225146154

Shades and tints

Shades of #95666C

#95666C
(149,102,108)
#885D63
(136,93,99)
#7B545A
(123,84,90)
#6E4B51
(110,75,81)
#614248
(97,66,72)
#54393F
(84,57,63)
#473036
(71,48,54)
#3A272D
(58,39,45)
#2D1E24
(45,30,36)
#20151B
(32,21,27)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #95666C

#95666C
(149,102,108)
#9E7379
(158,115,121)
#A78086
(167,128,134)
#B08D93
(176,141,147)
#B99AA0
(185,154,160)
#C2A7AD
(194,167,173)
#CBB4BA
(203,180,186)
#D4C1C7
(212,193,199)
#DDCED4
(221,206,212)
#E6DBE1
(230,219,225)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95666C; }

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

This text font color is #95666C.


Background Color

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

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

This div background color is #95666C.


Border color

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

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

This div border color is #95666C.


Opacity

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

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

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

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

This text has shadow with #95666C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95666C on black background.


Color preview on white background

This text has color #95666C on white background.



Black color preview on #95666C background

This text has black color on #95666C background.


White color preview on #95666C background

This text has white color on #95666C background.