COLOR #953850

HEX: #953850
RGB: (149,56,80)

Color info

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

RGB color model

#953850 color RGB value is (149,56,80).

  • red value is 149;
  • green value is 56;
  • blue value is 80.
RGB:
(149,56,80)
(58%,22%,31%)

RGB channels and saturation

R 149 of 255 = 58%
G 56 of 255 = 22%
B 80 of 255 = 31%

149
56
80

R + G + B ~ 37%. #953850 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 56 + 80 = 285 (100%)
R 149 of 285 ~ 52.28%
G 56 of 285 ~ 19.65%
B 80 of 285 ~ 28.07%

%52.28
%19.65
%28.07

CMYK color model

#953850 color CMYK value is (0,62,46,42).

  • cyan value is 0.00%
  • magenta value is 62.42%
  • yellow value is 46.31%
  • key color value is 41.57%
CMYK:
(0,62,46,42)
C0M62Y46K42 
(0%,62%,46%,42%)
(0.00/0.62/0.46/0.42)	

CMYK percentages

%0
%62.42
%46.31
%41.57

Codes

Color #953850 in popluar color models

953850
RGB1495680
HSL345°45.37%40.20%
HSB/HSV345°62.42%58.43%
CMYK0.00%62.42%46.31%
41.57%

Color #953850 in popluar number systems.

HEX953850
Decimal1495680
Binary100101011110001010000
Octal22570120

Shades and tints

Shades of #953850

#953850
(149,56,80)
#883349
(136,51,73)
#7B2E42
(123,46,66)
#6E293B
(110,41,59)
#612434
(97,36,52)
#541F2D
(84,31,45)
#471A26
(71,26,38)
#3A151F
(58,21,31)
#2D1018
(45,16,24)
#200B11
(32,11,17)
#13060A
(19,6,10)
#000000
(0,0,0)

Tints of #953850

#953850
(149,56,80)
#9E4A5F
(158,74,95)
#A75C6E
(167,92,110)
#B06E7D
(176,110,125)
#B9808C
(185,128,140)
#C2929B
(194,146,155)
#CBA4AA
(203,164,170)
#D4B6B9
(212,182,185)
#DDC8C8
(221,200,200)
#E6DAD7
(230,218,215)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #953850 color. Also use rgb(149,56,80) instead hex code.

Text Font Color

.myTextColor { color: #953850; }

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

This text font color is #953850.


Background Color

.myBgColor { background-color: #953850; }

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

This div background color is #953850.


Border color

.myBorderColor { border: 1px solid #953850; }

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

This div border color is #953850.


Opacity

.myOpacity80 { color: #953850; opacity: 0.8; }

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

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

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

This text has shadow with #953850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #953850 on black background.


Color preview on white background

This text has color #953850 on white background.



Black color preview on #953850 background

This text has black color on #953850 background.


White color preview on #953850 background

This text has white color on #953850 background.