COLOR #95738C

HEX: #95738C
RGB: (149,115,140)

Color info

#95738C contains red, green and blue colors in about the same proportion. Web safe color of #95738C is #996699 (or #969).

RGB color model

#95738C color RGB value is (149,115,140).

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

RGB channels and saturation

R 149 of 255 = 58%
G 115 of 255 = 45%
B 140 of 255 = 55%

149
115
140

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

Portions of RGB colors in percentages

R + G + B =
149 + 115 + 140 = 404 (100%)
R 149 of 404 ~ 36.88%
G 115 of 404 ~ 28.47%
B 140 of 404 ~ 34.65%

%36.88
%28.47
%34.65

CMYK color model

#95738C color CMYK value is (0,23,6,42).

  • cyan value is 0.00%
  • magenta value is 22.82%
  • yellow value is 6.04%
  • key color value is 41.57%
CMYK:
(0,23,6,42)
C0M23Y6K42 
(0%,23%,6%,42%)
(0.00/0.23/0.06/0.42)	

CMYK percentages

%0
%22.82
%6.04
%41.57

Codes

Color #95738C in popluar color models

95738C
RGB149115140
HSL316°13.82%51.76%
HSB/HSV316°22.82%58.43%
CMYK0.00%22.82%6.04%
41.57%

Color #95738C in popluar number systems.

HEX95738C
Decimal149115140
Binary10010101111001110001100
Octal225163214

Shades and tints

Shades of #95738C

#95738C
(149,115,140)
#886980
(136,105,128)
#7B5F74
(123,95,116)
#6E5568
(110,85,104)
#614B5C
(97,75,92)
#544150
(84,65,80)
#473744
(71,55,68)
#3A2D38
(58,45,56)
#2D232C
(45,35,44)
#201920
(32,25,32)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #95738C

#95738C
(149,115,140)
#9E7F96
(158,127,150)
#A78BA0
(167,139,160)
#B097AA
(176,151,170)
#B9A3B4
(185,163,180)
#C2AFBE
(194,175,190)
#CBBBC8
(203,187,200)
#D4C7D2
(212,199,210)
#DDD3DC
(221,211,220)
#E6DFE6
(230,223,230)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95738C color. Also use rgb(149,115,140) instead hex code.

Text Font Color

.myTextColor { color: #95738C; }

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

This text font color is #95738C.


Background Color

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

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

This div background color is #95738C.


Border color

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

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

This div border color is #95738C.


Opacity

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

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

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

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

This text has shadow with #95738C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95738C on black background.


Color preview on white background

This text has color #95738C on white background.



Black color preview on #95738C background

This text has black color on #95738C background.


White color preview on #95738C background

This text has white color on #95738C background.