COLOR #953E60

HEX: #953E60
RGB: (149,62,96)

Color info

#953E60 contains mainly red and blue colors. Web safe color of #953E60 is #993366 (or #936).

RGB color model

#953E60 color RGB value is (149,62,96).

  • red value is 149;
  • green value is 62;
  • blue value is 96.
RGB:
(149,62,96)
(58%,24%,38%)

RGB channels and saturation

R 149 of 255 = 58%
G 62 of 255 = 24%
B 96 of 255 = 38%

149
62
96

R + G + B ~ 40%. #953E60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 62 + 96 = 307 (100%)
R 149 of 307 ~ 48.53%
G 62 of 307 ~ 20.2%
B 96 of 307 ~ 31.27%

%48.53
%20.2
%31.27

CMYK color model

#953E60 color CMYK value is (0,58,36,42).

  • cyan value is 0.00%
  • magenta value is 58.39%
  • yellow value is 35.57%
  • key color value is 41.57%
CMYK:
(0,58,36,42)
C0M58Y36K42 
(0%,58%,36%,42%)
(0.00/0.58/0.36/0.42)	

CMYK percentages

%0
%58.39
%35.57
%41.57

Codes

Color #953E60 in popluar color models

953E60
RGB1496296
HSL337°41.23%41.37%
HSB/HSV337°58.39%58.43%
CMYK0.00%58.39%35.57%
41.57%

Color #953E60 in popluar number systems.

HEX953E60
Decimal1496296
Binary100101011111101100000
Octal22576140

Shades and tints

Shades of #953E60

#953E60
(149,62,96)
#883958
(136,57,88)
#7B3450
(123,52,80)
#6E2F48
(110,47,72)
#612A40
(97,42,64)
#542538
(84,37,56)
#472030
(71,32,48)
#3A1B28
(58,27,40)
#2D1620
(45,22,32)
#201118
(32,17,24)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #953E60

#953E60
(149,62,96)
#9E4F6E
(158,79,110)
#A7607C
(167,96,124)
#B0718A
(176,113,138)
#B98298
(185,130,152)
#C293A6
(194,147,166)
#CBA4B4
(203,164,180)
#D4B5C2
(212,181,194)
#DDC6D0
(221,198,208)
#E6D7DE
(230,215,222)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953E60 color. Also use rgb(149,62,96) instead hex code.

Text Font Color

.myTextColor { color: #953E60; }

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

This text font color is #953E60.


Background Color

.myBgColor { background-color: #953E60; }

<div style="background-color:#953E60">Inner text</div>

This div background color is #953E60.


Border color

.myBorderColor { border: 1px solid #953E60; }

<div style="border:3px solid #953E60">Div</div>

This div border color is #953E60.


Opacity

.myOpacity80 { color: #953E60; opacity: 0.8; }

<p style="color:#953E60;opacity:0.8;">80%</p>

Text with #953E60 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 #953E60;}

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

This text has shadow with #953E60 color.

.textShadow {text-shadow: 3px 3px 1px #953E60, 3px 3px 1px red;}

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

This text has shadow with #953E60 primary color and red secondary color.


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

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

This text has shadow with #953E60 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953E60 on black background.


Color preview on white background

This text has color #953E60 on white background.



Black color preview on #953E60 background

This text has black color on #953E60 background.


White color preview on #953E60 background

This text has white color on #953E60 background.