COLOR #95677A

HEX: #95677A
RGB: (149,103,122)

Color info

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

RGB color model

#95677A color RGB value is (149,103,122).

  • red value is 149;
  • green value is 103;
  • blue value is 122.
RGB:
(149,103,122)
(58%,40%,48%)

RGB channels and saturation

R 149 of 255 = 58%
G 103 of 255 = 40%
B 122 of 255 = 48%

149
103
122

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

Portions of RGB colors in percentages

R + G + B =
149 + 103 + 122 = 374 (100%)
R 149 of 374 ~ 39.84%
G 103 of 374 ~ 27.54%
B 122 of 374 ~ 32.62%

%39.84
%27.54
%32.62

CMYK color model

#95677A color CMYK value is (0,31,18,42).

  • cyan value is 0.00%
  • magenta value is 30.87%
  • yellow value is 18.12%
  • key color value is 41.57%
CMYK:
(0,31,18,42)
C0M31Y18K42 
(0%,31%,18%,42%)
(0.00/0.31/0.18/0.42)	

CMYK percentages

%0
%30.87
%18.12
%41.57

Codes

Color #95677A in popluar color models

95677A
RGB149103122
HSL335°18.25%49.41%
HSB/HSV335°30.87%58.43%
CMYK0.00%30.87%18.12%
41.57%

Color #95677A in popluar number systems.

HEX95677A
Decimal149103122
Binary1001010111001111111010
Octal225147172

Shades and tints

Shades of #95677A

#95677A
(149,103,122)
#885E6F
(136,94,111)
#7B5564
(123,85,100)
#6E4C59
(110,76,89)
#61434E
(97,67,78)
#543A43
(84,58,67)
#473138
(71,49,56)
#3A282D
(58,40,45)
#2D1F22
(45,31,34)
#201617
(32,22,23)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #95677A

#95677A
(149,103,122)
#9E7486
(158,116,134)
#A78192
(167,129,146)
#B08E9E
(176,142,158)
#B99BAA
(185,155,170)
#C2A8B6
(194,168,182)
#CBB5C2
(203,181,194)
#D4C2CE
(212,194,206)
#DDCFDA
(221,207,218)
#E6DCE6
(230,220,230)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95677A color. Also use rgb(149,103,122) instead hex code.

Text Font Color

.myTextColor { color: #95677A; }

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

This text font color is #95677A.


Background Color

.myBgColor { background-color: #95677A; }

<div style="background-color:#95677A">Inner text</div>

This div background color is #95677A.


Border color

.myBorderColor { border: 1px solid #95677A; }

<div style="border:3px solid #95677A">Div</div>

This div border color is #95677A.


Opacity

.myOpacity80 { color: #95677A; opacity: 0.8; }

<p style="color:#95677A;opacity:0.8;">80%</p>

Text with #95677A 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 #95677A;}

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

This text has shadow with #95677A color.

.textShadow {text-shadow: 3px 3px 1px #95677A, 3px 3px 1px red;}

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

This text has shadow with #95677A primary color and red secondary color.


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

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

This text has shadow with #95677A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95677A on black background.


Color preview on white background

This text has color #95677A on white background.



Black color preview on #95677A background

This text has black color on #95677A background.


White color preview on #95677A background

This text has white color on #95677A background.