COLOR #95737E

HEX: #95737E
RGB: (149,115,126)

Color info

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

RGB color model

#95737E color RGB value is (149,115,126).

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

RGB channels and saturation

R 149 of 255 = 58%
G 115 of 255 = 45%
B 126 of 255 = 49%

149
115
126

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

Portions of RGB colors in percentages

R + G + B =
149 + 115 + 126 = 390 (100%)
R 149 of 390 ~ 38.21%
G 115 of 390 ~ 29.49%
B 126 of 390 ~ 32.31%

%38.21
%29.49
%32.31

CMYK color model

#95737E color CMYK value is (0,23,15,42).

  • cyan value is 0.00%
  • magenta value is 22.82%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK:
(0,23,15,42)
C0M23Y15K42 
(0%,23%,15%,42%)
(0.00/0.23/0.15/0.42)	

CMYK percentages

%0
%22.82
%15.44
%41.57

Codes

Color #95737E in popluar color models

95737E
RGB149115126
HSL341°13.82%51.76%
HSB/HSV341°22.82%58.43%
CMYK0.00%22.82%15.44%
41.57%

Color #95737E in popluar number systems.

HEX95737E
Decimal149115126
Binary1001010111100111111110
Octal225163176

Shades and tints

Shades of #95737E

#95737E
(149,115,126)
#886973
(136,105,115)
#7B5F68
(123,95,104)
#6E555D
(110,85,93)
#614B52
(97,75,82)
#544147
(84,65,71)
#47373C
(71,55,60)
#3A2D31
(58,45,49)
#2D2326
(45,35,38)
#20191B
(32,25,27)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #95737E

#95737E
(149,115,126)
#9E7F89
(158,127,137)
#A78B94
(167,139,148)
#B0979F
(176,151,159)
#B9A3AA
(185,163,170)
#C2AFB5
(194,175,181)
#CBBBC0
(203,187,192)
#D4C7CB
(212,199,203)
#DDD3D6
(221,211,214)
#E6DFE1
(230,223,225)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95737E; }

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

This text font color is #95737E.


Background Color

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

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

This div background color is #95737E.


Border color

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

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

This div border color is #95737E.


Opacity

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

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

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

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

This text has shadow with #95737E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95737E on black background.


Color preview on white background

This text has color #95737E on white background.



Black color preview on #95737E background

This text has black color on #95737E background.


White color preview on #95737E background

This text has white color on #95737E background.