COLOR #95767B

HEX: #95767B
RGB: (149,118,123)

Color info

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

RGB color model

#95767B color RGB value is (149,118,123).

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

RGB channels and saturation

R 149 of 255 = 58%
G 118 of 255 = 46%
B 123 of 255 = 48%

149
118
123

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

Portions of RGB colors in percentages

R + G + B =
149 + 118 + 123 = 390 (100%)
R 149 of 390 ~ 38.21%
G 118 of 390 ~ 30.26%
B 123 of 390 ~ 31.54%

%38.21
%30.26
%31.54

CMYK color model

#95767B color CMYK value is (0,21,17,42).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 17.45%
  • key color value is 41.57%
CMYK:
(0,21,17,42)
C0M21Y17K42 
(0%,21%,17%,42%)
(0.00/0.21/0.17/0.42)	

CMYK percentages

%0
%20.81
%17.45
%41.57

Codes

Color #95767B in popluar color models

95767B
RGB149118123
HSL350°12.76%52.35%
HSB/HSV350°20.81%58.43%
CMYK0.00%20.81%17.45%
41.57%

Color #95767B in popluar number systems.

HEX95767B
Decimal149118123
Binary1001010111101101111011
Octal225166173

Shades and tints

Shades of #95767B

#95767B
(149,118,123)
#886C70
(136,108,112)
#7B6265
(123,98,101)
#6E585A
(110,88,90)
#614E4F
(97,78,79)
#544444
(84,68,68)
#473A39
(71,58,57)
#3A302E
(58,48,46)
#2D2623
(45,38,35)
#201C18
(32,28,24)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #95767B

#95767B
(149,118,123)
#9E8287
(158,130,135)
#A78E93
(167,142,147)
#B09A9F
(176,154,159)
#B9A6AB
(185,166,171)
#C2B2B7
(194,178,183)
#CBBEC3
(203,190,195)
#D4CACF
(212,202,207)
#DDD6DB
(221,214,219)
#E6E2E7
(230,226,231)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95767B; }

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

This text font color is #95767B.


Background Color

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

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

This div background color is #95767B.


Border color

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

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

This div border color is #95767B.


Opacity

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

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

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

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

This text has shadow with #95767B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95767B on black background.


Color preview on white background

This text has color #95767B on white background.



Black color preview on #95767B background

This text has black color on #95767B background.


White color preview on #95767B background

This text has white color on #95767B background.