COLOR #95767E

HEX: #95767E
RGB: (149,118,126)

Color info

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

RGB color model

#95767E color RGB value is (149,118,126).

  • red value is 149;
  • green value is 118;
  • blue value is 126.
RGB:
(149,118,126)
(58%,46%,49%)

RGB channels and saturation

R 149 of 255 = 58%
G 118 of 255 = 46%
B 126 of 255 = 49%

149
118
126

R + G + B ~ 51%. #95767E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 118 + 126 = 393 (100%)
R 149 of 393 ~ 37.91%
G 118 of 393 ~ 30.03%
B 126 of 393 ~ 32.06%

%37.91
%30.03
%32.06

CMYK color model

#95767E color CMYK value is (0,21,15,42).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK:
(0,21,15,42)
C0M21Y15K42 
(0%,21%,15%,42%)
(0.00/0.21/0.15/0.42)	

CMYK percentages

%0
%20.81
%15.44
%41.57

Codes

Color #95767E in popluar color models

95767E
RGB149118126
HSL345°12.76%52.35%
HSB/HSV345°20.81%58.43%
CMYK0.00%20.81%15.44%
41.57%

Color #95767E in popluar number systems.

HEX95767E
Decimal149118126
Binary1001010111101101111110
Octal225166176

Shades and tints

Shades of #95767E

#95767E
(149,118,126)
#886C73
(136,108,115)
#7B6268
(123,98,104)
#6E585D
(110,88,93)
#614E52
(97,78,82)
#544447
(84,68,71)
#473A3C
(71,58,60)
#3A3031
(58,48,49)
#2D2626
(45,38,38)
#201C1B
(32,28,27)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #95767E

#95767E
(149,118,126)
#9E8289
(158,130,137)
#A78E94
(167,142,148)
#B09A9F
(176,154,159)
#B9A6AA
(185,166,170)
#C2B2B5
(194,178,181)
#CBBEC0
(203,190,192)
#D4CACB
(212,202,203)
#DDD6D6
(221,214,214)
#E6E2E1
(230,226,225)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95767E color. Also use rgb(149,118,126) instead hex code.

Text Font Color

.myTextColor { color: #95767E; }

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

This text font color is #95767E.


Background Color

.myBgColor { background-color: #95767E; }

<div style="background-color:#95767E">Inner text</div>

This div background color is #95767E.


Border color

.myBorderColor { border: 1px solid #95767E; }

<div style="border:3px solid #95767E">Div</div>

This div border color is #95767E.


Opacity

.myOpacity80 { color: #95767E; opacity: 0.8; }

<p style="color:#95767E;opacity:0.8;">80%</p>

Text with #95767E 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 #95767E;}

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

This text has shadow with #95767E color.

.textShadow {text-shadow: 3px 3px 1px #95767E, 3px 3px 1px red;}

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

This text has shadow with #95767E primary color and red secondary color.


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

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

This text has shadow with #95767E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95767E on black background.


Color preview on white background

This text has color #95767E on white background.



Black color preview on #95767E background

This text has black color on #95767E background.


White color preview on #95767E background

This text has white color on #95767E background.