COLOR #953B62

HEX: #953B62
RGB: (149,59,98)

Color info

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

RGB color model

#953B62 color RGB value is (149,59,98).

  • red value is 149;
  • green value is 59;
  • blue value is 98.
RGB:
(149,59,98)
(58%,23%,38%)

RGB channels and saturation

R 149 of 255 = 58%
G 59 of 255 = 23%
B 98 of 255 = 38%

149
59
98

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

Portions of RGB colors in percentages

R + G + B =
149 + 59 + 98 = 306 (100%)
R 149 of 306 ~ 48.69%
G 59 of 306 ~ 19.28%
B 98 of 306 ~ 32.03%

%48.69
%19.28
%32.03

CMYK color model

#953B62 color CMYK value is (0,60,34,42).

  • cyan value is 0.00%
  • magenta value is 60.40%
  • yellow value is 34.23%
  • key color value is 41.57%
CMYK:
(0,60,34,42)
C0M60Y34K42 
(0%,60%,34%,42%)
(0.00/0.60/0.34/0.42)	

CMYK percentages

%0
%60.4
%34.23
%41.57

Codes

Color #953B62 in popluar color models

953B62
RGB1495998
HSL334°43.27%40.78%
HSB/HSV334°60.40%58.43%
CMYK0.00%60.40%34.23%
41.57%

Color #953B62 in popluar number systems.

HEX953B62
Decimal1495998
Binary100101011110111100010
Octal22573142

Shades and tints

Shades of #953B62

#953B62
(149,59,98)
#88365A
(136,54,90)
#7B3152
(123,49,82)
#6E2C4A
(110,44,74)
#612742
(97,39,66)
#54223A
(84,34,58)
#471D32
(71,29,50)
#3A182A
(58,24,42)
#2D1322
(45,19,34)
#200E1A
(32,14,26)
#130912
(19,9,18)
#000000
(0,0,0)

Tints of #953B62

#953B62
(149,59,98)
#9E4C70
(158,76,112)
#A75D7E
(167,93,126)
#B06E8C
(176,110,140)
#B97F9A
(185,127,154)
#C290A8
(194,144,168)
#CBA1B6
(203,161,182)
#D4B2C4
(212,178,196)
#DDC3D2
(221,195,210)
#E6D4E0
(230,212,224)
#EFE5EE
(239,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953B62 color. Also use rgb(149,59,98) instead hex code.

Text Font Color

.myTextColor { color: #953B62; }

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

This text font color is #953B62.


Background Color

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

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

This div background color is #953B62.


Border color

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

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

This div border color is #953B62.


Opacity

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

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

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

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

This text has shadow with #953B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953B62 on black background.


Color preview on white background

This text has color #953B62 on white background.



Black color preview on #953B62 background

This text has black color on #953B62 background.


White color preview on #953B62 background

This text has white color on #953B62 background.