COLOR #843B5A

HEX: #843B5A
RGB: (132,59,90)

Color info

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

RGB color model

#843B5A color RGB value is (132,59,90).

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

RGB channels and saturation

R 132 of 255 = 52%
G 59 of 255 = 23%
B 90 of 255 = 35%

132
59
90

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

Portions of RGB colors in percentages

R + G + B =
132 + 59 + 90 = 281 (100%)
R 132 of 281 ~ 46.98%
G 59 of 281 ~ 21%
B 90 of 281 ~ 32.03%

%46.98
%21
%32.03

CMYK color model

#843B5A color CMYK value is (0,55,32,48).

  • cyan value is 0.00%
  • magenta value is 55.30%
  • yellow value is 31.82%
  • key color value is 48.24%
CMYK:
(0,55,32,48)
C0M55Y32K48 
(0%,55%,32%,48%)
(0.00/0.55/0.32/0.48)	

CMYK percentages

%0
%55.3
%31.82
%48.24

Codes

Color #843B5A in popluar color models

843B5A
RGB1325990
HSL335°38.22%37.45%
HSB/HSV335°55.30%51.76%
CMYK0.00%55.30%31.82%
48.24%

Color #843B5A in popluar number systems.

HEX843B5A
Decimal1325990
Binary100001001110111011010
Octal20473132

Shades and tints

Shades of #843B5A

#843B5A
(132,59,90)
#783652
(120,54,82)
#6C314A
(108,49,74)
#602C42
(96,44,66)
#54273A
(84,39,58)
#482232
(72,34,50)
#3C1D2A
(60,29,42)
#301822
(48,24,34)
#24131A
(36,19,26)
#180E12
(24,14,18)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #843B5A

#843B5A
(132,59,90)
#8F4C69
(143,76,105)
#9A5D78
(154,93,120)
#A56E87
(165,110,135)
#B07F96
(176,127,150)
#BB90A5
(187,144,165)
#C6A1B4
(198,161,180)
#D1B2C3
(209,178,195)
#DCC3D2
(220,195,210)
#E7D4E1
(231,212,225)
#F2E5F0
(242,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #843B5A; }

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

This text font color is #843B5A.


Background Color

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

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

This div background color is #843B5A.


Border color

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

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

This div border color is #843B5A.


Opacity

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

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

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

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

This text has shadow with #843B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843B5A on black background.


Color preview on white background

This text has color #843B5A on white background.



Black color preview on #843B5A background

This text has black color on #843B5A background.


White color preview on #843B5A background

This text has white color on #843B5A background.