COLOR #843B50

HEX: #843B50
RGB: (132,59,80)

Color info

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

RGB color model

#843B50 color RGB value is (132,59,80).

  • red value is 132;
  • green value is 59;
  • blue value is 80.
RGB:
(132,59,80)
(52%,23%,31%)

RGB channels and saturation

R 132 of 255 = 52%
G 59 of 255 = 23%
B 80 of 255 = 31%

132
59
80

R + G + B ~ 35%. #843B50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 59 + 80 = 271 (100%)
R 132 of 271 ~ 48.71%
G 59 of 271 ~ 21.77%
B 80 of 271 ~ 29.52%

%48.71
%21.77
%29.52

CMYK color model

#843B50 color CMYK value is (0,55,39,48).

  • cyan value is 0.00%
  • magenta value is 55.30%
  • yellow value is 39.39%
  • key color value is 48.24%
CMYK:
(0,55,39,48)
C0M55Y39K48 
(0%,55%,39%,48%)
(0.00/0.55/0.39/0.48)	

CMYK percentages

%0
%55.3
%39.39
%48.24

Codes

Color #843B50 in popluar color models

843B50
RGB1325980
HSL343°38.22%37.45%
HSB/HSV343°55.30%51.76%
CMYK0.00%55.30%39.39%
48.24%

Color #843B50 in popluar number systems.

HEX843B50
Decimal1325980
Binary100001001110111010000
Octal20473120

Shades and tints

Shades of #843B50

#843B50
(132,59,80)
#783649
(120,54,73)
#6C3142
(108,49,66)
#602C3B
(96,44,59)
#542734
(84,39,52)
#48222D
(72,34,45)
#3C1D26
(60,29,38)
#30181F
(48,24,31)
#241318
(36,19,24)
#180E11
(24,14,17)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #843B50

#843B50
(132,59,80)
#8F4C5F
(143,76,95)
#9A5D6E
(154,93,110)
#A56E7D
(165,110,125)
#B07F8C
(176,127,140)
#BB909B
(187,144,155)
#C6A1AA
(198,161,170)
#D1B2B9
(209,178,185)
#DCC3C8
(220,195,200)
#E7D4D7
(231,212,215)
#F2E5E6
(242,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843B50 color. Also use rgb(132,59,80) instead hex code.

Text Font Color

.myTextColor { color: #843B50; }

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

This text font color is #843B50.


Background Color

.myBgColor { background-color: #843B50; }

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

This div background color is #843B50.


Border color

.myBorderColor { border: 1px solid #843B50; }

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

This div border color is #843B50.


Opacity

.myOpacity80 { color: #843B50; opacity: 0.8; }

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

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

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

This text has shadow with #843B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843B50 on black background.


Color preview on white background

This text has color #843B50 on white background.



Black color preview on #843B50 background

This text has black color on #843B50 background.


White color preview on #843B50 background

This text has white color on #843B50 background.