COLOR #953E52

HEX: #953E52
RGB: (149,62,82)

Color info

#953E52 contains mainly red color. Web safe color of #953E52 is #993366 (or #936).

RGB color model

#953E52 color RGB value is (149,62,82).

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

RGB channels and saturation

R 149 of 255 = 58%
G 62 of 255 = 24%
B 82 of 255 = 32%

149
62
82

R + G + B ~ 38%. #953E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 62 + 82 = 293 (100%)
R 149 of 293 ~ 50.85%
G 62 of 293 ~ 21.16%
B 82 of 293 ~ 27.99%

%50.85
%21.16
%27.99

CMYK color model

#953E52 color CMYK value is (0,58,45,42).

  • cyan value is 0.00%
  • magenta value is 58.39%
  • yellow value is 44.97%
  • key color value is 41.57%
CMYK:
(0,58,45,42)
C0M58Y45K42 
(0%,58%,45%,42%)
(0.00/0.58/0.45/0.42)	

CMYK percentages

%0
%58.39
%44.97
%41.57

Codes

Color #953E52 in popluar color models

953E52
RGB1496282
HSL346°41.23%41.37%
HSB/HSV346°58.39%58.43%
CMYK0.00%58.39%44.97%
41.57%

Color #953E52 in popluar number systems.

HEX953E52
Decimal1496282
Binary100101011111101010010
Octal22576122

Shades and tints

Shades of #953E52

#953E52
(149,62,82)
#88394B
(136,57,75)
#7B3444
(123,52,68)
#6E2F3D
(110,47,61)
#612A36
(97,42,54)
#54252F
(84,37,47)
#472028
(71,32,40)
#3A1B21
(58,27,33)
#2D161A
(45,22,26)
#201113
(32,17,19)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #953E52

#953E52
(149,62,82)
#9E4F61
(158,79,97)
#A76070
(167,96,112)
#B0717F
(176,113,127)
#B9828E
(185,130,142)
#C2939D
(194,147,157)
#CBA4AC
(203,164,172)
#D4B5BB
(212,181,187)
#DDC6CA
(221,198,202)
#E6D7D9
(230,215,217)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #953E52; }

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

This text font color is #953E52.


Background Color

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

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

This div background color is #953E52.


Border color

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

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

This div border color is #953E52.


Opacity

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

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

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

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

This text has shadow with #953E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953E52 on black background.


Color preview on white background

This text has color #953E52 on white background.



Black color preview on #953E52 background

This text has black color on #953E52 background.


White color preview on #953E52 background

This text has white color on #953E52 background.