COLOR #95707C

HEX: #95707C
RGB: (149,112,124)

Color info

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

RGB color model

#95707C color RGB value is (149,112,124).

  • red value is 149;
  • green value is 112;
  • blue value is 124.
RGB:
(149,112,124)
(58%,44%,49%)

RGB channels and saturation

R 149 of 255 = 58%
G 112 of 255 = 44%
B 124 of 255 = 49%

149
112
124

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

Portions of RGB colors in percentages

R + G + B =
149 + 112 + 124 = 385 (100%)
R 149 of 385 ~ 38.7%
G 112 of 385 ~ 29.09%
B 124 of 385 ~ 32.21%

%38.7
%29.09
%32.21

CMYK color model

#95707C color CMYK value is (0,25,17,42).

  • cyan value is 0.00%
  • magenta value is 24.83%
  • yellow value is 16.78%
  • key color value is 41.57%
CMYK:
(0,25,17,42)
C0M25Y17K42 
(0%,25%,17%,42%)
(0.00/0.25/0.17/0.42)	

CMYK percentages

%0
%24.83
%16.78
%41.57

Codes

Color #95707C in popluar color models

95707C
RGB149112124
HSL341°14.86%51.18%
HSB/HSV341°24.83%58.43%
CMYK0.00%24.83%16.78%
41.57%

Color #95707C in popluar number systems.

HEX95707C
Decimal149112124
Binary1001010111100001111100
Octal225160174

Shades and tints

Shades of #95707C

#95707C
(149,112,124)
#886671
(136,102,113)
#7B5C66
(123,92,102)
#6E525B
(110,82,91)
#614850
(97,72,80)
#543E45
(84,62,69)
#47343A
(71,52,58)
#3A2A2F
(58,42,47)
#2D2024
(45,32,36)
#201619
(32,22,25)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #95707C

#95707C
(149,112,124)
#9E7D87
(158,125,135)
#A78A92
(167,138,146)
#B0979D
(176,151,157)
#B9A4A8
(185,164,168)
#C2B1B3
(194,177,179)
#CBBEBE
(203,190,190)
#D4CBC9
(212,203,201)
#DDD8D4
(221,216,212)
#E6E5DF
(230,229,223)
#EFF2EA
(239,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95707C color. Also use rgb(149,112,124) instead hex code.

Text Font Color

.myTextColor { color: #95707C; }

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

This text font color is #95707C.


Background Color

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

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

This div background color is #95707C.


Border color

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

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

This div border color is #95707C.


Opacity

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

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

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

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

This text has shadow with #95707C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95707C on black background.


Color preview on white background

This text has color #95707C on white background.



Black color preview on #95707C background

This text has black color on #95707C background.


White color preview on #95707C background

This text has white color on #95707C background.